Skip to content

TransactionPayment

TransactionPayment: object

Fields for a payment transaction.

Definition: data/transactions/payment.go : PaymentTxnFields

Type declaration

amount

amount: number

[amt] number of MicroAlgos intended to be transferred.

close-amount?

optional close-amount: number

Number of MicroAlgos that were sent to the close-remainder-to address when closing the sender account.

close-remainder-to?

optional close-remainder-to: string

[close] when set, indicates that the sending account should be closed and all remaining funds be transferred to this address.

receiver

receiver: string

[rcv] receiver’s address.

Defined in

types.gen.ts:1183