Skip to main content

GetProtocolConfigParams

@iota/iota-sdk


@iota/iota-sdk / client / GetProtocolConfigParams

Interface: GetProtocolConfigParams

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

Return the protocol config table for the given version number. If the version number is not specified, If none is specified, the node uses the version of the latest epoch it has processed.

Properties

signal?

optional signal?: AbortSignal

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


version?

optional version?: string | null

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

An optional protocol version specifier. If omitted, the latest protocol config table for the node will be returned.