Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MaxNonceValue is the maximum value that the Account.Nonce can have // (40 bits: MaxNonceValue=2**40-1) MaxNonceValue = 0xffffffffff )
Variables ¶
View Source
var ErrNonceOverflow = errors.New("Nonce overflow, max value: 2**40 -1")
ErrNonceOverflow is used when a given nonce overflows the maximum capacity of the Nonce (2**40-1)
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.