Skip to main content

StorageFund

SUI set aside to account for objects stored on-chain.

type StorageFund {
totalObjectStorageRebates: BigInt
nonRefundableBalance: BigInt
}

Fields

StorageFund.totalObjectStorageRebates ● BigInt scalar

Sum of storage rebates of live objects on chain.

StorageFund.nonRefundableBalance ● BigInt scalar

The portion of the storage fund that will never be refunded through storage rebates.

The system maintains an invariant that the sum of all storage fees into the storage fund is equal to the sum of of all storage rebates out, the total storage rebates remaining, and the non-refundable balance.

Member Of

Epoch object