Function bdk_cli::handle_offline_wallet_subcommand [−][src]
pub fn handle_offline_wallet_subcommand<T, D>(
wallet: &Wallet<T, D>,
wallet_opts: &WalletOpts,
offline_subcommand: OfflineWalletSubCommand
) -> Result<Value, Error> where
D: BatchDatabase, Expand description
Execute an offline wallet sub-command
Offline wallet sub-commands are described in OfflineWalletSubCommand.