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 Consensus {
    app: Long;
    block: Long;
}

Properties

Properties

app: Long
block: Long

Generated using TypeDoc