Skip to content

TransactionPayment

TransactionPayment = object

Defined in: packages/indexer_client/src/models/transaction-payment.ts:10

Fields for a payment transaction.

Definition: data/transactions/payment.go : PaymentTxnFields

amount: bigint

Defined in: packages/indexer_client/src/models/transaction-payment.ts:14

[amt] number of MicroAlgos intended to be transferred.


optional closeAmount: bigint

Defined in: packages/indexer_client/src/models/transaction-payment.ts:19

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


optional closeRemainderTo: string

Defined in: packages/indexer_client/src/models/transaction-payment.ts:24

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


receiver: string

Defined in: packages/indexer_client/src/models/transaction-payment.ts:29

[rcv] receiver’s address.