pub fn make_transaction(sender: SuiAddress, kp: &SuiKeyPair) -> Transaction
Expand description

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