Expand description
The blockchain manager interface.
This module contains all the functions to mutate the blockchain’s state in any way, through the blockchain manager.
Structs§
- Blockchain
Manager Handle - Handle for the blockchain manager.
Enums§
- Incoming
Block Error - An error that can be returned from
BlockchainManagerHandle::handle_incoming_block.