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

Method SetNonce

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

Source from the content-addressed store, hash-verified

33
34 GetNonce(common.Address) uint64
35 SetNonce(common.Address, uint64)
36
37 GetCodeHash(common.Address) common.Hash
38 GetCode(common.Address) []byte

Callers 15

TransitionDbMethod · 0.65
StateMethod · 0.65
TestInvalidTransactionsFunction · 0.65
TestTransactionQueueFunction · 0.65
resetMethod · 0.65
promoteTxMethod · 0.65
removeTxMethod · 0.65
promoteExecutablesMethod · 0.65
ToBlockMethod · 0.65
tryApplyPrivateTxFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 12

StateMethod · 0.52
TestInvalidTransactionsFunction · 0.52
TestTransactionQueueFunction · 0.52
TestSnapshot2Function · 0.52
TestUpdateLeaksFunction · 0.52
TestIntermediateLeaksFunction · 0.52
newTestActionFunction · 0.52
createFunction · 0.52
TestSetNonceFunction · 0.52
makeTestStateFunction · 0.52