Module storage_management

Source
Expand description

Storage management deals with handling state storage on NEAR. This follows the storage management standard.

Modules§

ext_storage_management

Structs§

StorageBalance
StorageBalanceBounds

Traits§

StorageManagement
Ensures that when fungible token storage grows by collections adding entries, the storage is be paid by the caller. This ensures that storage cannot grow to a point that the FT contract runs out of Ⓝ. Takes name of the Contract struct, the inner field for the token and optional method name to call when the account was closed.