CommitteeInfo

@Serializable
abstract class CommitteeInfo

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
@Serializable
data class SuiCommittee(val epoch: Long, val validators: List<Validator>) : CommitteeInfo

Properties

Link copied to clipboard
abstract val epoch: Long