Home
last modified time | relevance | path

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

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/les/
H A Dapi_backend.go146 func (b *LesApiBackend) SubscribeChainEvent(ch chan<- core.ChainEvent) event.Subscription { func
147 return b.eth.blockchain.SubscribeChainEvent(ch)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/eth/
H A Dapi_backend.go148 func (b *EthAPIBackend) SubscribeChainEvent(ch chan<- core.ChainEvent) event.Subscription { func
149 return b.eth.BlockChain().SubscribeChainEvent(ch)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/internal/ethapi/
H A Dbackend.go57 SubscribeChainEvent(ch chan<- core.ChainEvent) event.Subscription methodSpec
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/core/
H A Dchain_indexer.go57 SubscribeChainEvent(ch chan<- ChainEvent) event.Subscription methodSpec
146 sub := chain.SubscribeChainEvent(events)
H A Dblockchain.go1584 func (bc *BlockChain) SubscribeChainEvent(ch chan<- ChainEvent) event.Subscription { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/les/
H A Dapi_backend.go234 func (b *LesApiBackend) SubscribeChainEvent(ch chan<- core.ChainEvent) event.Subscription {
235 return b.eth.blockchain.SubscribeChainEvent(ch)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/internal/ethapi/
H A Dbackend.go71 SubscribeChainEvent(ch chan<- core.ChainEvent) event.Subscription methodSpec
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/eth/
H A Dapi_backend.go222 func (b *EthAPIBackend) SubscribeChainEvent(ch chan<- core.ChainEvent) event.Subscription { func
223 return b.eth.BlockChain().SubscribeChainEvent(ch)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/accounts/abi/bind/backends/
H A Dsimulated.go472 func (fb *filterBackend) SubscribeChainEvent(ch chan<- core.ChainEvent) event.Subscription { func
473 return fb.bc.SubscribeChainEvent(ch)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/eth/filters/
H A Dfilter.go42 SubscribeChainEvent(ch chan<- core.ChainEvent) event.Subscription methodSpec
H A Dfilter_system.go136 m.chainSub = m.backend.SubscribeChainEvent(m.chainCh)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/eth/filters/
H A Dfilter.go41 SubscribeChainEvent(ch chan<- core.ChainEvent) event.Subscription
H A Dfilter_system.go130 m.chainSub = m.backend.SubscribeChainEvent(m.chainCh)
H A Dfilter_system_test.go125 func (b *testBackend) SubscribeChainEvent(ch chan<- core.ChainEvent) event.Subscription { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/
H A Dblockchain_reader.go370 func (bc *BlockChain) SubscribeChainEvent(ch chan<- ChainEvent) event.Subscription { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/accounts/abi/bind/backends/
H A Dsimulated.go863 func (fb *filterBackend) SubscribeChainEvent(ch chan<- core.ChainEvent) event.Subscription {
864 return fb.bc.SubscribeChainEvent(ch)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/light/
H A Dlightchain.go511 func (self *LightChain) SubscribeChainEvent(ch chan<- core.ChainEvent) event.Subscription { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/light/
H A Dlightchain.go574 func (lc *LightChain) SubscribeChainEvent(ch chan<- core.ChainEvent) event.Subscription {