[][src]Function solana_libra_language_e2e_tests::common_transactions::peer_to_peer_txn

pub fn peer_to_peer_txn(
    sender: &Account,
    receiver: &Account,
    seq_num: u64,
    transfer_amount: u64
) -> SignedTransaction

Returns a transaction to transfer coin from one account to another (possibly new) one, with the given arguments.