EnsureFundedResult
@algorandfoundation/algokit-utils / types/account-manager / EnsureFundedResult
types/account-manager.EnsureFundedResult
Result from performing an ensureFunded call.
Table of contents
Properties
Properties
amountFunded
• amountFunded: AlgoAmount
The amount that was sent to the account.
Defined in
src/types/account-manager.ts:22
transactionId
• transactionId: string
The transaction ID of the transaction that funded the account.