StorageFundV1
open class StorageFundV1 : Disposable, AutoCloseable, StorageFundV1Interface
A typed view of the 0x3::storage_fund::StorageFundV1 embedded in the system state.
Functions
| Name | Summary |
|---|---|
| close | @Synchronized open override fun close() |
| destroy | open override fun destroy() |
| nonRefundableBalance | open override fun nonRefundableBalance(): ULong The non-refundable portion of the storage fund, in nanos. |
| toString | open override fun toString(): String |
| totalObjectStorageRebates | open override fun totalObjectStorageRebates(): ULong The sum of the storage rebates of all live objects, in nanos. |