Commitment

common.Commitment

type Commitment

common.Commitment

FieldTypeDescription
senderstringSender Public Key
recipientstringRecipient Public Key
amountAmountAmount of Commitment
{
  "sender": "zSenderPublicKey",
  "recipient": "zRecipientPublicKey",
  "amount": {
    "currency_code": "USD",
    "amount": 100,
    "decimals": 2
  }
}