Interface RootHashProposalHeader

ProposalHeader is the header of the batch proposal.

interface RootHashProposalHeader {
    batch_hash: Uint8Array;
    previous_hash: Uint8Array;
    round: longnum;
}

Properties

batch_hash: Uint8Array

BatchHash is the hash of the content of the batch.

previous_hash: Uint8Array

PreviousHash is the hash of the block header on which the batch should be based.

round: longnum

Round is the proposed round number.