ICommittedProposal TypeAlias
Adds the sequence number at which the message was committed to an IApprovedProposal
Signature
export declare type ICommittedProposal = {
commitSequenceNumber: number;
} & IApprovedProposal;
Adds the sequence number at which the message was committed to an IApprovedProposal
export declare type ICommittedProposal = {
commitSequenceNumber: number;
} & IApprovedProposal;