Versions in this module Expand all Collapse all v0 v0.1.2 Nov 7, 2024 v0.1.1 Oct 3, 2024 Changes in this version + const Base10 + const Gwei + const MaxUint256StrNumber + const TenToThePowerOf18 + func DecodeBigIntHexOrDecimal(s string) (*big.Int, error) + func DecodeBytes(val *string) ([]byte, error) + func DecodeInt64orHex(val *string) (int64, error) + func DecodeUint256orHex(val *string) (*big.Int, error) + func DecodeUint64orHex(val *string) (uint64, error) + func EncodeBigInt(b *big.Int) *string + func EncodeBytes(b []byte) *string + func EncodeUint64(b uint64) *string