[][src]Function grin_wallet_libwallet::api_impl::foreign::receive_tx

pub fn receive_tx<'a, T: ?Sized, C, K>(
    w: &mut T,
    keychain_mask: Option<&SecretKey>,
    slate: &Slate,
    dest_acct_name: Option<&str>,
    use_test_rng: bool
) -> Result<Slate, Error> where
    T: WalletBackend<'a, C, K>,
    C: NodeClient + 'a,
    K: Keychain + 'a, 

Receive a tx as recipient