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