mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
Remove references to LockedAmount
This commit is contained in:
@@ -59,7 +59,6 @@ The request contains the following parameters:
|
|||||||
"account": "rEiNkzogdHEzUxPfsri5XSMqtXUixf2Yx",
|
"account": "rEiNkzogdHEzUxPfsri5XSMqtXUixf2Yx",
|
||||||
"flags": 0,
|
"flags": 0,
|
||||||
"mpt_amount": "20",
|
"mpt_amount": "20",
|
||||||
"locked_amount": "1",
|
|
||||||
"mptoken_index": "36D91DEE5EFE4A93119A8B84C944A528F2B444329F3846E49FE921040DE17E65"
|
"mptoken_index": "36D91DEE5EFE4A93119A8B84C944A528F2B444329F3846E49FE921040DE17E65"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ Flags are properties or other options associated with the `MPToken` object.
|
|||||||
|
|
||||||
| Flag Name | Flag Value | Description |
|
| Flag Name | Flag Value | Description |
|
||||||
|:------------------|:-----------|:--------------------------------------------|
|
|:------------------|:-----------|:--------------------------------------------|
|
||||||
| `lsfMPTLocked` | `0x00000001` | If enabled, indicates that the MPT owned by this account is currently locked and cannot be used in any XRP transactions other than sending value back to the issuer. When this flag is set, the LockedAmount must equal the MPTAmount value. |
|
| `lsfMPTLocked` | `0x00000001` | If enabled, indicates that the MPT owned by this account is currently locked and cannot be used in any XRP transactions other than sending value back to the issuer. |
|
||||||
| `lsfMPTAuthorized` | `0x00000002` | (Only applicable for allow-listing) If set, indicates that the issuer has authorized the holder for the MPT. This flag can be set using a `MPTokenAuthorize` transaction; it can also be "un-set" using a `MPTokenAuthorize` transaction specifying the `tfMPTUnauthorize` flag. |
|
| `lsfMPTAuthorized` | `0x00000002` | (Only applicable for allow-listing) If set, indicates that the issuer has authorized the holder for the MPT. This flag can be set using a `MPTokenAuthorize` transaction; it can also be "un-set" using a `MPTokenAuthorize` transaction specifying the `tfMPTUnauthorize` flag. |
|
||||||
|
|
||||||
<!--{# common link defs #}-->
|
<!--{# common link defs #}-->
|
||||||
|
|||||||
Reference in New Issue
Block a user