Protocol.BlockchainNodeExtension of the base node, for blockchain protocols.
include AbstractNodeThe type representing a node and its state. Consists of apllying the value and node_data to the template.
val init : int -> Abstractions.Network.links -> Abstractions.Network.region -> tCreate the initial state of a node.
val state_id : t -> intReturn an integer that identifies the state of the node.
val chain_height : t -> intObtain the height of the chain stored in the node.