Skip to main content

Module init

Module init 

Source

Modules§

recovery

Structs§

ClientModuleInitArgs
ClientModuleRecoverArgs
ClientModuleRecoveryPrepareArgs
Arguments to ClientModuleInit::prepare_recovery, which runs before the module exists and so gets only what it takes to record where the recovery ends and live operation begins.

Enums§

RecoveryMode
How a module’s recovery relates to using the module.

Traits§

ClientModuleInit

Type Aliases§

BitcoindRpcFactory
Factory function type for creating a Bitcoin RPC client from a chain ID.
BitcoindRpcNoChainIdFactory
Factory function type for creating a Bitcoin RPC client from a URL.