Home
last modified time | relevance | path

Searched defs:ChainEvent (Results 1 – 9 of 9) sorted by relevance

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/
H A Devents.go33 type ChainEvent struct { struct
34 Block *types.Block
35 Hash common.Hash
36 Logs []*types.Log
H A Dblockchain_reader.go370 func (bc *BlockChain) SubscribeChainEvent(ch chan<- ChainEvent) event.Subscription {
/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 Devents.go38 type ChainEvent struct { struct
39 Block *types.Block
40 Hash common.Hash
41 Logs []*types.Log
H A Dchain_indexer.go57 SubscribeChainEvent(ch chan<- ChainEvent) event.Subscription
/dports/mail/mailman3/mailman-3.3.1/src/mailman/interfaces/
H A Dchain.py26 class ChainEvent: class
/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
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libjpeg/
H A DMOZCHANGES41 have to look though and figure out which of these files to keep.
/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
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/internal/ethapi/
H A Dbackend.go71 SubscribeChainEvent(ch chan<- core.ChainEvent) event.Subscription