Function grin_wallet_impls::test_framework::send_to_dest

source ·
pub fn send_to_dest<'a, L, C, K>(
    wallet: Arc<Mutex<Box<dyn WalletInst<'a, L, C, K>>>>,
    keychain_mask: Option<&SecretKey>,
    client: LocalWalletClient,
    dest: &str,
    amount: u64,
    test_mode: bool
) -> Result<(), Error>
where L: WalletLCProvider<'a, C, K>, C: NodeClient + 'a, K: Keychain + 'a,
Expand description

send an amount to a destination