Return the committee information for the asked epoch.

interface GetCommitteeInfoParams {
    epoch?: null | string;
}

Properties

Properties

epoch?: null | string

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