ValidatorEpochInfoEventV1
Namespace: IotaSdk
A typed view of a 0x3::validator_set::ValidatorEpochInfoEventV1.
public class ValidatorEpochInfoEventV1 : IValidatorEpochInfoEventV1, System.IDisposable
Inheritance Object → ValidatorEpochInfoEventV1
Implements IValidatorEpochInfoEventV1, IDisposable
Attributes NullableContextAttribute, NullableAttribute
Constructors
ValidatorEpochInfoEventV1(UInt64)
public ValidatorEpochInfoEventV1(ulong pointer)
Parameters
pointer UInt64
Methods
Destroy()
public void Destroy()
Dispose()
public void Dispose()
CommissionRate()
public ulong CommissionRate()
Returns
Epoch()
public ulong Epoch()
Returns
PoolStakingReward()
public ulong PoolStakingReward()
Returns
PoolTokenExchangeRate()
public PoolTokenExchangeRate PoolTokenExchangeRate()
Returns
ReferenceGasSurveyQuote()
public ulong ReferenceGasSurveyQuote()
Returns
Stake()
public ulong Stake()
Returns
TallyingRuleGlobalScore()
public ulong TallyingRuleGlobalScore()
Returns
TallyingRuleReporters()
Addresses of the validators that reported this one this epoch.
public Address[] TallyingRuleReporters()
Returns
ValidatorAddress()
public Address ValidatorAddress()
Returns
VotingPower()
public ulong VotingPower()
Returns
TryFromBcs(Byte[])
Decode from the BCS contents of an emitted event.
public static ValidatorEpochInfoEventV1 TryFromBcs(Byte[] bytes)
Parameters
bytes Byte[]