Versions in this module Expand all Collapse all v0 v0.0.21 Jun 14, 2025 v0.0.18 May 9, 2025 Changes in this version + const ChildrenToShow + type ChainReader struct + func NewChainReader(folder string) (*ChainReader, error) + func (cr *ChainReader) GetAddressVertex(addrHeight int64) multidag.Vertex + func (cr *ChainReader) GetBlockVertex(blockHeight int64) multidag.Vertex + func (cr *ChainReader) GetBlockchainVertex() multidag.Vertex + func (cr *ChainReader) GetTransactionVertex(transHeight int64) multidag.Vertex + func (cr *ChainReader) GetTxoVertex(txoHeight int64, df *derived.DerivedFiles) multidag.Vertex + func (cr *ChainReader) LookupAddress(address string) int64 + func (cr *ChainReader) LookupBlock(hashAscii string) int64 + func (cr *ChainReader) LookupTransaction(hashAscii string) int64