Skip to main content

StorageFundV1

Namespace: IotaSdk

A typed view of the 0x3::storage_fund::StorageFundV1 embedded in the system state.

public class StorageFundV1 : IStorageFundV1, System.IDisposable

Inheritance ObjectStorageFundV1
Implements IStorageFundV1, IDisposable

Constructors

StorageFundV1(UInt64)

public StorageFundV1(ulong pointer)

Parameters

pointer UInt64

Methods

Destroy()

public void Destroy()

Dispose()

public void Dispose()

NonRefundableBalance()

The non-refundable portion of the storage fund, in nanos.

public ulong NonRefundableBalance()

Returns

UInt64

TotalObjectStorageRebates()

The sum of the storage rebates of all live objects, in nanos.

public ulong TotalObjectStorageRebates()

Returns

UInt64