Documentation
¶
Index ¶
- func BuyRam(api *eos.API, payer, receiver eos.AccountName, numBytes int)
- func DelegateBW(api *eos.API, from, receiver eos.AccountName, cpuStake, netStake eos.Asset, ...)
- func GetAccount(api *eos.API, account eos.AccountName)
- func GetCurrencyBalance(api *eos.API, account eos.AccountName, symbol string, ...)
- func GetInfo(api *eos.API)
- func NewAccount(api *eos.API, creator, newAccount eos.AccountName, pubKey ecc.PublicKey, ...)
- func NewKeyPair()
- func SellRam(api *eos.API, accountName eos.AccountName, numBytes int32)
- func Transfer(api *eos.API, from eos.AccountName, to eos.AccountName, quantity eos.Asset, ...)
- func UndelegateBW(api *eos.API, from, receiver eos.AccountName, cpuStake, netStake eos.Asset)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DelegateBW ¶
func DelegateBW(api *eos.API, from, receiver eos.AccountName, cpuStake, netStake eos.Asset, doTransfer bool)
func GetAccount ¶
func GetAccount(api *eos.API, account eos.AccountName)
func GetCurrencyBalance ¶
func GetCurrencyBalance(api *eos.API, account eos.AccountName, symbol string, tokenAccount eos.AccountName)
func NewAccount ¶
func NewKeyPair ¶
func NewKeyPair()
func Transfer ¶
func Transfer(api *eos.API, from eos.AccountName, to eos.AccountName, quantity eos.Asset, memo string, code eos.AccountName)
func UndelegateBW ¶
func UndelegateBW(api *eos.API, from, receiver eos.AccountName, cpuStake, netStake eos.Asset)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.