Skip to main content

ValidatorJoinEvent

type ValidatorJoinEvent

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

type ValidatorJoinEvent struct {
// contains filtered or unexported fields
}

func LiftFromExternalValidatorJoinEvent

func LiftFromExternalValidatorJoinEvent(handle uint64) *ValidatorJoinEvent

func ValidatorJoinEventTryFromBcs

func ValidatorJoinEventTryFromBcs(bytes []byte) (*ValidatorJoinEvent, error)

Decode from the BCS contents of an emitted event.

func (*ValidatorJoinEvent) DebugString

func (_self *ValidatorJoinEvent) DebugString() string

func (*ValidatorJoinEvent) Destroy

func (object *ValidatorJoinEvent) Destroy()

func (*ValidatorJoinEvent) Epoch

func (_self *ValidatorJoinEvent) Epoch() uint64

func (*ValidatorJoinEvent) StakingPoolId

func (_self *ValidatorJoinEvent) StakingPoolId() *ObjectId

func (*ValidatorJoinEvent) ValidatorAddress

func (_self *ValidatorJoinEvent) ValidatorAddress() *Address