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

interface CommitSigSDKType {
    block_id_flag: BlockIDFlag;
    signature: Uint8Array;
    timestamp: undefined | Date;
    validator_address: Uint8Array;
}

Properties

block_id_flag: BlockIDFlag
signature: Uint8Array
timestamp: undefined | Date
validator_address: Uint8Array