mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
per TOK-381, clawback is special case.
This commit is contained in:
@@ -56,7 +56,7 @@ To specify an amount of a [(fungible) token](tokens.html), use an Amount object.
|
||||
|:-----------|:---------------------------|:-----------------------------------|
|
||||
| `currency` | String - [Currency Code][] | Arbitrary currency code for the token. Cannot be `XRP`. |
|
||||
| `value` | [String Number][] | Quoted decimal representation of the amount of the token. This can include scientific notation, such as `1.23e11` meaning 123,000,000,000. Both `e` and `E` may be used. This can be negative when displaying balances, but negative values are disallowed in other contexts such as specifying how much to send. |
|
||||
| `issuer` | String | Generally, the [account](accounts.html) that issues this token. In special cases, this can refer to the account that holds the token instead. |
|
||||
| `issuer` | String | Generally, the [account](accounts.html) that issues this token. In special cases, this can refer to the account that holds the token instead (for example, in a [Clawback](clawback.html) transaction). |
|
||||
|
||||
[String Number]: #string-numbers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user