# Packages
Package bitfield provides a simple and efficient arbitrary size bit field implementation.
# Functions
Uint160DecodeBytesBE attempts to decode the given bytes into a Uint160.
Uint160DecodeBytesLE attempts to decode the given bytes in little-endian into a Uint160.
Uint160DecodeStringBE attempts to decode the given string into a Uint160.
Uint160DecodeStringLE attempts to decode the given string in little-endian hex encoding into a Uint160.
Uint256DecodeBytesBE attempts to decode the given string (in BE representation) into a Uint256.
Uint256DecodeBytesLE attempts to decode the given string (in LE representation) into a Uint256.
Uint256DecodeStringBE attempts to decode the given string (in BE representation) into a Uint256.
Uint256DecodeStringLE attempts to decode the given string (in LE representation) into a Uint256.
# Constants
Uint160Size is the size of Uint160 in bytes.
Uint256Size is the size of Uint256 in bytes.