getCommitteeInfo

abstract suspend fun getCommitteeInfo(epochId: Long? = null, after: String? = null): Option<CommitteeInfo>

Get the committee info

Return

An Option of nullable CommitteeInfo

Parameters

epochId

The epoch ID to get the committee info for

after

The cursor to get the committee info after