Skip to content

Commit 392f8da

Browse files
Update docs/references/protocol/data-types/currency-formats.md
Co-authored-by: Shawn Xie <35279399+shawnxie999@users.noreply.github.com>
1 parent 254e953 commit 392f8da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/references/protocol/data-types/currency-formats.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ Specify the amount of MPTs using the `MPTAmount` field. For example, to specify
8282

8383
```json
8484
{
85-
"MPTAmount": "1000000"
85+
"mpt_issuance_id":
86+
"0000012FFD9EE5DA93AC614B4DB94D7E0FCE415CA51BED47",
87+
"value": "1000000"
8688
}
8789
```
8890

0 commit comments

Comments
 (0)