[][src]Function grin_wallet::command::receive

pub fn receive(
    wallet: Arc<Mutex<dyn WalletInst<impl NodeClient + 'static, ExtKeychain>>>,
    g_args: &GlobalArgs,
    args: ReceiveArgs
) -> Result<(), Error>