MCPcopy Create free account
hub / github.com/CPChain/chain / CreateAccount

Method CreateAccount

core/vm/interface.go:28–28  ·  view source on GitHub ↗
(common.Address)

Source from the content-addressed store, hash-verified

26// StateDB is an EVM database for full state querying.
27type StateDB interface {
28 CreateAccount(common.Address)
29
30 SubBalance(common.Address, *big.Int)
31 AddBalance(common.Address, *big.Int)

Callers 5

TestNullMethod · 0.65
newTestActionFunction · 0.65
callMethod · 0.65
CreateMethod · 0.65
ExecuteFunction · 0.65

Implementers 2

StateDBcore/state/statedb.go
NoopStateDBcore/vm/noop.go

Calls

no outgoing calls

Tested by 2

TestNullMethod · 0.52
newTestActionFunction · 0.52