mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 20:05:50 +00:00
Update docs/references/protocol/data-types/basic-data-types.md
Co-authored-by: Shawn Xie <35279399+shawnxie999@users.noreply.github.com>
This commit is contained in:
@@ -133,7 +133,11 @@ XRP is specified as a string containing an integer number of "drops" of XRP, whe
|
||||
- **MPT** - Use `MPTAmount` to specify the value of an MPT. To specify a value of 13.1 units of an MPT:
|
||||
|
||||
```
|
||||
"MPTAmount": 13.1
|
||||
"Amount": {
|
||||
"mpt_issuance_id":
|
||||
"0000012FFD9EE5DA93AC614B4DB94D7E0FCE415CA51BED47",
|
||||
"value": "131"
|
||||
}
|
||||
```
|
||||
|
||||
For more information, see [Currency Formats](currency-formats.md).
|
||||
|
||||
Reference in New Issue
Block a user