package
0.31.14
Repository: https://github.com/onflow/flow-archive.git
Documentation: pkg.go.dev

# Functions

DefaultOptions returns the default Badger options preferred by the DPS for its index database.
NewDeque instantiates and returns a new empty double-ended queue.

# Constants

Flow constant parameters.
Flow constant parameters.
Flow constant parameters.
Flow constant parameters.
Flow constant parameters.
Flow constant parameters.
Flow constant parameters.
Flow constant parameters.

# Variables

Sentinel errors.
Sentinel errors.
FlowParams is a map that contains the parameters for each known Flow chain.

# Structs

Params contains the parameters of a Flow chain.
SafeDeque is a concurrency-safe double-ended queue.
Token contains the details of a crypto token.

# Interfaces

Chain represents something that has access to chain data.
Codec represents something that can encode and decode data, as well as compress and decompress it.
Library represents something that produces operations to read/write from/on a DPS index database.
New pebble-based database interface.
Reader represents something that can read from a DPS index.
ReadLibrary represents something that produces operations to read from a DPS index database.
No description provided by the author
WriteLibrary represents something that produces operations to write on a DPS index database.
No description provided by the author
Writer represents something that can write on a DPS index.