Documentation ¶
Index ¶
- Constants
- 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
Constants ¶
View Source
const BigIntBytesLength = 32
Variables ¶
This section is empty.
Functions ¶
func BytesToBigInt ¶
func BytesToFloat64 ¶
func BytesToUint16 ¶
func BytesToUint32 ¶
func BytesToUint64 ¶
func BytesToVarInt ¶
func BytesToVarIntByCursor ¶
func GetVarIntLen ¶
func Uint16ToBytes ¶
func Uint32ToBytes ¶
func Uint64ToBytes ¶
func VarIntToBytes ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.