AuthorityBlockBatch

type AuthorityBlockBatch

common.AuthorityBlockBatch

FieldTypeDescription
authoritystringAuthority verifier
batchbytesValidation block bytes. These are expected to be the flatbuffer-serialized bytes of a block batch, not protobuf.
terminalboolFlag to indicate if the batch contains terminal blocks (for redeem)
{
  "authority": "zAuthorityPublicKey=",
  "batch": "LengthOfFileBytesVaries=",
  "terminal": false
}