Skip to main content

GetCommitteeInfoParams

@iota/iota-sdk


@iota/iota-sdk / client / GetCommitteeInfoParams

Interface: GetCommitteeInfoParams

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

Return the committee information for the asked epoch.

Properties

epoch?

optional epoch?: string | null

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

The epoch of interest. If None, default to the latest epoch


signal?

optional signal?: AbortSignal

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