Skip to main content

StorageFundV1Interface

type StorageFundV1Interface

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

type StorageFundV1Interface interface {
// The non-refundable portion of the storage fund, in nanos.
NonRefundableBalance() uint64
// The sum of the storage rebates of all live objects, in nanos.
TotalObjectStorageRebates() uint64
}