Skip to main content

CommitteeValidatorJoinEvent

Namespace: IotaSdk

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

public class CommitteeValidatorJoinEvent : ICommitteeValidatorJoinEvent, System.IDisposable

Inheritance ObjectCommitteeValidatorJoinEvent
Implements ICommitteeValidatorJoinEvent, IDisposable
Attributes NullableContextAttribute, NullableAttribute

Constructors

CommitteeValidatorJoinEvent(UInt64)

public CommitteeValidatorJoinEvent(ulong pointer)

Parameters

pointer UInt64

Methods

Destroy()

public void Destroy()

Dispose()

public void Dispose()

Epoch()

public ulong Epoch()

Returns

UInt64

StakingPoolId()

public ObjectId StakingPoolId()

Returns

ObjectId

ValidatorAddress()

public Address ValidatorAddress()

Returns

Address

TryFromBcs(Byte[])

Decode from the BCS contents of an emitted event.

public static CommitteeValidatorJoinEvent TryFromBcs(Byte[] bytes)

Parameters

bytes Byte[]

Returns

CommitteeValidatorJoinEvent

Exceptions

SdkFfiException