types indexer.PaymentTransactionResult
@algorandfoundation/algokit-utils / types/indexer / PaymentTransactionResult
Interface: PaymentTransactionResult¶
types/indexer.PaymentTransactionResult
Fields for a payment transaction https://developer.algorand.org/docs/rest-apis/indexer/#transactionpayment
Table of contents¶
Properties¶
Properties¶
amount¶
• amount: number
[amt] number of MicroAlgos intended to be transferred.
Defined in¶
close-amount¶
• Optional
close-amount: number
Number of MicroAlgos that were sent to the close-remainder-to address when closing the sender account.
Defined in¶
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.
Defined in¶
receiver¶
• receiver: string
[rcv] receiver's address.