Merge pull request #2116 from XRPLF/updateCurrencyFormats

per TOK-381, clawback is special case.
This commit is contained in:
Rome Reginelli
2023-09-11 16:28:22 -07:00
committed by GitHub

View File

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