Expand description
General utility functions for Neo N3 smart contracts.
Functionsยง
- bytes_
to_ json - Deserializes a NeoByteString as JSON.
- json_
from_ value - Extracts JSON from a NeoValue containing a ByteString.
- json_
to_ bytes - Serializes a value to JSON and returns it as a NeoByteString.
- storage_
struct - Creates a storage entry struct with key and value fields.