Skip to content

Commit a8d3a7e

Browse files
Update docs/references/protocol/data-types/basic-data-types.md
Co-authored-by: Shawn Xie <35279399+shawnxie999@users.noreply.github.com>
1 parent 739e769 commit a8d3a7e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/references/protocol/data-types/basic-data-types.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,11 @@ XRP is specified as a string containing an integer number of "drops" of XRP, whe
133133
- **MPT** - Use `MPTAmount` to specify the value of an MPT. To specify a value of 13.1 units of an MPT:
134134
135135
```
136-
"MPTAmount": 13.1
136+
"Amount": {
137+
"mpt_issuance_id":
138+
"0000012FFD9EE5DA93AC614B4DB94D7E0FCE415CA51BED47",
139+
"value": "131"
140+
}
137141
```
138142
139143
For more information, see [Currency Formats](currency-formats.md).

0 commit comments

Comments
 (0)