Documentation
¶
Index ¶
- Constants
- type ChainReader
- 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
Constants ¶
View Source
const ChildrenToShow = 10
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChainReader ¶
type ChainReader struct {
// contains filtered or unexported fields
}
func NewChainReader ¶
func NewChainReader(folder string) (*ChainReader, error)
func (*ChainReader) GetAddressVertex ¶
func (cr *ChainReader) GetAddressVertex(addrHeight int64) multidag.Vertex
func (*ChainReader) GetBlockVertex ¶
func (cr *ChainReader) GetBlockVertex(blockHeight int64) multidag.Vertex
func (*ChainReader) GetBlockchainVertex ¶
func (cr *ChainReader) GetBlockchainVertex() multidag.Vertex
func (*ChainReader) GetTransactionVertex ¶
func (cr *ChainReader) GetTransactionVertex(transHeight int64) multidag.Vertex
func (*ChainReader) GetTxoVertex ¶
func (cr *ChainReader) GetTxoVertex(txoHeight int64, df *derived.DerivedFiles) multidag.Vertex
func (*ChainReader) LookupAddress ¶
func (cr *ChainReader) LookupAddress(address string) int64
func (*ChainReader) LookupBlock ¶
func (cr *ChainReader) LookupBlock(hashAscii string) int64
func (*ChainReader) LookupTransaction ¶
func (cr *ChainReader) LookupTransaction(hashAscii string) int64
Click to show internal directories.
Click to hide internal directories.