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 |
{
"sender": "zSenderPublicKey",
"recipient": "zRecipientPublicKey",
"amount": {
"currency_code": "USD",
"amount": 100,
"decimals": 2
}
}