Consensus captures the consensus rules for processing a block in the blockchain, including all blockchain data structures and the rules of the application's state transition machine.

interface ConsensusSDKType {
    app: bigint;
    block: bigint;
}

Properties

Properties

app: bigint
block: bigint