Skip to content

AppClientCallCoreParams

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

types/app-client.AppClientCallCoreParams

Common (core) parameters to construct a ApplicationClient contract call

Optional note: TransactionNote

The transaction note for the smart contract call

src/types/app-client.ts:215


Optional sendParams: SendTransactionParams

Parameters to control transaction sending

src/types/app-client.ts:217


Optional sender: SendTransactionFrom

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

src/types/app-client.ts:213