PaymentParams
Extends
Properties
amount?
optionalamount:uint64
The amount, in microALGO, to transfer
Source
closeRemainderTo?
optionalcloseRemainderTo:Address
If set, bring the sender balance to 0 and send all remaining balance to this address
Source
fee?
optionalfee:uint64
The fee paid for this transaction
Inherited from
Source
note?
optionalnote:string
The note field for this transaction
Inherited from
Source
receiver?
optionalreceiver:Address
The address of the receiver
Source
rekeyTo?
optionalrekeyTo:Address
If set, changes the authAddr of sender to the given address
Inherited from
CommonTransactionParams.rekeyTo
Source
sender?
optionalsender:Address
The sender of this transaction. This is the account that pays the fee (if non-zero)
Inherited from
CommonTransactionParams.sender