LockBatchedPromissory

type LockBatchedPromissory

common.LockBatchedPromissory

FieldTypeDescription
promissories map<string, PromissoriesEntry>List of transferred promissory bytes. These are expected to be the flatbuffer-serialized bytes of a Promissory, not protobuf.
{
  "promissories": {
    "promissory_key_1": {
      "transferred": "LengthOfFileBytesVaries=",
      "change": "LengthOfFileBytesVaries=",
      "refund": "LengthOfFileBytesVaries="
    },
    "promissory_key_2": {
      "transferred": "LengthOfFileBytesVaries=",
      "change": "LengthOfFileBytesVaries=",
      "refund": "LengthOfFileBytesVaries="
    }
  }
}