mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-02 01:25:50 +00:00
Updates per Shawn Xie
This commit is contained in:
@@ -143,6 +143,8 @@ In the above example with a ¥95/$15 offer and a ¥5/$2 offer, the situation is
|
||||
|
||||
When you send a payment using MPTs, the _Amount_ field requires only the `mpt_issuance_id` and the `value`. The `MPTokenIssuanceID` is used to uniquely identify the MPT for the transaction.
|
||||
|
||||
Version 1 MPTokens only support direct MPT payment between accounts. They cannot be traded in the decentralized exchange.
|
||||
|
||||
### Sample MPT Payment transaction
|
||||
|
||||
```json
|
||||
@@ -156,6 +158,10 @@ When you send a payment using MPTs, the _Amount_ field requires only the `mpt_is
|
||||
"mpt_issuance_id": "006419063CEBEB49FC20032206CE0F203138BFC59F1AC578",
|
||||
"value": "100"
|
||||
},
|
||||
"SendMax": {
|
||||
"mpt_issuance_id": "006419063CEBEB49FC20032206CE0F203138BFC59F1AC578",
|
||||
"value": "100"
|
||||
},
|
||||
"Destination": "raZ3wTTKiMHn3BiStvz4ET9rbCHfU1DMak",
|
||||
"Fee": "120",
|
||||
"Flags": 0,
|
||||
|
||||
Reference in New Issue
Block a user