Home
last modified time | relevance | path

Searched defs:NewTxsEvent (Results 1 – 11 of 11) sorted by relevance

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/
H A Devents.go25 type NewTxsEvent struct{ Txs []*types.Transaction } argument
H A Dtx_pool_test.go165 func validateEvents(events chan NewTxsEvent, count int) error {
/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.go25 type NewTxsEvent struct{ Txs []*types.Transaction } argument
/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.go68 SubscribeNewTxsEvent(chan<- core.NewTxsEvent) event.Subscription
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libjpeg/
H A DMOZCHANGES40 Of course, libjpeg-turbo might have added some new source files, so you'll
/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 Dprotocol.go108 SubscribeNewTxsEvent(chan<- core.NewTxsEvent) 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/eth/filters/
H A Dfilter.go41 SubscribeNewTxsEvent(chan<- core.NewTxsEvent) event.Subscription
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/internal/ethapi/
H A Dbackend.go84 SubscribeNewTxsEvent(chan<- core.NewTxsEvent) event.Subscription
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/eth/
H A Dhandler.go74 SubscribeNewTxsEvent(chan<- core.NewTxsEvent) 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/ethstats/
H A Dethstats.go62 SubscribeNewTxsEvent(chan<- core.NewTxsEvent) event.Subscription
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/ethstats/
H A Dethstats.go65 SubscribeNewTxsEvent(ch chan<- core.NewTxsEvent) event.Subscription