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:
Dennis Dawson
2025-02-24 10:29:36 -08:00
committed by GitHub
parent 739e769c6b
commit a8d3a7e350

View File

@@ -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: - **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). For more information, see [Currency Formats](currency-formats.md).