Skip to content

TypedApplicationCallFields

Algorand TypeScript


Algorand TypeScript / arc4 / TypedApplicationCallFields

TypedApplicationCallFields<TArgs> = Omit<ApplicationCallFields, "appArgs"> & TArgs extends [] ? object : object

Defined in: arc4/c2c.ts:58

Application call fields with appArgs replaced with an args property that is strongly typed to the actual arguments for the given application call.

TArgs