MCPcopy Create free account
hub / github.com/tendermint/tendermint / Mempool

Method Mempool

node/node.go:1062–1064  ·  view source on GitHub ↗

Mempool returns the Node's mempool.

()

Source from the content-addressed store, hash-verified

1060
1061// Mempool returns the Node's mempool.
1062func (n *nodeImpl) Mempool() mempool.Mempool {
1063 return n.mempool
1064}
1065
1066// EventBus returns the Node's EventBus.
1067func (n *nodeImpl) EventBus() *types.EventBus {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected