pub fn handle_online_wallet_subcommand<B, D>(
    wallet: &Wallet<D>,
    blockchain: &B,
    online_subcommand: OnlineWalletSubCommand
) -> Result<Value, Error> where
    B: Blockchain,
    D: BatchDatabase
Expand description

Execute an online wallet sub-command

Online wallet sub-commands are described in OnlineWalletSubCommand. See crate for example usage.