Documentation ¶
Index ¶
- Constants
- 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)
- func Validate(address string) (valid bool, err error)
Constants ¶
View Source
const MAX_OUTPUT_SIZE = 4096
Variables ¶
This section is empty.
Functions ¶
func BalanceLovelace ¶
BalanceLovelace returns the balance of the wallet (not address!) in lovelace
func GetAddress ¶
GetAddress for the wallet
func SendLovelace ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.