Versions in this module Expand all Collapse all v0 v0.0.1 Dec 23, 2020 Changes in this version + const BigIntBytesLength + func BigIntToBytes(val *big.Int) ([]byte, error) + func BytesToBigInt(bytes []byte) *big.Int + func BytesToFloat64(bytes []byte) float64 + func BytesToUint16(bytes []byte) uint16 + func BytesToUint32(bytes []byte) uint32 + func BytesToUint64(bytes []byte) uint64 + func BytesToVarInt(bytes []byte) uint64 + func BytesToVarIntByCursor(bytes []byte, cursor int) uint64 + func Float64ToBytes(float float64) []byte + func GetStringAmount(val *big.Int, scale int) string + func GetVarIntLen(bytes []byte, cursor int) int + func Pow(x *big.Int, n int) *big.Int + func StringToBigInt(val string) (*big.Int, error) + func Uint16ToBytes(n uint16) []byte + func Uint32ToBytes(n uint32) []byte + func Uint64ToBytes(n uint64) []byte + func VarIntToBytes(value uint64) []byte