package
0.1.68
Repository: https://github.com/0xpolygon/polygon-cli.git
Documentation: pkg.go.dev

# Functions

NewDatastore connects to datastore and creates the client.

# Constants

No description provided by the author
Kinds are the datastore equivalent of tables.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Datastore wraps the datastore client, stores the sensorID, and other information needed when writing blocks and transactions.
DatastoreBlock represents a block stored in datastore.
DatastoreEvent can represent a peer sending the sensor a transaction hash or a block hash.
DatastoreHeader stores the data in manner that can be easily written without loss of precision.
DatastoreOptions is used when creating a NewDatastore.
No description provided by the author
DatastoreTransaction represents a transaction stored in datastore.

# Interfaces

Database represents a database solution to write block and transaction data to.