Skip to main content

CommitteeValidatorJoinEvent

open class CommitteeValidatorJoinEvent : Disposable, AutoCloseable, CommitteeValidatorJoinEventInterface

A typed view of a 0x3::validator_set::CommitteeValidatorJoinEvent.

Functions

NameSummary
close@Synchronized
open override fun close()
destroyopen override fun destroy()
epochopen override fun epoch(): ULong
stakingPoolIdopen override fun stakingPoolId(): ObjectId
toStringopen override fun toString(): String
validatorAddressopen override fun validatorAddress(): Address

Companion object functions

NameSummary
tryFromBcsfun tryFromBcs(bytes: ByteArray): CommitteeValidatorJoinEvent
Decode from the BCS contents of an emitted event.