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

# Functions

NewSimple creates a new simple dao using the provided backend store.

# Variables

ErrAlreadyExists is returned when the transaction exists in dao.
ErrHasConflicts is returned when the transaction is in the list of conflicting transactions which are already in dao.
ErrInternalDBInconsistency is returned when the format of the retrieved DAO record is unexpected.

# Structs

Simple is memCached wrapper around DB, simple DAO implementation.
Version represents the current dao version.

# Interfaces

NativeContractCache is an interface representing cache for a native contract.