Versions in this module Expand all Collapse all v1 v1.0.2 Mar 26, 2019 Changes in this version + const DefaultAlphabet + func AskPassword(question string) (password string, err error) + func AskYes(question string, defaultYes bool) (isYes bool) + func DefaultIfEmptyInt(v *int, defaultV int) + func DefaultIfEmptyInt64(v *int64, defaultV int64) + func DefaultIfEmptyStr(s *string, defaultS string) + func DefaultIfEmptyUint32(v *uint32, defaultV uint32) + func DefaultIfEmptyUint64(v *uint64, defaultV uint64) + func DefaultIfEmptyUint8(v *uint8, defaultV uint8) + func IsEmptyStr(s string) bool + func IsEqStr(a, b string) bool + func IsInt64(str string) (isInt bool, val int64) + func IsPositiveInt64(str string) (isInt bool, val int64) + func RandomString(alphabet string, length int) (s string, err error) + func RandomStringL(l int) string + type BigInt struct + func NewBigInt() (i *BigInt) + func NewBigIntFromString(number string) (i *BigInt, err error) + func NewBigIntFromUint64(number uint64) (i *BigInt) + func RequireBigIntFromString(number string) *BigInt + func (b BigInt) LargerOrEqualToZero() error + func (b BigInt) LargerThanZero() error + func (b BigInt) Validate(formats strfmt.Registry) error Other modules containing this package github.com/aeternity/aepp-sdk-go/v4 github.com/aeternity/aepp-sdk-go/v5 github.com/aeternity/aepp-sdk-go/v6 github.com/aeternity/aepp-sdk-go/v7 github.com/aeternity/aepp-sdk-go/v8 github.com/aeternity/aepp-sdk-go/v9