Versions in this module Expand all Collapse all v0 v0.0.2 Aug 1, 2023 v0.0.1 Jul 17, 2023 Changes in this version + var ErrAccountNotMatch = new(11, "account not match") + var ErrAlreadyExist = new(19, "already exist") + var ErrCannotConvert = new(16, "cannot convert type") + var ErrEvmRpcRequest = new(14, "EVM RPC request error") + var ErrFailedToMarshal = new(4, "failed to marshal") + var ErrFailedToUnmarshal = new(5, "failed to unmarshal") + var ErrGrpcRequest = new(13, "gRPC request error") + var ErrHttpRequest = new(12, "HTTP request error") + var ErrInsufficientParams = new(9, "insufficient parameters") + var ErrInvalidMsgType = new(1, "invalid msg type") + var ErrInvalidRequest = new(2, "invalid request") + var ErrKeyNotFound = new(10, "key not found") + var ErrNotFound = new(7, "not found") + var ErrNotSatisfiedOptions = new(3, "not satisfied option parameter") + var ErrNotSupport = new(6, "not support xpriv.go") + var ErrParse = new(17, "parse error") + var ErrRpcRequest = new(15, "RPC request error") + var ErrSdkClient = new(18, "cosmos sdk client set error") + var ErrTxFailed = new(8, "tx failed") + type XGoError struct + func (x XGoError) Desc() string + func (x XGoError) ErrCode() uint64