Skip to main content

SystemEpochInfoEventV2

Namespace: IotaSdk

A typed view of a 0x3::iota_system_state_inner::SystemEpochInfoEventV2.

public class SystemEpochInfoEventV2 : ISystemEpochInfoEventV2, System.IDisposable

Inheritance ObjectSystemEpochInfoEventV2
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

UInt64

Epoch()

public ulong Epoch()

Returns

UInt64

MintedTokensAmount()

public ulong MintedTokensAmount()

Returns

UInt64

ProtocolVersion()

public ulong ProtocolVersion()

Returns

UInt64

StorageCharge()

public ulong StorageCharge()

Returns

UInt64

StorageFundBalance()

public ulong StorageFundBalance()

Returns

UInt64

StorageRebate()

public ulong StorageRebate()

Returns

UInt64

TipsAmount()

public ulong TipsAmount()

Returns

UInt64

TotalGasFees()

public ulong TotalGasFees()

Returns

UInt64

TotalStake()

public ulong TotalStake()

Returns

UInt64

TotalStakeRewardsDistributed()

public ulong TotalStakeRewardsDistributed()

Returns

UInt64

TryFromBcs(Byte[])

Decode from the BCS contents of an emitted event.

public static SystemEpochInfoEventV2 TryFromBcs(Byte[] bytes)

Parameters

bytes Byte[]

Returns

SystemEpochInfoEventV2

Exceptions

SdkFfiException