Skip to content

创建文章

We are looking for publications that demonstrate building dApps or smart contracts!
See the full list of Gitcoin bounties that are eligible for rewards.

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

src/types/indexer.ts:268


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

src/types/indexer.ts:270


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

src/types/indexer.ts:272


receiver

receiver: string

[rcv] receiver's address.

Defined in

src/types/indexer.ts:274