Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
27
type
StateDB
interface
{
28
CreateAccount(common.Address)
29
30
SubBalance(common.Address, *big.Int)
31
AddBalance(common.Address, *big.Int)
Callers
5
TestNull
Method · 0.65
newTestAction
Function · 0.65
call
Method · 0.65
Create
Method · 0.65
Execute
Function · 0.65
Implementers
2
StateDB
core/state/statedb.go
NoopStateDB
core/vm/noop.go
Calls
no outgoing calls
Tested by
2
TestNull
Method · 0.52
newTestAction
Function · 0.52