interface CommitSignature {
    blockIdFlag: BlockIdFlag;
    signature: undefined | Uint8Array;
    timestamp: undefined | ReadonlyDateWithNanoseconds;
    validatorAddress: undefined | Uint8Array;
}

Properties

blockIdFlag: BlockIdFlag

If this is BlockIdFlag.Absent, all other fields are expected to be unset

signature: undefined | Uint8Array
timestamp: undefined | ReadonlyDateWithNanoseconds
validatorAddress: undefined | Uint8Array