SystemEpochInfoEventV2
Namespace: IotaSdk
A typed view of a
0x3::iota_system_state_inner::SystemEpochInfoEventV2.
public class SystemEpochInfoEventV2 : ISystemEpochInfoEventV2, System.IDisposable
Inheritance Object → SystemEpochInfoEventV2
Implements ISystemEpochInfoEventV2, IDisposable
Constructors
SystemEpochInfoEventV2(UInt64)
public SystemEpochInfoEventV2(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
StorageCharge()
public ulong StorageCharge()
Returns
StorageFundBalance()
public ulong StorageFundBalance()
Returns
StorageRebate()
public ulong StorageRebate()
Returns
TipsAmount()
public ulong TipsAmount()
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 SystemEpochInfoEventV2 TryFromBcs(Byte[] bytes)
Parameters
bytes Byte[]