[][src]Module elrond_wasm::storage::mut_storage

Structs

BorrowedMutStorage

Contains a value taken from storage and a reference to the api. The value can be changed and will be saved back to storage when the lifetime of the BorrowedMutStorage expires. Optimization: will only save back to storage if the value is referenced with deref_mut(), because only in such way can it be changed.