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 InfuraProjectID = os.Getenv("INFURA_PROJECT_ID")
View Source
var InfuraProjectSecret = os.Getenv("INFURA_PROJECT_SECRET")
View Source
var Testnet = false
Functions ¶
func GetAddress ¶
func UnconfirmedBalanceWei ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.