pub(super) static COMMAND_TX: OnceLock<Sender<BlockchainManagerCommand>>
Expand description
The channel used to send BlockchainManagerCommand
s to the blockchain manager.
This channel is initialized in init_blockchain_manager
, the functions
in this file document what happens if this is not initialized when they are called.