Versions in this module Expand all Collapse all v2 v2.0.1 May 20, 2020 Changes in this version + var Testnet = false + func Balance(seed string) (amount float64, err error) + func BalanceSatoshi(seed string) (amount *big.Int, err error) + func GenWallet() (seed, address string, err error) + func GetAddress(seed string) (address string, err error) + func RawBalance(seed string) (confirmed, unconfirmed float64, err error) + func Send(seed, destination string, amount float64) (tx string, err error) + func SendAll(seed, destination string) (tx string, err error) + func SendSatoshi(seed, destination string, units *big.Int) (tx string, err error) + func Validate(btc string) (valid bool, err error) Other modules containing this package code.dumpstack.io/lib/cryptocurrency