type TxnOutcome
TxnOutcome
common.TxnOutcome
common.TxnOutcome
Field | Type | Description |
---|---|---|
fulfilled repeated | string | List of Commitment IRIs of all commitments that were fulfilled. |
finalized map | <string, FinalizedEntry> | Finalized promissories for each Commitment. The key is the commitment IRI while the value is a flatbuffer-serialized bytes of a Promissory. |
linger | bool | Indicates whether to wait for another request from the TM for this transaction |
{
"fulfilled": [
"UETR#GROUP/COMMITMENT",
"UETR#GROUP/COMMITMENT"
],
"finalized": {
"COMMITMENT_IRI_1": "FlatBufferSerializedBytesOfPromissory1=",
"COMMITMENT_IRI_2": "FlatBufferSerializedBytesOfPromissory2="
},
"linger": false
}