Home
last modified time | relevance | path

Searched refs:CfIndex (Results 1 – 18 of 18) sorted by relevance

/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/indexers/
H A Dcfindex.go78 type CfIndex struct { struct
84 var _ Indexer = (*CfIndex)(nil)
87 var _ NeedsInputser = (*CfIndex)(nil)
93 func (idx *CfIndex) NeedsInputs() bool { argument
99 func (idx *CfIndex) Init() error { argument
105 func (idx *CfIndex) Key() []byte { argument
111 func (idx *CfIndex) Name() string { argument
118 func (idx *CfIndex) Create(dbTx database.Tx) error { argument
303 func (idx *CfIndex) FilterByBlockHash(h *chainhash.Hash, argument
331 func (idx *CfIndex) FilterHashByBlockHash(h *chainhash.Hash, argument
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/indexers/
H A Dcfindex.go78 type CfIndex struct { struct
84 var _ Indexer = (*CfIndex)(nil)
87 var _ NeedsInputser = (*CfIndex)(nil)
93 func (idx *CfIndex) NeedsInputs() bool { argument
99 func (idx *CfIndex) Init() error { argument
105 func (idx *CfIndex) Key() []byte { argument
111 func (idx *CfIndex) Name() string { argument
118 func (idx *CfIndex) Create(dbTx database.Tx) error { argument
303 func (idx *CfIndex) FilterByBlockHash(h *chainhash.Hash, argument
331 func (idx *CfIndex) FilterHashByBlockHash(h *chainhash.Hash, argument
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/indexers/
H A Dcfindex.go78 type CfIndex struct { struct
84 var _ Indexer = (*CfIndex)(nil)
87 var _ NeedsInputser = (*CfIndex)(nil)
93 func (idx *CfIndex) NeedsInputs() bool { argument
99 func (idx *CfIndex) Init() error { argument
105 func (idx *CfIndex) Key() []byte { argument
111 func (idx *CfIndex) Name() string { argument
118 func (idx *CfIndex) Create(dbTx database.Tx) error { argument
303 func (idx *CfIndex) FilterByBlockHash(h *chainhash.Hash, argument
331 func (idx *CfIndex) FilterHashByBlockHash(h *chainhash.Hash, argument
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/indexers/
H A Dcfindex.go78 type CfIndex struct { struct
84 var _ Indexer = (*CfIndex)(nil)
87 var _ NeedsInputser = (*CfIndex)(nil)
93 func (idx *CfIndex) NeedsInputs() bool { argument
99 func (idx *CfIndex) Init() error { argument
105 func (idx *CfIndex) Key() []byte { argument
111 func (idx *CfIndex) Name() string { argument
118 func (idx *CfIndex) Create(dbTx database.Tx) error { argument
303 func (idx *CfIndex) FilterByBlockHash(h *chainhash.Hash, argument
331 func (idx *CfIndex) FilterHashByBlockHash(h *chainhash.Hash, argument
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/blockchain/indexers/
H A Dcfindex.go78 type CfIndex struct { struct
84 var _ Indexer = (*CfIndex)(nil)
87 var _ NeedsInputser = (*CfIndex)(nil)
93 func (idx *CfIndex) NeedsInputs() bool { argument
99 func (idx *CfIndex) Init() error { argument
105 func (idx *CfIndex) Key() []byte { argument
111 func (idx *CfIndex) Name() string { argument
118 func (idx *CfIndex) Create(dbTx database.Tx) error { argument
303 func (idx *CfIndex) FilterByBlockHash(h *chainhash.Hash, argument
331 func (idx *CfIndex) FilterHashByBlockHash(h *chainhash.Hash, argument
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/blockchain/indexers/
H A Dcfindex.go78 type CfIndex struct { struct
84 var _ Indexer = (*CfIndex)(nil)
87 var _ NeedsInputser = (*CfIndex)(nil)
93 func (idx *CfIndex) NeedsInputs() bool { argument
99 func (idx *CfIndex) Init() error { argument
105 func (idx *CfIndex) Key() []byte { argument
111 func (idx *CfIndex) Name() string { argument
118 func (idx *CfIndex) Create(dbTx database.Tx) error { argument
303 func (idx *CfIndex) FilterByBlockHash(h *chainhash.Hash, argument
331 func (idx *CfIndex) FilterHashByBlockHash(h *chainhash.Hash, argument
[all …]
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/
H A Drpcserver.go2179 if s.cfg.CfIndex == nil {
2192 filterBytes, err := s.cfg.CfIndex.FilterByBlockHash(hash, c.FilterType)
2208 if s.cfg.CfIndex == nil {
2221 headerBytes, err := s.cfg.CfIndex.FilterHeaderByBlockHash(hash, c.FilterType)
4297 CfIndex *indexers.CfIndex member
H A Dserver.go239 cfIndex *indexers.CfIndex
2898 CfIndex: s.cfIndex,
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/
H A Drpcserver.go2179 if s.cfg.CfIndex == nil {
2192 filterBytes, err := s.cfg.CfIndex.FilterByBlockHash(hash, c.FilterType)
2208 if s.cfg.CfIndex == nil {
2221 headerBytes, err := s.cfg.CfIndex.FilterHeaderByBlockHash(hash, c.FilterType)
4297 CfIndex *indexers.CfIndex member
H A Dserver.go239 cfIndex *indexers.CfIndex
2898 CfIndex: s.cfIndex,
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/
H A Drpcserver.go2179 if s.cfg.CfIndex == nil {
2192 filterBytes, err := s.cfg.CfIndex.FilterByBlockHash(hash, c.FilterType)
2208 if s.cfg.CfIndex == nil {
2221 headerBytes, err := s.cfg.CfIndex.FilterHeaderByBlockHash(hash, c.FilterType)
4297 CfIndex *indexers.CfIndex member
H A Dserver.go239 cfIndex *indexers.CfIndex
2898 CfIndex: s.cfIndex,
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/
H A Drpcserver.go2179 if s.cfg.CfIndex == nil {
2192 filterBytes, err := s.cfg.CfIndex.FilterByBlockHash(hash, c.FilterType)
2208 if s.cfg.CfIndex == nil {
2221 headerBytes, err := s.cfg.CfIndex.FilterHeaderByBlockHash(hash, c.FilterType)
4297 CfIndex *indexers.CfIndex member
H A Dserver.go239 cfIndex *indexers.CfIndex
2898 CfIndex: s.cfIndex,
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/
H A Drpcserver.go2179 if s.cfg.CfIndex == nil {
2192 filterBytes, err := s.cfg.CfIndex.FilterByBlockHash(hash, c.FilterType)
2208 if s.cfg.CfIndex == nil {
2221 headerBytes, err := s.cfg.CfIndex.FilterHeaderByBlockHash(hash, c.FilterType)
4297 CfIndex *indexers.CfIndex member
H A Dserver.go239 cfIndex *indexers.CfIndex
2898 CfIndex: s.cfIndex,
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/
H A Drpcserver.go2179 if s.cfg.CfIndex == nil {
2192 filterBytes, err := s.cfg.CfIndex.FilterByBlockHash(hash, c.FilterType)
2208 if s.cfg.CfIndex == nil {
2221 headerBytes, err := s.cfg.CfIndex.FilterHeaderByBlockHash(hash, c.FilterType)
4297 CfIndex *indexers.CfIndex member
H A Dserver.go239 cfIndex *indexers.CfIndex
2898 CfIndex: s.cfIndex,