common.Commitment
type Commitment
Commitment
common.Commitment
common.Commitment
Field | Type | Description | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
sender | string | Sender Public Key | |||||||||||||||||||||
recipient | string | Recipient Public Key | |||||||||||||||||||||
amount | Amount | Amount of Commitment | |||||||||||||||||||||
kind | CommitmentKind enum |
|
{
"sender": "zSenderPublicKey",
"recipient": "zRecipientPublicKey",
"amount": {
"asset_code": "USD",
"amount": 100,
"decimals": 2
},
"kind": "Transfer"
}