# 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.