Function bdk_cli::handle_online_wallet_subcommand [−][src]
pub fn handle_online_wallet_subcommand<C, D>(
wallet: &Wallet<C, D>,
online_subcommand: OnlineWalletSubCommand
) -> Result<Value, Error> where
C: Blockchain,
D: BatchDatabase, Expand description
Execute an online wallet sub-command
Online wallet sub-commands are described in OnlineWalletSubCommand. See crate for
example usage.