Function grin_wallet_libwallet::api_impl::foreign::receive_tx

source ยท
pub fn receive_tx<'a, T, 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> + ?Sized, C: NodeClient + 'a, K: Keychain + 'a,
Expand description

Receive a tx as recipient