SystemEpochInfoEventV1
Namespace: IotaSdk
A typed view of a
0x3::iota_system_state_inner::SystemEpochInfoEventV1.
public class SystemEpochInfoEventV1 : ISystemEpochInfoEventV1, System.IDisposable
Inheritance Object → SystemEpochInfoEventV1
Implements ISystemEpochInfoEventV1, IDisposable
Constructors
SystemEpochInfoEventV1(UInt64)
public SystemEpochInfoEventV1(ulong pointer)
Parameters
pointer UInt64
Methods
Destroy()
public void Destroy()
Dispose()
public void Dispose()
BurntTokensAmount()
public ulong BurntTokensAmount()
Returns
Epoch()
public ulong Epoch()
Returns
MintedTokensAmount()
public ulong MintedTokensAmount()
Returns
ProtocolVersion()
public ulong ProtocolVersion()
Returns
ReferenceGasPrice()
Reference gas price for the epoch, in nanos.
public ulong ReferenceGasPrice()
Returns
StorageCharge()
public ulong StorageCharge()
Returns
StorageFundBalance()
public ulong StorageFundBalance()
Returns
StorageRebate()
public ulong StorageRebate()
Returns
TotalGasFees()
public ulong TotalGasFees()
Returns
TotalStake()
public ulong TotalStake()
Returns
TotalStakeRewardsDistributed()
public ulong TotalStakeRewardsDistributed()
Returns
TryFromBcs(Byte[])
Decode from the BCS contents of an emitted event.
public static SystemEpochInfoEventV1 TryFromBcs(Byte[] bytes)
Parameters
bytes Byte[]