Documentation ¶
Index ¶
- Variables
- func Balance(seed string) (amount float64, err error)
- func BalanceWei(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, amount float64) (tx string, err error)
- func SendAll(seed, destination string) (tx string, err error)
- func SendWei(seed, destination string, amount *big.Int) (tx string, err error)
- func UnconfirmedBalanceWei(seed string) (unconfirmed *big.Int, err error)
- func Validate(address string) (valid bool, err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var InfuraAPIKey = os.Getenv("INFURA_API_KEY")
View Source
var Testnet = false
Functions ¶
func GetAddress ¶ added in v1.4.0
func UnconfirmedBalanceWei ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.