Versions in this module Expand all Collapse all v0 v0.1.0 Feb 28, 2019 Changes in this version + var AddrFlag string + var ErrArguments = errors.New("arguments error") + var ErrNotImplemented = errors.New("not implemented yet") + var HexFlag bool + var KeysDBFlag string + var MetaEncodingFlag string + var MetaKey string + var RepeatFlag int = 1 + var VerboseFlag bool + func Balance(cx *cli.Context) error + func GetByMetaKey(cx *cli.Context) error + func GetHistory(cx *cli.Context) error + func GetLastSettings(cx *cli.Context) error + func Keygen(cx *cli.Context) error + func LoadPrivateKey(account uint64) (*btcec.PrivateKey, error) + func MetaKeyDecode(s string) ([]byte, error) + func PrevHash(cx *cli.Context) error + func SavePrivateKey(account uint64, priv *btcec.PrivateKey) error + func SettingsRequestHash(s *apipb.SettingsRequest) pt.Hash + func SignTransfer(req *apipb.TransferRequest) error + func Transfer(cx *cli.Context) error + func TransferRequestHash(t *apipb.TransferRequest) pt.Hash + func UpdateDataHash(cx *cli.Context) error + func UpdateVerifyTransferSign(cx *cli.Context) error