Documentation
¶
Index ¶
- func CheckAccountBalance(balance, requestedAmount string) (float64, bool)
- func CheckError(e error)
- func CurrentDirectory()
- func DeleteFavoriteAccountFromDB(s string)
- func ExistFile(name string) bool
- func MakeAccount() (string, string, string)
- func ParseBalanceStr(balanceStr string) string
- func ReadFavoriteAccountFromDB(pID []string) (count int)
- func ReadFile(fName string) []byte
- func ReadTxFromDB(pID, pPW []string) (count int)
- func ReturnBalance(address string) string
- func SendMoney(src, dest, amount string) horizon.Transaction
- func WriteFavoriteAccountToDB(id string)
- func WriteFile(fName string, b []byte)
- func WriteTxToDB(id, pw string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckAccountBalance ¶
func CheckError ¶
func CheckError(e error)
func CurrentDirectory ¶
func CurrentDirectory()
func DeleteFavoriteAccountFromDB ¶
func DeleteFavoriteAccountFromDB(s string)
func MakeAccount ¶
func ParseBalanceStr ¶
func ReadTxFromDB ¶
func ReturnBalance ¶
func SendMoney ¶
func SendMoney(src, dest, amount string) horizon.Transaction
func WriteFavoriteAccountToDB ¶
func WriteFavoriteAccountToDB(id string)
func WriteTxToDB ¶
func WriteTxToDB(id, pw string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.