Categorygithub.com/terorie/solana-blockstore-go
modulepackage
0.0.1
Repository: https://github.com/terorie/solana-blockstore-go.git
Documentation: pkg.go.dev

# README

solana-blockstore-go

Go Reference

Go client for Solana's blockstore database.

Supported functionality:

  • Slot metas
  • Last root
  • Last block height
  • Shreds
  • Blocks (without receipts)

# Packages

No description provided by the author

# Functions

No description provided by the author
MakeShredKey creates the RocksDB key for CfDataShred or CfCodeShred.
MakeSlotKey creates the RocksDB key for CfMeta, CfRoot.
No description provided by the author
OpenReadOnly attaches to a blockstore in read-only mode.
OpenSecondary attaches to a blockstore in secondary mode.
No description provided by the author
No description provided by the author

# Constants

Column families.
Column families.
Column families.
Column families.
Column families.
Column families.
Column families.

# Variables

No description provided by the author
No description provided by the author
ErrNotFound is returned when no row is found.

# Structs

No description provided by the author
No description provided by the author
DB wraps a RocksDB database handle.
Entry
No description provided by the author
No description provided by the author
No description provided by the author