Versions in this module Expand all Collapse all v1 v1.5.3 May 16, 2020 v1.5.1 Jan 19, 2020 Changes in this version + func Validate(address string) (valid bool, err error) v1.4.0 Jan 19, 2020 Changes in this version + const MAX_OUTPUT_SIZE + func Balance(seed string) (amount float64, err error) + func BalanceLovelace(seed string) (amount *big.Int, err error) + func GenWallet() (seed, address string, err error) + func GetAddress(seed string) (address string, err error) + func Send(seed, destination string, amountf float64) (tx string, err error) + func SendAll(seed, destination string) (tx string, err error) + func SendLovelace(seed, destination string, amount *big.Int) (tx string, err error) Other modules containing this package code.dumpstack.io/lib/cryptocurrency/v2