Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CPChain/chain
/ BlockChain
Method
BlockChain
miner/miner.go:26–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
type
Backend
interface
{
25
AccountManager() *accounts.Manager
26
BlockChain() *core.BlockChain
27
TxPool() *core.TxPool
28
ChainDb() database.Database
29
}
Callers
15
newEngine
Function · 0.65
update
Method · 0.65
New
Function · 0.65
ExportChain
Method · 0.65
ImportChain
Method · 0.65
DumpBlock
Method · 0.65
GetBadBlocks
Method · 0.65
StateAndHeaderByNumber
Method · 0.65
GetEVM
Method · 0.65
SubscribeRemovedLogsEvent
Method · 0.65
SubscribeChainEvent
Method · 0.65
SubscribeChainHeadEvent
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected