Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TransitionDb
Method · 0.65
State
Method · 0.65
TestInvalidTransactions
Function · 0.65
TestTransactionQueue
Function · 0.65
TestTransactionNonceRecovery
Function · 0.65
testTransactionJournaling
Function · 0.65
reset
Method · 0.65
promoteTx
Method · 0.65
removeTx
Method · 0.65
promoteExecutables
Method · 0.65
ToBlock
Method · 0.65
tryApplyPrivateTx
Function · 0.65
Implementers
2
StateDB
core/state/statedb.go
NoopStateDB
core/vm/noop.go
Calls
no outgoing calls
Tested by
12
State
Method · 0.52
TestInvalidTransactions
Function · 0.52
TestTransactionQueue
Function · 0.52
TestTransactionNonceRecovery
Function · 0.52
testTransactionJournaling
Function · 0.52
TestSnapshot2
Function · 0.52
TestUpdateLeaks
Function · 0.52
TestIntermediateLeaks
Function · 0.52
newTestAction
Function · 0.52
create
Function · 0.52
TestSetNonce
Function · 0.52
makeTestState
Function · 0.52