Documentation ¶
Index ¶
- type TxIndex
- func (txi *TxIndex) AddBatch(batch *txindex.Batch) error
- func (txi *TxIndex) DeleteFromHeight(ctx context.Context, height int64) error
- func (txi *TxIndex) Get(hash []byte) (*types.TxResult, error)
- func (txi *TxIndex) Index(result *types.TxResult) error
- func (txi *TxIndex) Search(ctx context.Context, q *query.Query) ([]*types.TxResult, int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TxIndex ¶
type TxIndex struct{}
TxIndex acts as a /dev/null.
func (*TxIndex) DeleteFromHeight ¶
Click to show internal directories.
Click to hide internal directories.