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

Struct NoopStateDB

core/vm/noop.go:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46type NoopStateDB struct{}
47
48func (NoopStateDB) CreateAccount(common.Address) {}
49func (NoopStateDB) SubBalance(common.Address, *big.Int) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected