pub trait DaemonizableOnchainWallet: ExitUnilaterally + ChainSync { }Expand description
Trait that covers the requirements to use an onchain wallet with Wallet::run_daemon.
pub trait DaemonizableOnchainWallet: ExitUnilaterally + ChainSync { }Trait that covers the requirements to use an onchain wallet with Wallet::run_daemon.