Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CPChain/chain
/ GetNonce
Method
GetNonce
core/vm/interface.go:34–34 ·
view source on GitHub ↗
(common.Address)
Source
from the content-addressed store, hash-verified
32
GetBalance(common.Address) *big.Int
33
34
GetNonce(common.Address) uint64
35
SetNonce(common.Address, uint64)
36
37
GetCodeHash(common.Address) common.Hash
Callers
15
newAuth
Function · 0.65
TxNonce
Method · 0.65
preCheck
Method · 0.65
TransitionDb
Method · 0.65
validateTxPoolInternals
Function · 0.65
TestStateChangeDuringTransactionPoolReset
Function · 0.65
TestTransactionNonceRecovery
Function · 0.65
validateTx
Method · 0.65
removeTx
Method · 0.65
promoteExecutables
Method · 0.65
demoteUnexecutables
Method · 0.65
GetNonce
Method · 0.65
Implementers
2
StateDB
core/state/statedb.go
NoopStateDB
core/vm/noop.go
Calls
no outgoing calls
Tested by
7
validateTxPoolInternals
Function · 0.52
TestStateChangeDuringTransactionPoolReset
Function · 0.52
TestTransactionNonceRecovery
Function · 0.52
checkEqual
Method · 0.52
TestSetNonce
Function · 0.52
checkStateAccounts
Function · 0.52
NonceAt
Method · 0.52