package
0.0.0-20200109191904-8d1786a9f689
Repository: https://github.com/joincivil/go-common.git
Documentation: pkg.go.dev
# Functions
BigIntToFloat64 converts big.Int to float64 type.
Float64ToBigInt converts float64 to big.Int type.
IntOrEmptyInt returns an empty int if a int pointer is nil.
IntToPtr is a convenience func that converts a int to it's pointer.
ListIntToListString converts a list of big.int to a list of string.