package
0.5.0
Repository: https://github.com/cosmwasm/cosmwasm-go.git
Documentation: pkg.go.dev

# Functions

MaxUint128 returns the max value of an Uint128.
NewUint128 returns the Uint128 value (lo,hi).
NewUint128FromUint64 returns an Uint128 from an uint64.
ZeroUint128 returns the zero value of an Uint128.

# Constants

Uint128BitSize defines the bit size of an Uint128.
Uint128Size defines the byte size of an Uint128.

# Structs

Uint128 is an unsigned 128-bit number.