Module massa_models::datastore

source ·
Expand description

datastore serialization / deserialization

Structs

Functions

  • For lexicographically ordered keys, gets the upper and lower bound of keys matching a prefix.

Type Aliases

  • Datastore entry for Ledger & ExecuteSC Operation A Datastore is a Key Value store where Key: Byte array (max length should be 255) Value: Byte array What is stored can be arbitrary bytes but can often be smart contract bytecode (aka WASM binary)