Governance
The concrete implementation of the Governance interface.
Parameters
config
The SuiConfig object specifying the RPC endpoint and connection settings.
Functions
Link copied to clipboard
open suspend override fun getCommitteeInfo(epochId: Long?, after: String?): <Error class: unknown class><GetCommitteeInfoQuery.Data?, <Error class: unknown class>>
Fetches the committee of validators for a specific epoch.
Link copied to clipboard
open suspend override fun getValidatorApy(): <Error class: unknown class><GetValidatorsApyQuery.Data?, <Error class: unknown class>>
Fetches the Annual Percentage Yield (APY) for all active validators.