Versions in this module Expand all Collapse all v0 v0.1.0 Oct 11, 2018 Changes in this version + type App struct + AppAccount *blockchain.Account + ClientInstance *horizon.Client + UserAccount *blockchain.Account + func Build(developerSecret, address string) (*App, error) + func (a *App) Account() *blockchain.Account + func (a *App) AppKeypair() keypair.KP + func (a *App) Authorized() bool + func (a *App) Balance() float64 + func (a *App) Charge(amount float64, destination ...string) (horizon.TransactionSuccess, error) + func (a *App) GetUserAccount() *blockchain.Account + func (a *App) Payout(amount float64, destination ...string) (horizon.TransactionSuccess, error) + func (a *App) Transfer(amount float64, destination string) (horizon.TransactionSuccess, error) + func (a *App) UserBalance() float64 + func (a *App) UserKeypair() keypair.KP