MCPcopy 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

newAuthFunction · 0.65
TxNonceMethod · 0.65
preCheckMethod · 0.65
TransitionDbMethod · 0.65
validateTxPoolInternalsFunction · 0.65
validateTxMethod · 0.65
removeTxMethod · 0.65
promoteExecutablesMethod · 0.65
demoteUnexecutablesMethod · 0.65
GetNonceMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 7

validateTxPoolInternalsFunction · 0.52
checkEqualMethod · 0.52
TestSetNonceFunction · 0.52
checkStateAccountsFunction · 0.52
NonceAtMethod · 0.52