GetCommitteeInfoParams
@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?
optionalepoch?:string|null
Defined in: sdk/typescript/src/client/types/params.ts:289
The epoch of interest. If None, default to the latest epoch
signal?
optionalsignal?:AbortSignal
Defined in: sdk/typescript/src/client/types/params.ts:290