package
0.108.1
Repository: https://github.com/nspcc-dev/neo-go.git
Documentation: pkg.go.dev

# Functions

ContextAsReadOnly sets given context to read-only mode.
storageDelete deletes stored key-value pair.
Find finds stored key-value pair.
Get returns stored key-value pair.
GetContext returns storage context for the currently executing contract.
GetReadOnlyContext returns read-only storage context for the currently executing contract.
NewIterator creates a new Iterator with the given options for the given channel of store.Seek results.
Put puts key-value pair into the storage.

# Constants

Storage iterator options.
Storage iterator options.
Storage iterator options.
Storage iterator options.
Storage iterator options.
Storage iterator options.
Storage iterator options.
Storage iterator options.
Storage iterator options.

# Variables

ErrGasLimitExceeded is returned from interops when there is not enough GAS left in the execution context to complete the action.

# Structs

Context contains contract ID and read/write flag, it's used as a context for storage manipulation functions.
Iterator is an iterator state representation.