Skip to content

PaymentParams

Extends

Properties

amount?

optional amount: uint64

The amount, in microALGO, to transfer

Source

types/global.d.ts:763


closeRemainderTo?

optional closeRemainderTo: Address

If set, bring the sender balance to 0 and send all remaining balance to this address

Source

types/global.d.ts:767


fee?

optional fee: uint64

The fee paid for this transaction

Inherited from

CommonTransactionParams.fee

Source

types/global.d.ts:664


note?

optional note: string

The note field for this transaction

Inherited from

CommonTransactionParams.note

Source

types/global.d.ts:670


receiver?

optional receiver: Address

The address of the receiver

Source

types/global.d.ts:765


rekeyTo?

optional rekeyTo: Address

If set, changes the authAddr of sender to the given address

Inherited from

CommonTransactionParams.rekeyTo

Source

types/global.d.ts:668


sender?

optional sender: Address

The sender of this transaction. This is the account that pays the fee (if non-zero)

Inherited from

CommonTransactionParams.sender

Source

types/global.d.ts:666