CommitteeValidatorJoinEvent
type CommitteeValidatorJoinEvent
A typed view of a `0x3::validator_set::CommitteeValidatorJoinEvent`.
type CommitteeValidatorJoinEvent struct {
// contains filtered or unexported fields
}
func CommitteeValidatorJoinEventTryFromBcs
func CommitteeValidatorJoinEventTryFromBcs(bytes []byte) (*CommitteeValidatorJoinEvent, error)
Decode from the BCS contents of an emitted event.
func LiftFromExternalCommitteeValidatorJoinEvent
func LiftFromExternalCommitteeValidatorJoinEvent(handle uint64) *CommitteeValidatorJoinEvent
func (*CommitteeValidatorJoinEvent) DebugString
func (_self *CommitteeValidatorJoinEvent) DebugString() string
func (*CommitteeValidatorJoinEvent) Destroy
func (object *CommitteeValidatorJoinEvent) Destroy()
func (*CommitteeValidatorJoinEvent) Epoch
func (_self *CommitteeValidatorJoinEvent) Epoch() uint64
func (*CommitteeValidatorJoinEvent) StakingPoolId
func (_self *CommitteeValidatorJoinEvent) StakingPoolId() *ObjectId
func (*CommitteeValidatorJoinEvent) ValidatorAddress
func (_self *CommitteeValidatorJoinEvent) ValidatorAddress() *Address