Versions in this module Expand all Collapse all v0 v0.7.2 Apr 16, 2020 v0.7.1 Apr 9, 2020 Changes in this version + const CLIERR_ABI_NOT_FOUND + const CLIERR_ABI_UNMATCH + const CLIERR_ACCOUNT_UNLOCK + const CLIERR_DUPLICATE_SIG + const CLIERR_HTTP_METHOD_INVALID + const CLIERR_INTERNAL_ERR + const CLIERR_INVALID_PARAMS + const CLIERR_INVALID_REQUEST + const CLIERR_INVALID_TX + const CLIERR_OK + const CLIERR_UNSUPPORT_METHOD + var DefWalletStore *store.WalletStore + var RPCErrorDesc = map[int]string + func GetCLIErrorDesc(errorCode int) string + type CliRpcRequest struct + Account string + Method string + Params json.RawMessage + Pwd string + Qid string + func (this *CliRpcRequest) GetAccount() (*account.Account, error) + type CliRpcResponse struct + ErrorCode int + ErrorInfo string + Method string + Qid string + Result interface{}