Skip to content

FundAppAccountParams

@algorandfoundation/algokit-utils / types/app-client / FundAppAccountParams

types/app-client.FundAppAccountParams

Parameters for funding an app account

Table of contents

Properties

Properties

amount

amount: AlgoAmount

Defined in

src/types/app-client.ts:254


note

Optional note: TransactionNote

The transaction note for the smart contract call

Defined in

src/types/app-client.ts:258


sendParams

Optional sendParams: SendTransactionParams

Parameters to control transaction sending

Defined in

src/types/app-client.ts:260


sender

Optional sender: SendTransactionFrom

The optional sender to send the transaction from, will use the application client’s default sender by default if specified

Defined in

src/types/app-client.ts:256