CommitSig is a part of the Vote included in a Commit.

interface CommitSig {
    blockIdFlag: BlockIDFlag;
    signature: Uint8Array;
    timestamp?: Date;
    validatorAddress: Uint8Array;
}

Properties

blockIdFlag: BlockIDFlag
signature: Uint8Array
timestamp?: Date
validatorAddress: Uint8Array

Generated using TypeDoc