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 app client.AppClientCallCoreParams

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

Interface: AppClientCallCoreParams

types/app-client.AppClientCallCoreParams

Common (core) parameters to construct a ApplicationClient contract call

Table of contents

Properties

Properties

note

Optional note: TransactionNote

The transaction note for the smart contract call

Defined in

src/types/app-client.ts:177


sendParams

Optional sendParams: SendTransactionParams

Parameters to control transaction sending

Defined in

src/types/app-client.ts:179


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:175