MCPcopy 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

24type Backend interface {
25 AccountManager() *accounts.Manager
26 BlockChain() *core.BlockChain
27 TxPool() *core.TxPool
28 ChainDb() database.Database
29}

Callers 15

newEngineFunction · 0.65
updateMethod · 0.65
NewFunction · 0.65
ExportChainMethod · 0.65
ImportChainMethod · 0.65
DumpBlockMethod · 0.65
GetBadBlocksMethod · 0.65
GetEVMMethod · 0.65
SubscribeChainEventMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected