You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be links from #[near(contract_state)] to modules themselves and to anchors of modules' documentation with all [env] host-functions used in storage implementation.
Links from [store] and [collections] to host-functions in [env] used in storage implementation intersect with scope of #1265
Should create links mentioned below in comment #1304 (comment) and also add this sub-heading to #[near(contract_state)] heading:
/// ### FAQ/// * unlike containers in [`collections`] module, most containers in [`store`] module will cache all changes/// and loads and only update values that are changed in storage after it’s dropped through it’s [`Drop`](core::ops::Drop) implementation./// These changes can be updated in storage before the container variable is dropped by using/// the container's `flush` method, e.g. [`store::Vector::flush`] ([`store::Vector::drop`] uses this in implementation too).///
The text was updated successfully, but these errors were encountered:
Headings with used [env] host-functions should be created in [store] and [collections] module-level documentation.
Then 4 links from #[near(contract_state)] attribute documentation:
[store] module.
store module doc heading/anchor with above [env] functions
[collections] module
collections module doc heading/anchor with above [env] functions
There should be links from
#[near(contract_state)]
to modules themselves and to anchors of modules' documentation with all [env] host-functions used in storage implementation.Links from [store] and [collections] to host-functions in [env] used in storage implementation intersect with scope of #1265
Relates to #1299
Should create links mentioned below in comment #1304 (comment) and also add this sub-heading to
#[near(contract_state)]
heading:The text was updated successfully, but these errors were encountered: