[][src]Function grin_wallet_impls::test_framework::send_to_dest

pub fn send_to_dest<T: ?Sized, C, K>(
    wallet: Arc<Mutex<dyn WalletInst<C, K>>>,
    client: LocalWalletClient,
    dest: &str,
    amount: u64,
    test_mode: bool
) -> Result<(), Error> where
    T: WalletBackend<C, K>,
    C: NodeClient,
    K: Keychain, 

send an amount to a destination