pub fn make_transaction(sender: IotaAddress, kp: &IotaKeyPair) -> TransactionExpand description
Make a user signed transaction with the given sender and its keypair. This is not verified or signed by authority.
pub fn make_transaction(sender: IotaAddress, kp: &IotaKeyPair) -> TransactionMake a user signed transaction with the given sender and its keypair. This is not verified or signed by authority.