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.AppClientCallRawArgs

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

Interface: AppClientCallRawArgs

types/app-client.AppClientCallRawArgs

App call args with non-ABI (raw) values (minus some processing like encoding strings as binary)

Hierarchy

AppClientCallRawArgs

Table of contents

Properties

Properties

accounts

Optional accounts: (string | Address)[]

The address of any accounts to load in

Inherited from

RawAppCallArgs.accounts

Defined in

src/types/app.ts:73


appArgs

Optional appArgs: (string | Uint8Array)[]

Any application arguments to pass through

Inherited from

RawAppCallArgs.appArgs

Defined in

src/types/app.ts:90


apps

Optional apps: number[]

IDs of any apps to load into the foreignApps array

Inherited from

RawAppCallArgs.apps

Defined in

src/types/app.ts:75


assets

Optional assets: number[]

IDs of any assets to load into the foreignAssets array

Inherited from

RawAppCallArgs.assets

Defined in

src/types/app.ts:77


boxes

Optional boxes: (BoxReference | BoxIdentifier | BoxReference)[]

Any box references to load

Inherited from

RawAppCallArgs.boxes

Defined in

src/types/app.ts:71


lease

Optional lease: string | Uint8Array

The optional lease for the transaction

Inherited from

RawAppCallArgs.lease

Defined in

src/types/app.ts:69


method

Optional method: undefined

Property to aid intellisense

Inherited from

RawAppCallArgs.method

Defined in

src/types/app.ts:92


rekeyTo

Optional rekeyTo: string | SendTransactionFrom

Optional account / account address that should be authorised to transact on behalf of the from account the app call is sent from after this transaction.

Note: Use with extreme caution and review the official rekey guidance first.

Inherited from

RawAppCallArgs.rekeyTo

Defined in

src/types/app.ts:82