[][src]Function grin_wallet::test_framework::send_to_dest

pub fn send_to_dest<T: ?Sized, C, K>(
    client: LocalWalletClient,
    api: &mut APIOwner<T, C, K>,
    dest: &str,
    amount: u64
) -> Result<(), Error> where
    T: WalletBackend<C, K>,
    C: NodeClient,
    K: Keychain

send an amount to a destination