Documentation ¶
Index ¶
- Variables
- 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)
Constants ¶
This section is empty.
Variables ¶
View Source
var Testnet = false
Functions ¶
func GetAddress ¶ added in v1.4.0
func RawBalance ¶
func SendSatoshi ¶ added in v1.4.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.