package
0.0.0-20220731021823-891b8cbd4160
Repository: https://github.com/carina-hackatom/nova.git
Documentation: pkg.go.dev

# Constants

STORAGE_TYPE_INDEX indicates persistent storage which is backed by a merkle-tree.
STORAGE_TYPE_DEFAULT_UNSPECIFIED indicates the persistent KV-storage where primary key entries are stored in merkle-tree backed commitment storage and indexes and seqs are stored in fast index storage.
STORAGE_TYPE_INDEX indicates persistent storage which is not backed by a merkle-tree and won't affect the app hash.
STORAGE_TYPE_MEMORY indicates in-memory storage that will be reloaded every time an app restarts.
STORAGE_TYPE_TRANSIENT indicates transient storage that is reset at the end of every block.

# Variables

module_schema is used to define the ORM schema for an app module.
No description provided by the author
Enum value maps for StorageType.
Enum value maps for StorageType.

# Structs

ModuleSchemaDescriptor describe's a module's ORM schema.
FileEntry describes an ORM file used in a module.

# Type aliases

StorageType.