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
Properties
Section titled “Properties”amount
Section titled “amount”amount:
bigint
Defined in: packages/indexer_client/src/models/transaction-payment.ts:14
[amt] number of MicroAlgos intended to be transferred.
closeAmount?
Section titled “closeAmount?”
optionalcloseAmount: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.
closeRemainderTo?
Section titled “closeRemainderTo?”
optionalcloseRemainderTo: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
Section titled “receiver”receiver:
string
Defined in: packages/indexer_client/src/models/transaction-payment.ts:29
[rcv] receiver’s address.