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.
Enums§
- An error that can be returned from
handle_incoming_block
.
Statics§
- The channel used to send
BlockchainManagerCommand
s to the blockchain manager.
Functions§
- Check if we have a block with the given hash.
- Try to add a new block to the blockchain.