Documentation
¶
Index ¶
- func FormatBalances(account *eos.AccountResp, config *columnize.Config) string
- func FormatCPUBandwidth(account *eos.AccountResp, config *columnize.Config) string
- func FormatMemory(account *eos.AccountResp, config *columnize.Config) string
- func FormatNetworkBandwidth(account *eos.AccountResp, config *columnize.Config) string
- func FormatPermissions(account *eos.AccountResp, config *columnize.Config) string
- func FormatProducers(account *eos.AccountResp, config *columnize.Config) string
- func GetConfirmation(prompt string) (bool, error)
- func GetDecryptPassphrase() (string, error)
- func GetEncryptPassphrase() (string, error)
- func GetPassword(input string) (string, error)
- func ToAccountName(in string) (out eos.AccountName, err error)
- func ToName(in string) (out eos.Name, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatBalances ¶ added in v1.0.0
func FormatBalances(account *eos.AccountResp, config *columnize.Config) string
func FormatCPUBandwidth ¶ added in v1.0.0
func FormatCPUBandwidth(account *eos.AccountResp, config *columnize.Config) string
func FormatMemory ¶ added in v1.0.0
func FormatMemory(account *eos.AccountResp, config *columnize.Config) string
func FormatNetworkBandwidth ¶ added in v1.0.0
func FormatNetworkBandwidth(account *eos.AccountResp, config *columnize.Config) string
func FormatPermissions ¶ added in v1.0.0
func FormatPermissions(account *eos.AccountResp, config *columnize.Config) string
func FormatProducers ¶ added in v1.0.0
func FormatProducers(account *eos.AccountResp, config *columnize.Config) string
func GetConfirmation ¶ added in v0.7.0
GetConfirmation will prompt for a 4 random number from 1000-9999. The `prompt` should always contain a %d to display the confirmation security code.
func GetDecryptPassphrase ¶
func GetEncryptPassphrase ¶
func GetPassword ¶
func ToAccountName ¶ added in v0.7.5
func ToAccountName(in string) (out eos.AccountName, err error)
ToAccountName converts a eos valid name string (in) into an eos-go AccountName struct
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.