Skip to main content

ValidatorJoinEvent

open class ValidatorJoinEvent : Disposable, AutoCloseable, ValidatorJoinEventInterface

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

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): ValidatorJoinEvent
Decode from the BCS contents of an emitted event.