string representation of Algorand address of sender
string representation of Algorand address of recipient
integer fee per byte, in microAlgos. for a flat fee, overwrite the fee property on the returned object If the final calculated fee is lower than the protocol minimum fee, the fee will be increased to match the minimum.
integer amount to send, in microAlgos
optionally close out remaining account balance to this account, represented as string rep of Algorand address
integer first protocol round on which this txn is valid
integer last protocol round on which this txn is valid
uint8array of arbitrary data for sender to store
string specifies hash genesis block of network in use
string specifies genesis ID of network in use
Optional rekeyTo: stringrekeyTo address, optional
Generated using TypeDoc
makePaymentTxn takes payment arguments and returns a Transaction object
Deprecated
in version 2.0 this will change to use the "WithSuggestedParams" signature.