Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CPChain/chain
/ getPendingTxList
Method
getPendingTxList
core/tx_pool.go:278–280 ·
view source on GitHub ↗
(addr common.Address)
Source
from the content-addressed store, hash-verified
276
}
277
278
func
(pool *TxPool) getPendingTxList(addr common.Address) *txList {
279
return
pool.pending[addr]
280
}
281
282
func
(pool *TxPool) getQueueTxList(addr common.Address) *txList {
283
return
pool.queue[addr]
Callers
6
local
Method · 0.95
add
Method · 0.95
promoteTx
Method · 0.95
Status
Method · 0.95
removeTx
Method · 0.95
promoteExecutables
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected