Skip to content

Create Publication

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 spec.Hint

@algorandfoundation/algokit-utils / types/app-spec / Hint

Interface: Hint

types/app-spec.Hint

Hint information for a given method call to allow client generation

Table of contents

Properties

Properties

call_config

call_config: CallConfig

Defined in

src/types/app-spec.ts:60


default_arguments

Optional default_arguments: Record\<string, DefaultArgument>

Defined in

src/types/app-spec.ts:59


read_only

Optional read_only: boolean

Defined in

src/types/app-spec.ts:58


structs

Optional structs: Record\<string, Struct>

Any user-defined struct/tuple types used in the method call, keyed by parameter name or output for return type

Defined in

src/types/app-spec.ts:57