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

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