Skip to main content

make_transaction

Function make_transaction 

Source
pub fn make_transaction(
    sender: Address,
    kp: &SimpleKeypair,
) -> TransactionEnvelope
Expand description

Make a user signed transaction with the given sender and its keypair. This is not verified or signed by authority.