package
1.8.11
Repository: https://github.com/adieu/go-ethereum.git
Documentation: pkg.go.dev

# Functions

Big returns a Number with a SIGNED unlimited size.
Int256 returns Number with a SIGNED limiter up to 256 bits.
NewInitialiser returns a new initialiser for a new *Number without having to expose certain fields.
Uint256 returns a Number with a UNSIGNED limiter up to 256 bits.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
"typedefs".
No description provided by the author

# Structs

A Number represents a generic integer with a bounding function limiter.

# Type aliases

Initialiser is a Number function.