type FulfilledCommitment
FulfilledCommitment
transaction_manager.FulfilledCommitment
transaction_manager.FulfilledCommitment
Field | Type | Description | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
uetr | string | UETR of parent transaction | |||||||||||||||||||||
sender | string | Sender Public Key | |||||||||||||||||||||
recipient | string | Recipient Public Key | |||||||||||||||||||||
amount | Amount | Amount of Commitment | |||||||||||||||||||||
kind | CommitmentKind enum |
| |||||||||||||||||||||
fulfilled | string | Timestamp when commitment was fulfilled, in RFC 3339 format. |
{
"uetr": "UETR",
"sender": "zSenderPublicKey",
"recipient": "zRecipientPublicKey",
"amount": {
"asset_code": "USD",
"amount": 100,
"decimals": 2
},
"kind": "Transfer",
"fulfilled": "2020-01-01T00:00:00Z"
}