Documentation
¶
Index ¶
- func DecodeHexString(hexString string) []byte
- func DecodeHexStringErr(hexString string) ([]byte, error)
- func DecodeHexStringPad(s string) []byte
- func DecodeHexStringPadErr(hexString string) ([]byte, error)
- func EncodeHex(bytes []byte) string
- func EncodeHexWithPrefix(bytes []byte) string
- func IsHexStringRelaxed(s string) bool
- func RemoveHexPrefix(s string) string
- func RemoveHexPrefixPad(s string) string
- func RemoveZeroHex(s string) []byte
- func ToBigInt(v string) *big.Int
- func ToInt32(v string) int32
- func ToInt64(v string) int64
- func ToUint32(v string) uint32
- func ToUint64(v string) uint64
- func ToUint8(v string) uint8
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Source Files
¶
- hex.go
- int.go
Click to show internal directories.
Click to hide internal directories.