Skip to main content

ViewParams

@iota/iota-sdk


@iota/iota-sdk / client / ViewParams

Interface: ViewParams

Defined in: sdk/typescript/src/client/types/params.ts:214

Calls a move view function.

Properties

arguments

arguments: unknown[]

Defined in: sdk/typescript/src/client/types/params.ts:221


functionName

functionName: string

Defined in: sdk/typescript/src/client/types/params.ts:219

The fully qualified function name <package_id>::<module_name>::<function_name>. E.g. 0x3::iota_system::get_total_iota_supply.


signal?

optional signal?: AbortSignal

Defined in: sdk/typescript/src/client/types/params.ts:222


typeArgs?

optional typeArgs?: string[] | null

Defined in: sdk/typescript/src/client/types/params.ts:220