Versions in this module Expand all Collapse all v0 v0.4.1 Aug 10, 2020 Changes in this version + const AllFilePermissions + const DefaultFilePermissions + const MillisecondsInSecond + const NanosecondsInMillisecond + const OneHundred + var OneHundredInt = big.NewInt(OneHundred) + var ZeroInt = big.NewInt(0) + func BigPow10(e int32) *big.Float + func CheckNetworkSupported(ctx context.Context, networkIdentifier *types.NetworkIdentifier, ...) (*types.NetworkStatusResponse, error) + func ContainsString(arr []string, s string) bool + func CreateCommandPath(dataDirectory string, cmd string, network *types.NetworkIdentifier) (string, error) + func CreateTempDir() (string, error) + func EnsurePathExists(path string) error + func Equal(a interface{}, b interface{}) bool + func LoadAndParse(filePath string, output interface{}) error + func Milliseconds() int64 + func PrettyAmount(amount *big.Int, currency *types.Currency) string + func RandomNumber(minimum *big.Int, maximum *big.Int) *big.Int + func RemoveTempDir(dir string) + func SerializeAndWrite(filePath string, object interface{}) error + func Zero() *big.Float