Remove references to LockedAmount

This commit is contained in:
Dennis Dawson
2024-12-12 16:40:56 -08:00
parent 0875576802
commit ba065eab7b
2 changed files with 1 additions and 2 deletions

View File

@@ -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"
}, },
{ {

View File

@@ -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 #}-->