TxnFinalPromissories

common.TransactionFinalPromissories

type TxnFinalPromissories

common.TxnFinalPromissories

FieldTypeDescription
all_asset_idsstring repeatedList of all asset ids that were finalized in the transaction, regardless of the owner.
promissory_batchbytesList of transferred promissory bytes. These are expected to be the flatbuffer-serialized bytes of a Promissory, not protobuf.
{
  "all_asset_ids": [
    "UUIDv4"
  ],
  "promissory_batch": "FbFileBytes="
}