Versions in this module Expand all Collapse all v1 v1.0.1 Jun 8, 2022 Changes in this version + type BtcTXsHistoryIndex struct + func (i BtcTXsHistoryIndex) ConnectBlock(_ pgx.Tx, block *core.AbstractMsgBlock, _ int64, ...) (err error) + func (i BtcTXsHistoryIndex) DisconnectBlock(tx pgx.Tx, block *core.AbstractMsgBlock, _ int64, ...) (err error) + func (i BtcTXsHistoryIndex) FetchNextBlockFromNode(offset int64, checkPrevBlock bool, rpcClient *core.AbstractRPCClient, ...) (block *core.AbstractMsgBlock, prevBlockNumber, blockHeight int64, ...) + func (i BtcTXsHistoryIndex) InitRPCClient() (*core.AbstractRPCClient, error) + type JaxTXsHistoryIndex struct + func (i JaxTXsHistoryIndex) ConnectBlock(_ pgx.Tx, block *core.AbstractMsgBlock, _ int64, ...) (err error) + func (i JaxTXsHistoryIndex) DisconnectBlock(tx pgx.Tx, block *core.AbstractMsgBlock, _ int64, ...) (err error) + func (i JaxTXsHistoryIndex) FetchNextBlockFromNode(offset int64, checkPrevBlock bool, rpcClient *core.AbstractRPCClient, ...) (block *core.AbstractMsgBlock, prevBlockNumber, blockHeight int64, ...) + func (i JaxTXsHistoryIndex) InitRPCClient() (*core.AbstractRPCClient, error) + type TXsHistoryIndex struct + func (i TXsHistoryIndex) DefaultFirstBlockForProcessing() (blockNumber int64) + func (i TXsHistoryIndex) PrepareDatabase() error + func (i TXsHistoryIndex) SetHttpHandlers(group *router.Group)