Skip to main content

SystemEpochInfoEventV1

Namespace: IotaSdk

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

public class SystemEpochInfoEventV1 : ISystemEpochInfoEventV1, System.IDisposable

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

UInt64

Epoch()

public ulong Epoch()

Returns

UInt64

MintedTokensAmount()

public ulong MintedTokensAmount()

Returns

UInt64

ProtocolVersion()

public ulong ProtocolVersion()

Returns

UInt64

ReferenceGasPrice()

Reference gas price for the epoch, in nanos.

public ulong ReferenceGasPrice()

Returns

UInt64

StorageCharge()

public ulong StorageCharge()

Returns

UInt64

StorageFundBalance()

public ulong StorageFundBalance()

Returns

UInt64

StorageRebate()

public ulong StorageRebate()

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 SystemEpochInfoEventV1 TryFromBcs(Byte[] bytes)

Parameters

bytes Byte[]

Returns

SystemEpochInfoEventV1

Exceptions

SdkFfiException