Expand description
Storage utilities for Neo N3 smart contracts.
This module provides convenient functions for storing and retrieving structured data using JSON serialization.
Functionsยง
- delete
- Deletes a key from storage.
- find_
prefix - Finds all storage entries with the given prefix.
- load
- Loads a typed value from storage.
- read_
json - Reads a JSON-serialized value from a NeoByteString.
- store
- Stores a typed value to storage.
- struct_
entry - Creates a NeoStruct entry with key and value fields.
- value_
to_ json - Converts a NeoValue containing a ByteString to a JSON value.
- write_
json - Writes a value as JSON to a NeoByteString.