Skip to content

Hint

@algorandfoundation/algokit-utils / types/app-spec / 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:205


default_arguments

Optional default_arguments: Record<string, DefaultArgument>

Defined in

src/types/app-spec.ts:204


read_only

Optional read_only: boolean

Defined in

src/types/app-spec.ts:203


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