Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Uint256 ¶
type Uint256 struct {
// contains filtered or unexported fields
}
Uint256 is a wrapper for big.Int that represents uint256.
func BigIntToUint256 ¶
BigIntToUint256 returns the Uint256 that wraps the given big.Int.
func MustBigIntToUint256 ¶
MustBigIntToUint256 returns the Uint256 that wraps the given big.Int. It panics for invalid input.
func (Uint256) MarshalJSON ¶
MarshalJSON implements the json.Marshaler interface.
func (*Uint256) UnmarshalJSON ¶
UnmarshalJSON implements the json.Unmarshaler interface.
Click to show internal directories.
Click to hide internal directories.