interface RequestBeginBlock {
    byzantineValidators: Evidence[];
    hash: Uint8Array;
    header: undefined | Header;
    lastCommitInfo: undefined | LastCommitInfo;
}

Properties

byzantineValidators: Evidence[]
hash: Uint8Array
header: undefined | Header
lastCommitInfo: undefined | LastCommitInfo