CommitteeValidatorLeaveEvent
Namespace: IotaSdk
A typed view of a 0x3::validator_set::CommitteeValidatorLeaveEvent.
public class CommitteeValidatorLeaveEvent : ICommitteeValidatorLeaveEvent, System.IDisposable
Inheritance Object → CommitteeValidatorLeaveEvent
Implements ICommitteeValidatorLeaveEvent, IDisposable
Attributes NullableContextAttribute, NullableAttribute
Constructors
CommitteeValidatorLeaveEvent(UInt64)
public CommitteeValidatorLeaveEvent(ulong pointer)
Parameters
pointer UInt64
Methods
Destroy()
public void Destroy()
Dispose()
public void Dispose()
Epoch()
public ulong Epoch()
Returns
StakingPoolId()
public ObjectId StakingPoolId()
Returns
ValidatorAddress()
public Address ValidatorAddress()
Returns
TryFromBcs(Byte[])
Decode from the BCS contents of an emitted event.
public static CommitteeValidatorLeaveEvent TryFromBcs(Byte[] bytes)
Parameters
bytes Byte[]