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

Method TryGet

core/state/database.go:64–64  ·  view source on GitHub ↗
(key []byte)

Source from the content-addressed store, hash-verified

62// Trie is a Ethereum Merkle Trie.
63type Trie interface {
64 TryGet(key []byte) ([]byte, error)
65 TryUpdate(key, value []byte) error
66 TryDelete(key []byte) error
67 Commit(onleaf trie.LeafCallback) (common.Hash, error)

Callers 2

GetStateMethod · 0.80
getStateObjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected