Module linera_sdk::views

source ·
Expand description

Helper types for using linera_views to store application state.

Re-exports§

Structs§

  • A type to interface with the key value storage provided to applications.

Enums§

Traits§

  • Sometimes we need a serialization that is different from the usual one and for example preserves order. {to/from}_custom_bytes has to be coherent with the Borrow trait.
  • A View whose staged modifications can be saved in storage.
  • A view gives exclusive access to read and write the data stored at an underlying address in storage.

Type Aliases§

Derive Macros§