Crate subcoin_service
source ·Expand description
Subcoin service implementation. Specialized wrapper over substrate service.
Modules§
- Helper for answering the subcoin specific requests from a remote peer via the request-response protocol.
Structs§
- This struct implements the trait
subcoin_primitives::CoinStorageKey
. - Subcoin genesis block builder.
- Subcoin node components.
- Subcoin node configuration.
- Subcoin executor.
- This struct is responsible for finalizing blocks with enough confirmations.
- Responsible for doing the conversion between Bitcoin transaction and Substrate extrinsic.
Functions§
- Insert the genesis block hash mapping into aux-db.
- Creates a new subcoin node.
- Creates a partial node, for the chain ops commands.
- Runs the Substrate networking.
Type Aliases§
- This is a specialization of the general Substrate ChainSpec type.
- Disk backend client type.