@ark-us/wasmxjs 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/main/codegen/index.js +10 -10
- package/main/codegen/{wasmx → mythos}/bundle.js +21 -21
- package/main/codegen/{wasmx → mythos}/client.js +19 -19
- package/main/codegen/{wasmx → mythos}/rpc.query.js +1 -1
- package/main/codegen/{wasmx → mythos}/rpc.tx.js +1 -1
- package/main/codegen/{wasmx → mythos}/wasmx/v1/query.rpc.Query.js +9 -9
- package/main/codegen/{wasmx → mythos}/wasmx/v1/tx.amino.js +16 -16
- package/main/codegen/{wasmx → mythos}/wasmx/v1/tx.registry.js +41 -41
- package/main/codegen/{wasmx → mythos}/wasmx/v1/tx.rpc.msg.js +8 -8
- package/main/codegen/{wasmx → mythos}/websrv/v1/query.rpc.Query.js +7 -7
- package/main/codegen/{wasmx → mythos}/websrv/v1/tx.amino.js +6 -6
- package/main/codegen/{wasmx → mythos}/websrv/v1/tx.registry.js +16 -16
- package/main/codegen/{wasmx → mythos}/websrv/v1/tx.rpc.msg.js +3 -3
- package/main/codegen/tendermint/bundle.js +17 -17
- package/module/codegen/index.js +3 -3
- package/module/codegen/{wasmx → mythos}/bundle.js +19 -19
- package/module/codegen/{wasmx → mythos}/client.js +11 -11
- package/module/codegen/{wasmx → mythos}/rpc.query.js +1 -1
- package/module/codegen/{wasmx → mythos}/rpc.tx.js +1 -1
- package/module/codegen/{wasmx → mythos}/wasmx/v1/query.rpc.Query.js +9 -9
- package/module/codegen/{wasmx → mythos}/wasmx/v1/tx.amino.js +16 -16
- package/module/codegen/{wasmx → mythos}/wasmx/v1/tx.registry.js +41 -41
- package/module/codegen/{wasmx → mythos}/wasmx/v1/tx.rpc.msg.js +8 -8
- package/module/codegen/{wasmx → mythos}/websrv/v1/query.rpc.Query.js +7 -7
- package/module/codegen/{wasmx → mythos}/websrv/v1/tx.amino.js +6 -6
- package/module/codegen/{wasmx → mythos}/websrv/v1/tx.registry.js +16 -16
- package/module/codegen/{wasmx → mythos}/websrv/v1/tx.rpc.msg.js +3 -3
- package/module/codegen/tendermint/bundle.js +17 -17
- package/package.json +1 -1
- package/src/codegen/index.ts +3 -3
- package/src/codegen/{wasmx → mythos}/bundle.ts +21 -21
- package/src/codegen/{wasmx → mythos}/client.ts +12 -12
- package/src/codegen/{wasmx → mythos}/rpc.query.ts +1 -1
- package/src/codegen/{wasmx → mythos}/rpc.tx.ts +1 -1
- package/src/codegen/{wasmx → mythos}/wasmx/v1/query.rpc.Query.ts +9 -9
- package/src/codegen/{wasmx → mythos}/wasmx/v1/tx.amino.ts +24 -24
- package/src/codegen/{wasmx → mythos}/wasmx/v1/tx.registry.ts +41 -41
- package/src/codegen/{wasmx → mythos}/wasmx/v1/tx.rpc.msg.ts +8 -8
- package/src/codegen/{wasmx → mythos}/websrv/v1/query.rpc.Query.ts +7 -7
- package/src/codegen/{wasmx → mythos}/websrv/v1/tx.amino.ts +9 -9
- package/src/codegen/{wasmx → mythos}/websrv/v1/tx.registry.ts +16 -16
- package/src/codegen/{wasmx → mythos}/websrv/v1/tx.rpc.msg.ts +3 -3
- package/src/codegen/tendermint/bundle.ts +22 -22
- package/types/codegen/index.d.ts +3 -3
- package/types/codegen/mythos/bundle.d.ts +1039 -0
- package/types/codegen/{wasmx → mythos}/client.d.ts +15 -15
- package/types/codegen/mythos/index.d.ts +11 -0
- package/types/codegen/{wasmx → mythos}/rpc.query.d.ts +1 -1
- package/types/codegen/{wasmx → mythos}/rpc.tx.d.ts +1 -1
- package/types/codegen/{wasmx/wasmx → mythos/wasmx/v1}/tx.amino.d.ts +16 -16
- package/types/codegen/{wasmx → mythos}/websrv/v1/tx.amino.d.ts +6 -6
- package/types/codegen/tendermint/bundle.d.ts +456 -456
- package/types/codegen/wasmx/bundle.d.ts +0 -1039
- package/types/codegen/wasmx/index.d.ts +0 -11
- package/types/codegen/wasmx/lcd.d.ts +0 -14
- package/types/codegen/wasmx/wasmx/contract.d.ts +0 -139
- package/types/codegen/wasmx/wasmx/genesis.d.ts +0 -121
- package/types/codegen/wasmx/wasmx/query.d.ts +0 -451
- package/types/codegen/wasmx/wasmx/query.lcd.d.ts +0 -17
- package/types/codegen/wasmx/wasmx/query.rpc.Query.d.ts +0 -48
- package/types/codegen/wasmx/wasmx/tx.d.ts +0 -404
- package/types/codegen/wasmx/wasmx/tx.rpc.msg.d.ts +0 -39
- package/types/codegen/wasmx/wasmx/v1/params.d.ts +0 -14
- package/types/codegen/wasmx/wasmx/v1/tx.amino.d.ts +0 -134
- package/types/codegen/wasmx/wasmx/v1/tx.registry.d.ts +0 -176
- package/types/codegen/wasmx/websrv/query.d.ts +0 -315
- package/types/codegen/wasmx/websrv/query.rpc.Query.d.ts +0 -40
- package/types/codegen/wasmx/websrv/tx.amino.d.ts +0 -41
- package/types/codegen/wasmx/websrv/tx.d.ts +0 -90
- package/types/codegen/wasmx/websrv/tx.rpc.msg.d.ts +0 -18
- package/types/codegen/wasmx/websrv/v1/genesis.d.ts +0 -17
- package/types/codegen/wasmx/websrv/v1/params.d.ts +0 -16
- package/types/codegen/wasmx/websrv/v1/proposal.d.ts +0 -65
- package/types/codegen/wasmx/websrv/v1/tx.registry.d.ts +0 -76
- /package/main/codegen/{wasmx → mythos}/index.js +0 -0
- /package/main/codegen/{wasmx → mythos}/wasmx/v1/contract.js +0 -0
- /package/main/codegen/{wasmx → mythos}/wasmx/v1/genesis.js +0 -0
- /package/main/codegen/{wasmx → mythos}/wasmx/v1/params.js +0 -0
- /package/main/codegen/{wasmx → mythos}/wasmx/v1/query.js +0 -0
- /package/main/codegen/{wasmx → mythos}/wasmx/v1/tx.js +0 -0
- /package/main/codegen/{wasmx → mythos}/websrv/v1/genesis.js +0 -0
- /package/main/codegen/{wasmx → mythos}/websrv/v1/params.js +0 -0
- /package/main/codegen/{wasmx → mythos}/websrv/v1/proposal.js +0 -0
- /package/main/codegen/{wasmx → mythos}/websrv/v1/query.js +0 -0
- /package/main/codegen/{wasmx → mythos}/websrv/v1/tx.js +0 -0
- /package/module/codegen/{wasmx → mythos}/index.js +0 -0
- /package/module/codegen/{wasmx → mythos}/wasmx/v1/contract.js +0 -0
- /package/module/codegen/{wasmx → mythos}/wasmx/v1/genesis.js +0 -0
- /package/module/codegen/{wasmx → mythos}/wasmx/v1/params.js +0 -0
- /package/module/codegen/{wasmx → mythos}/wasmx/v1/query.js +0 -0
- /package/module/codegen/{wasmx → mythos}/wasmx/v1/tx.js +0 -0
- /package/module/codegen/{wasmx → mythos}/websrv/v1/genesis.js +0 -0
- /package/module/codegen/{wasmx → mythos}/websrv/v1/params.js +0 -0
- /package/module/codegen/{wasmx → mythos}/websrv/v1/proposal.js +0 -0
- /package/module/codegen/{wasmx → mythos}/websrv/v1/query.js +0 -0
- /package/module/codegen/{wasmx → mythos}/websrv/v1/tx.js +0 -0
- /package/src/codegen/{wasmx → mythos}/index.ts +0 -0
- /package/src/codegen/{wasmx → mythos}/wasmx/v1/contract.ts +0 -0
- /package/src/codegen/{wasmx → mythos}/wasmx/v1/genesis.ts +0 -0
- /package/src/codegen/{wasmx → mythos}/wasmx/v1/params.ts +0 -0
- /package/src/codegen/{wasmx → mythos}/wasmx/v1/query.ts +0 -0
- /package/src/codegen/{wasmx → mythos}/wasmx/v1/tx.ts +0 -0
- /package/src/codegen/{wasmx → mythos}/websrv/v1/genesis.ts +0 -0
- /package/src/codegen/{wasmx → mythos}/websrv/v1/params.ts +0 -0
- /package/src/codegen/{wasmx → mythos}/websrv/v1/proposal.ts +0 -0
- /package/src/codegen/{wasmx → mythos}/websrv/v1/query.ts +0 -0
- /package/src/codegen/{wasmx → mythos}/websrv/v1/tx.ts +0 -0
- /package/types/codegen/{wasmx → mythos}/wasmx/v1/contract.d.ts +0 -0
- /package/types/codegen/{wasmx → mythos}/wasmx/v1/genesis.d.ts +0 -0
- /package/types/codegen/{wasmx/wasmx → mythos/wasmx/v1}/params.d.ts +0 -0
- /package/types/codegen/{wasmx → mythos}/wasmx/v1/query.d.ts +0 -0
- /package/types/codegen/{wasmx → mythos}/wasmx/v1/query.rpc.Query.d.ts +0 -0
- /package/types/codegen/{wasmx → mythos}/wasmx/v1/tx.d.ts +0 -0
- /package/types/codegen/{wasmx/wasmx → mythos/wasmx/v1}/tx.registry.d.ts +0 -0
- /package/types/codegen/{wasmx → mythos}/wasmx/v1/tx.rpc.msg.d.ts +0 -0
- /package/types/codegen/{wasmx/websrv → mythos/websrv/v1}/genesis.d.ts +0 -0
- /package/types/codegen/{wasmx/websrv → mythos/websrv/v1}/params.d.ts +0 -0
- /package/types/codegen/{wasmx/websrv → mythos/websrv/v1}/proposal.d.ts +0 -0
- /package/types/codegen/{wasmx → mythos}/websrv/v1/query.d.ts +0 -0
- /package/types/codegen/{wasmx → mythos}/websrv/v1/query.rpc.Query.d.ts +0 -0
- /package/types/codegen/{wasmx → mythos}/websrv/v1/tx.d.ts +0 -0
- /package/types/codegen/{wasmx/websrv → mythos/websrv/v1}/tx.registry.d.ts +0 -0
- /package/types/codegen/{wasmx → mythos}/websrv/v1/tx.rpc.msg.d.ts +0 -0
|
@@ -7,17 +7,17 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
});
|
|
8
8
|
exports.tendermint = void 0;
|
|
9
9
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
10
|
-
var
|
|
11
|
-
var
|
|
12
|
-
var
|
|
13
|
-
var
|
|
14
|
-
var
|
|
15
|
-
var
|
|
16
|
-
var
|
|
17
|
-
var
|
|
18
|
-
var
|
|
19
|
-
var
|
|
20
|
-
var
|
|
10
|
+
var _28 = _interopRequireWildcard(require("./abci/types"));
|
|
11
|
+
var _29 = _interopRequireWildcard(require("./crypto/keys"));
|
|
12
|
+
var _30 = _interopRequireWildcard(require("./crypto/proof"));
|
|
13
|
+
var _31 = _interopRequireWildcard(require("./libs/bits/types"));
|
|
14
|
+
var _32 = _interopRequireWildcard(require("./p2p/types"));
|
|
15
|
+
var _33 = _interopRequireWildcard(require("./types/block"));
|
|
16
|
+
var _34 = _interopRequireWildcard(require("./types/evidence"));
|
|
17
|
+
var _35 = _interopRequireWildcard(require("./types/params"));
|
|
18
|
+
var _36 = _interopRequireWildcard(require("./types/types"));
|
|
19
|
+
var _37 = _interopRequireWildcard(require("./types/validator"));
|
|
20
|
+
var _38 = _interopRequireWildcard(require("./version/types"));
|
|
21
21
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
22
22
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
23
23
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -25,13 +25,13 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
|
25
25
|
var tendermint;
|
|
26
26
|
exports.tendermint = tendermint;
|
|
27
27
|
(function (_tendermint) {
|
|
28
|
-
var abci = _tendermint.abci = _objectSpread({},
|
|
29
|
-
var crypto = _tendermint.crypto = _objectSpread(_objectSpread({},
|
|
28
|
+
var abci = _tendermint.abci = _objectSpread({}, _28);
|
|
29
|
+
var crypto = _tendermint.crypto = _objectSpread(_objectSpread({}, _29), _30);
|
|
30
30
|
var libs;
|
|
31
31
|
(function (_libs) {
|
|
32
|
-
var bits = _libs.bits = _objectSpread({},
|
|
32
|
+
var bits = _libs.bits = _objectSpread({}, _31);
|
|
33
33
|
})(libs || (libs = _tendermint.libs || (_tendermint.libs = {})));
|
|
34
|
-
var p2p = _tendermint.p2p = _objectSpread({},
|
|
35
|
-
var types = _tendermint.types = _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({},
|
|
36
|
-
var version = _tendermint.version = _objectSpread({},
|
|
34
|
+
var p2p = _tendermint.p2p = _objectSpread({}, _32);
|
|
35
|
+
var types = _tendermint.types = _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _33), _34), _35), _36), _37);
|
|
36
|
+
var version = _tendermint.version = _objectSpread({}, _38);
|
|
37
37
|
})(tendermint || (exports.tendermint = tendermint = {}));
|
package/module/codegen/index.js
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
export * from "./cosmos/bundle";
|
|
8
8
|
export * from "./gogoproto/bundle";
|
|
9
9
|
export * from "./google/bundle";
|
|
10
|
+
export * from "./mythos/bundle";
|
|
11
|
+
export * from "./mythos/client";
|
|
10
12
|
export * from "./tendermint/bundle";
|
|
11
|
-
export * from "./
|
|
12
|
-
export * from "./wasmx/client";
|
|
13
|
-
export * from "./wasmx/index";
|
|
13
|
+
export * from "./mythos/index";
|
|
14
14
|
export * from "./extern";
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
2
2
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
3
3
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
4
|
-
import * as
|
|
5
|
-
import * as
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
8
|
-
import * as
|
|
9
|
-
import * as
|
|
10
|
-
import * as
|
|
11
|
-
import * as
|
|
12
|
-
import * as
|
|
13
|
-
import * as
|
|
4
|
+
import * as _18 from "./wasmx/v1/contract";
|
|
5
|
+
import * as _19 from "./wasmx/v1/genesis";
|
|
6
|
+
import * as _20 from "./wasmx/v1/params";
|
|
7
|
+
import * as _21 from "./wasmx/v1/query";
|
|
8
|
+
import * as _22 from "./wasmx/v1/tx";
|
|
9
|
+
import * as _23 from "./websrv/v1/genesis";
|
|
10
|
+
import * as _24 from "./websrv/v1/params";
|
|
11
|
+
import * as _25 from "./websrv/v1/proposal";
|
|
12
|
+
import * as _26 from "./websrv/v1/query";
|
|
13
|
+
import * as _27 from "./websrv/v1/tx";
|
|
14
14
|
import * as _40 from "./wasmx/v1/tx.amino";
|
|
15
15
|
import * as _41 from "./websrv/v1/tx.amino";
|
|
16
16
|
import * as _42 from "./wasmx/v1/tx.registry";
|
|
@@ -21,15 +21,15 @@ import * as _46 from "./wasmx/v1/tx.rpc.msg";
|
|
|
21
21
|
import * as _47 from "./websrv/v1/tx.rpc.msg";
|
|
22
22
|
import * as _49 from "./rpc.query";
|
|
23
23
|
import * as _50 from "./rpc.tx";
|
|
24
|
-
export let
|
|
25
|
-
(function (
|
|
24
|
+
export let mythos;
|
|
25
|
+
(function (_mythos) {
|
|
26
26
|
let wasmx;
|
|
27
|
-
(function (
|
|
28
|
-
const v1 =
|
|
29
|
-
})(wasmx || (wasmx =
|
|
27
|
+
(function (_wasmx) {
|
|
28
|
+
const v1 = _wasmx.v1 = _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _18), _19), _20), _21), _22), _40), _42), _44), _46);
|
|
29
|
+
})(wasmx || (wasmx = _mythos.wasmx || (_mythos.wasmx = {})));
|
|
30
30
|
let websrv;
|
|
31
31
|
(function (_websrv) {
|
|
32
|
-
const v1 = _websrv.v1 = _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({},
|
|
33
|
-
})(websrv || (websrv =
|
|
34
|
-
const ClientFactory =
|
|
35
|
-
})(
|
|
32
|
+
const v1 = _websrv.v1 = _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _23), _24), _25), _26), _27), _41), _43), _45), _47);
|
|
33
|
+
})(websrv || (websrv = _mythos.websrv || (_mythos.websrv = {})));
|
|
34
|
+
const ClientFactory = _mythos.ClientFactory = _objectSpread(_objectSpread({}, _49), _50);
|
|
35
|
+
})(mythos || (mythos = {}));
|
|
@@ -3,23 +3,23 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (O
|
|
|
3
3
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
4
4
|
import { Registry } from "@cosmjs/proto-signing";
|
|
5
5
|
import { defaultRegistryTypes, AminoTypes, SigningStargateClient } from "@cosmjs/stargate";
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
8
|
-
import * as
|
|
9
|
-
import * as
|
|
10
|
-
export const
|
|
11
|
-
export const
|
|
12
|
-
export const
|
|
6
|
+
import * as mythosWasmxV1TxRegistry from "./wasmx/v1/tx.registry";
|
|
7
|
+
import * as mythosWebsrvV1TxRegistry from "./websrv/v1/tx.registry";
|
|
8
|
+
import * as mythosWasmxV1TxAmino from "./wasmx/v1/tx.amino";
|
|
9
|
+
import * as mythosWebsrvV1TxAmino from "./websrv/v1/tx.amino";
|
|
10
|
+
export const mythosAminoConverters = _objectSpread(_objectSpread({}, mythosWasmxV1TxAmino.AminoConverter), mythosWebsrvV1TxAmino.AminoConverter);
|
|
11
|
+
export const mythosProtoRegistry = [...mythosWasmxV1TxRegistry.registry, ...mythosWebsrvV1TxRegistry.registry];
|
|
12
|
+
export const getSigningMythosClientOptions = ({
|
|
13
13
|
defaultTypes = defaultRegistryTypes
|
|
14
14
|
} = {}) => {
|
|
15
|
-
const registry = new Registry([...defaultTypes, ...
|
|
16
|
-
const aminoTypes = new AminoTypes(_objectSpread({},
|
|
15
|
+
const registry = new Registry([...defaultTypes, ...mythosProtoRegistry]);
|
|
16
|
+
const aminoTypes = new AminoTypes(_objectSpread({}, mythosAminoConverters));
|
|
17
17
|
return {
|
|
18
18
|
registry,
|
|
19
19
|
aminoTypes
|
|
20
20
|
};
|
|
21
21
|
};
|
|
22
|
-
export const
|
|
22
|
+
export const getSigningMythosClient = async ({
|
|
23
23
|
rpcEndpoint,
|
|
24
24
|
signer,
|
|
25
25
|
defaultTypes = defaultRegistryTypes
|
|
@@ -27,7 +27,7 @@ export const getSigningWasmxClient = async ({
|
|
|
27
27
|
const {
|
|
28
28
|
registry,
|
|
29
29
|
aminoTypes
|
|
30
|
-
} =
|
|
30
|
+
} = getSigningMythosClientOptions({
|
|
31
31
|
defaultTypes
|
|
32
32
|
});
|
|
33
33
|
const client = await SigningStargateClient.connectWithSigner(rpcEndpoint, signer, {
|
|
@@ -20,49 +20,49 @@ export class QueryClientImpl {
|
|
|
20
20
|
}
|
|
21
21
|
contractInfo(request) {
|
|
22
22
|
const data = QueryContractInfoRequest.encode(request).finish();
|
|
23
|
-
const promise = this.rpc.request("
|
|
23
|
+
const promise = this.rpc.request("mythos.wasmx.v1.Query", "ContractInfo", data);
|
|
24
24
|
return promise.then(data => QueryContractInfoResponse.decode(new _m0.Reader(data)));
|
|
25
25
|
}
|
|
26
26
|
contractsByCode(request) {
|
|
27
27
|
const data = QueryContractsByCodeRequest.encode(request).finish();
|
|
28
|
-
const promise = this.rpc.request("
|
|
28
|
+
const promise = this.rpc.request("mythos.wasmx.v1.Query", "ContractsByCode", data);
|
|
29
29
|
return promise.then(data => QueryContractsByCodeResponse.decode(new _m0.Reader(data)));
|
|
30
30
|
}
|
|
31
31
|
allContractState(request) {
|
|
32
32
|
const data = QueryAllContractStateRequest.encode(request).finish();
|
|
33
|
-
const promise = this.rpc.request("
|
|
33
|
+
const promise = this.rpc.request("mythos.wasmx.v1.Query", "AllContractState", data);
|
|
34
34
|
return promise.then(data => QueryAllContractStateResponse.decode(new _m0.Reader(data)));
|
|
35
35
|
}
|
|
36
36
|
rawContractState(request) {
|
|
37
37
|
const data = QueryRawContractStateRequest.encode(request).finish();
|
|
38
|
-
const promise = this.rpc.request("
|
|
38
|
+
const promise = this.rpc.request("mythos.wasmx.v1.Query", "RawContractState", data);
|
|
39
39
|
return promise.then(data => QueryRawContractStateResponse.decode(new _m0.Reader(data)));
|
|
40
40
|
}
|
|
41
41
|
smartContractCall(request) {
|
|
42
42
|
const data = QuerySmartContractCallRequest.encode(request).finish();
|
|
43
|
-
const promise = this.rpc.request("
|
|
43
|
+
const promise = this.rpc.request("mythos.wasmx.v1.Query", "SmartContractCall", data);
|
|
44
44
|
return promise.then(data => QuerySmartContractCallResponse.decode(new _m0.Reader(data)));
|
|
45
45
|
}
|
|
46
46
|
code(request) {
|
|
47
47
|
const data = QueryCodeRequest.encode(request).finish();
|
|
48
|
-
const promise = this.rpc.request("
|
|
48
|
+
const promise = this.rpc.request("mythos.wasmx.v1.Query", "Code", data);
|
|
49
49
|
return promise.then(data => QueryCodeResponse.decode(new _m0.Reader(data)));
|
|
50
50
|
}
|
|
51
51
|
codes(request = {
|
|
52
52
|
pagination: undefined
|
|
53
53
|
}) {
|
|
54
54
|
const data = QueryCodesRequest.encode(request).finish();
|
|
55
|
-
const promise = this.rpc.request("
|
|
55
|
+
const promise = this.rpc.request("mythos.wasmx.v1.Query", "Codes", data);
|
|
56
56
|
return promise.then(data => QueryCodesResponse.decode(new _m0.Reader(data)));
|
|
57
57
|
}
|
|
58
58
|
params(request = {}) {
|
|
59
59
|
const data = QueryParamsRequest.encode(request).finish();
|
|
60
|
-
const promise = this.rpc.request("
|
|
60
|
+
const promise = this.rpc.request("mythos.wasmx.v1.Query", "Params", data);
|
|
61
61
|
return promise.then(data => QueryParamsResponse.decode(new _m0.Reader(data)));
|
|
62
62
|
}
|
|
63
63
|
contractsByCreator(request) {
|
|
64
64
|
const data = QueryContractsByCreatorRequest.encode(request).finish();
|
|
65
|
-
const promise = this.rpc.request("
|
|
65
|
+
const promise = this.rpc.request("mythos.wasmx.v1.Query", "ContractsByCreator", data);
|
|
66
66
|
return promise.then(data => QueryContractsByCreatorResponse.decode(new _m0.Reader(data)));
|
|
67
67
|
}
|
|
68
68
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { fromUtf8, toUtf8 } from "@cosmjs/encoding";
|
|
2
2
|
import { Long } from "../../../helpers";
|
|
3
3
|
export const AminoConverter = {
|
|
4
|
-
"/
|
|
5
|
-
aminoType: "/
|
|
4
|
+
"/mythos.wasmx.v1.MsgStoreCode": {
|
|
5
|
+
aminoType: "/mythos.wasmx.v1.MsgStoreCode",
|
|
6
6
|
toAmino: ({
|
|
7
7
|
sender,
|
|
8
8
|
wasmByteCode
|
|
@@ -22,8 +22,8 @@ export const AminoConverter = {
|
|
|
22
22
|
};
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
|
-
"/
|
|
26
|
-
aminoType: "/
|
|
25
|
+
"/mythos.wasmx.v1.MsgStoreCodeEvm": {
|
|
26
|
+
aminoType: "/mythos.wasmx.v1.MsgStoreCodeEvm",
|
|
27
27
|
toAmino: ({
|
|
28
28
|
sender,
|
|
29
29
|
evmByteCode
|
|
@@ -43,8 +43,8 @@ export const AminoConverter = {
|
|
|
43
43
|
};
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"/
|
|
47
|
-
aminoType: "/
|
|
46
|
+
"/mythos.wasmx.v1.MsgInstantiateContract": {
|
|
47
|
+
aminoType: "/mythos.wasmx.v1.MsgInstantiateContract",
|
|
48
48
|
toAmino: ({
|
|
49
49
|
sender,
|
|
50
50
|
codeId,
|
|
@@ -82,8 +82,8 @@ export const AminoConverter = {
|
|
|
82
82
|
};
|
|
83
83
|
}
|
|
84
84
|
},
|
|
85
|
-
"/
|
|
86
|
-
aminoType: "/
|
|
85
|
+
"/mythos.wasmx.v1.MsgInstantiateContract2": {
|
|
86
|
+
aminoType: "/mythos.wasmx.v1.MsgInstantiateContract2",
|
|
87
87
|
toAmino: ({
|
|
88
88
|
sender,
|
|
89
89
|
codeId,
|
|
@@ -129,8 +129,8 @@ export const AminoConverter = {
|
|
|
129
129
|
};
|
|
130
130
|
}
|
|
131
131
|
},
|
|
132
|
-
"/
|
|
133
|
-
aminoType: "/
|
|
132
|
+
"/mythos.wasmx.v1.MsgExecuteContract": {
|
|
133
|
+
aminoType: "/mythos.wasmx.v1.MsgExecuteContract",
|
|
134
134
|
toAmino: ({
|
|
135
135
|
sender,
|
|
136
136
|
contract,
|
|
@@ -168,8 +168,8 @@ export const AminoConverter = {
|
|
|
168
168
|
};
|
|
169
169
|
}
|
|
170
170
|
},
|
|
171
|
-
"/
|
|
172
|
-
aminoType: "/
|
|
171
|
+
"/mythos.wasmx.v1.MsgExecuteWithOriginContract": {
|
|
172
|
+
aminoType: "/mythos.wasmx.v1.MsgExecuteWithOriginContract",
|
|
173
173
|
toAmino: ({
|
|
174
174
|
origin,
|
|
175
175
|
sender,
|
|
@@ -207,8 +207,8 @@ export const AminoConverter = {
|
|
|
207
207
|
};
|
|
208
208
|
}
|
|
209
209
|
},
|
|
210
|
-
"/
|
|
211
|
-
aminoType: "/
|
|
210
|
+
"/mythos.wasmx.v1.MsgExecuteDelegateContract": {
|
|
211
|
+
aminoType: "/mythos.wasmx.v1.MsgExecuteDelegateContract",
|
|
212
212
|
toAmino: ({
|
|
213
213
|
origin,
|
|
214
214
|
sender,
|
|
@@ -254,8 +254,8 @@ export const AminoConverter = {
|
|
|
254
254
|
};
|
|
255
255
|
}
|
|
256
256
|
},
|
|
257
|
-
"/
|
|
258
|
-
aminoType: "/
|
|
257
|
+
"/mythos.wasmx.v1.MsgCompileContract": {
|
|
258
|
+
aminoType: "/mythos.wasmx.v1.MsgCompileContract",
|
|
259
259
|
toAmino: ({
|
|
260
260
|
sender,
|
|
261
261
|
codeId
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MsgStoreCode, MsgStoreCodeEvm, MsgInstantiateContract, MsgInstantiateContract2, MsgExecuteContract, MsgExecuteWithOriginContract, MsgExecuteDelegateContract, MsgCompileContract } from "./tx";
|
|
2
|
-
export const registry = [["/
|
|
2
|
+
export const registry = [["/mythos.wasmx.v1.MsgStoreCode", MsgStoreCode], ["/mythos.wasmx.v1.MsgStoreCodeEvm", MsgStoreCodeEvm], ["/mythos.wasmx.v1.MsgInstantiateContract", MsgInstantiateContract], ["/mythos.wasmx.v1.MsgInstantiateContract2", MsgInstantiateContract2], ["/mythos.wasmx.v1.MsgExecuteContract", MsgExecuteContract], ["/mythos.wasmx.v1.MsgExecuteWithOriginContract", MsgExecuteWithOriginContract], ["/mythos.wasmx.v1.MsgExecuteDelegateContract", MsgExecuteDelegateContract], ["/mythos.wasmx.v1.MsgCompileContract", MsgCompileContract]];
|
|
3
3
|
export const load = protoRegistry => {
|
|
4
4
|
registry.forEach(([typeUrl, mod]) => {
|
|
5
5
|
protoRegistry.register(typeUrl, mod);
|
|
@@ -9,49 +9,49 @@ export const MessageComposer = {
|
|
|
9
9
|
encoded: {
|
|
10
10
|
storeCode(value) {
|
|
11
11
|
return {
|
|
12
|
-
typeUrl: "/
|
|
12
|
+
typeUrl: "/mythos.wasmx.v1.MsgStoreCode",
|
|
13
13
|
value: MsgStoreCode.encode(value).finish()
|
|
14
14
|
};
|
|
15
15
|
},
|
|
16
16
|
storeCodeEvm(value) {
|
|
17
17
|
return {
|
|
18
|
-
typeUrl: "/
|
|
18
|
+
typeUrl: "/mythos.wasmx.v1.MsgStoreCodeEvm",
|
|
19
19
|
value: MsgStoreCodeEvm.encode(value).finish()
|
|
20
20
|
};
|
|
21
21
|
},
|
|
22
22
|
instantiateContract(value) {
|
|
23
23
|
return {
|
|
24
|
-
typeUrl: "/
|
|
24
|
+
typeUrl: "/mythos.wasmx.v1.MsgInstantiateContract",
|
|
25
25
|
value: MsgInstantiateContract.encode(value).finish()
|
|
26
26
|
};
|
|
27
27
|
},
|
|
28
28
|
instantiateContract2(value) {
|
|
29
29
|
return {
|
|
30
|
-
typeUrl: "/
|
|
30
|
+
typeUrl: "/mythos.wasmx.v1.MsgInstantiateContract2",
|
|
31
31
|
value: MsgInstantiateContract2.encode(value).finish()
|
|
32
32
|
};
|
|
33
33
|
},
|
|
34
34
|
executeContract(value) {
|
|
35
35
|
return {
|
|
36
|
-
typeUrl: "/
|
|
36
|
+
typeUrl: "/mythos.wasmx.v1.MsgExecuteContract",
|
|
37
37
|
value: MsgExecuteContract.encode(value).finish()
|
|
38
38
|
};
|
|
39
39
|
},
|
|
40
40
|
executeWithOriginContract(value) {
|
|
41
41
|
return {
|
|
42
|
-
typeUrl: "/
|
|
42
|
+
typeUrl: "/mythos.wasmx.v1.MsgExecuteWithOriginContract",
|
|
43
43
|
value: MsgExecuteWithOriginContract.encode(value).finish()
|
|
44
44
|
};
|
|
45
45
|
},
|
|
46
46
|
executeDelegateContract(value) {
|
|
47
47
|
return {
|
|
48
|
-
typeUrl: "/
|
|
48
|
+
typeUrl: "/mythos.wasmx.v1.MsgExecuteDelegateContract",
|
|
49
49
|
value: MsgExecuteDelegateContract.encode(value).finish()
|
|
50
50
|
};
|
|
51
51
|
},
|
|
52
52
|
compileContract(value) {
|
|
53
53
|
return {
|
|
54
|
-
typeUrl: "/
|
|
54
|
+
typeUrl: "/mythos.wasmx.v1.MsgCompileContract",
|
|
55
55
|
value: MsgCompileContract.encode(value).finish()
|
|
56
56
|
};
|
|
57
57
|
}
|
|
@@ -59,49 +59,49 @@ export const MessageComposer = {
|
|
|
59
59
|
withTypeUrl: {
|
|
60
60
|
storeCode(value) {
|
|
61
61
|
return {
|
|
62
|
-
typeUrl: "/
|
|
62
|
+
typeUrl: "/mythos.wasmx.v1.MsgStoreCode",
|
|
63
63
|
value
|
|
64
64
|
};
|
|
65
65
|
},
|
|
66
66
|
storeCodeEvm(value) {
|
|
67
67
|
return {
|
|
68
|
-
typeUrl: "/
|
|
68
|
+
typeUrl: "/mythos.wasmx.v1.MsgStoreCodeEvm",
|
|
69
69
|
value
|
|
70
70
|
};
|
|
71
71
|
},
|
|
72
72
|
instantiateContract(value) {
|
|
73
73
|
return {
|
|
74
|
-
typeUrl: "/
|
|
74
|
+
typeUrl: "/mythos.wasmx.v1.MsgInstantiateContract",
|
|
75
75
|
value
|
|
76
76
|
};
|
|
77
77
|
},
|
|
78
78
|
instantiateContract2(value) {
|
|
79
79
|
return {
|
|
80
|
-
typeUrl: "/
|
|
80
|
+
typeUrl: "/mythos.wasmx.v1.MsgInstantiateContract2",
|
|
81
81
|
value
|
|
82
82
|
};
|
|
83
83
|
},
|
|
84
84
|
executeContract(value) {
|
|
85
85
|
return {
|
|
86
|
-
typeUrl: "/
|
|
86
|
+
typeUrl: "/mythos.wasmx.v1.MsgExecuteContract",
|
|
87
87
|
value
|
|
88
88
|
};
|
|
89
89
|
},
|
|
90
90
|
executeWithOriginContract(value) {
|
|
91
91
|
return {
|
|
92
|
-
typeUrl: "/
|
|
92
|
+
typeUrl: "/mythos.wasmx.v1.MsgExecuteWithOriginContract",
|
|
93
93
|
value
|
|
94
94
|
};
|
|
95
95
|
},
|
|
96
96
|
executeDelegateContract(value) {
|
|
97
97
|
return {
|
|
98
|
-
typeUrl: "/
|
|
98
|
+
typeUrl: "/mythos.wasmx.v1.MsgExecuteDelegateContract",
|
|
99
99
|
value
|
|
100
100
|
};
|
|
101
101
|
},
|
|
102
102
|
compileContract(value) {
|
|
103
103
|
return {
|
|
104
|
-
typeUrl: "/
|
|
104
|
+
typeUrl: "/mythos.wasmx.v1.MsgCompileContract",
|
|
105
105
|
value
|
|
106
106
|
};
|
|
107
107
|
}
|
|
@@ -109,49 +109,49 @@ export const MessageComposer = {
|
|
|
109
109
|
toJSON: {
|
|
110
110
|
storeCode(value) {
|
|
111
111
|
return {
|
|
112
|
-
typeUrl: "/
|
|
112
|
+
typeUrl: "/mythos.wasmx.v1.MsgStoreCode",
|
|
113
113
|
value: MsgStoreCode.toJSON(value)
|
|
114
114
|
};
|
|
115
115
|
},
|
|
116
116
|
storeCodeEvm(value) {
|
|
117
117
|
return {
|
|
118
|
-
typeUrl: "/
|
|
118
|
+
typeUrl: "/mythos.wasmx.v1.MsgStoreCodeEvm",
|
|
119
119
|
value: MsgStoreCodeEvm.toJSON(value)
|
|
120
120
|
};
|
|
121
121
|
},
|
|
122
122
|
instantiateContract(value) {
|
|
123
123
|
return {
|
|
124
|
-
typeUrl: "/
|
|
124
|
+
typeUrl: "/mythos.wasmx.v1.MsgInstantiateContract",
|
|
125
125
|
value: MsgInstantiateContract.toJSON(value)
|
|
126
126
|
};
|
|
127
127
|
},
|
|
128
128
|
instantiateContract2(value) {
|
|
129
129
|
return {
|
|
130
|
-
typeUrl: "/
|
|
130
|
+
typeUrl: "/mythos.wasmx.v1.MsgInstantiateContract2",
|
|
131
131
|
value: MsgInstantiateContract2.toJSON(value)
|
|
132
132
|
};
|
|
133
133
|
},
|
|
134
134
|
executeContract(value) {
|
|
135
135
|
return {
|
|
136
|
-
typeUrl: "/
|
|
136
|
+
typeUrl: "/mythos.wasmx.v1.MsgExecuteContract",
|
|
137
137
|
value: MsgExecuteContract.toJSON(value)
|
|
138
138
|
};
|
|
139
139
|
},
|
|
140
140
|
executeWithOriginContract(value) {
|
|
141
141
|
return {
|
|
142
|
-
typeUrl: "/
|
|
142
|
+
typeUrl: "/mythos.wasmx.v1.MsgExecuteWithOriginContract",
|
|
143
143
|
value: MsgExecuteWithOriginContract.toJSON(value)
|
|
144
144
|
};
|
|
145
145
|
},
|
|
146
146
|
executeDelegateContract(value) {
|
|
147
147
|
return {
|
|
148
|
-
typeUrl: "/
|
|
148
|
+
typeUrl: "/mythos.wasmx.v1.MsgExecuteDelegateContract",
|
|
149
149
|
value: MsgExecuteDelegateContract.toJSON(value)
|
|
150
150
|
};
|
|
151
151
|
},
|
|
152
152
|
compileContract(value) {
|
|
153
153
|
return {
|
|
154
|
-
typeUrl: "/
|
|
154
|
+
typeUrl: "/mythos.wasmx.v1.MsgCompileContract",
|
|
155
155
|
value: MsgCompileContract.toJSON(value)
|
|
156
156
|
};
|
|
157
157
|
}
|
|
@@ -159,49 +159,49 @@ export const MessageComposer = {
|
|
|
159
159
|
fromJSON: {
|
|
160
160
|
storeCode(value) {
|
|
161
161
|
return {
|
|
162
|
-
typeUrl: "/
|
|
162
|
+
typeUrl: "/mythos.wasmx.v1.MsgStoreCode",
|
|
163
163
|
value: MsgStoreCode.fromJSON(value)
|
|
164
164
|
};
|
|
165
165
|
},
|
|
166
166
|
storeCodeEvm(value) {
|
|
167
167
|
return {
|
|
168
|
-
typeUrl: "/
|
|
168
|
+
typeUrl: "/mythos.wasmx.v1.MsgStoreCodeEvm",
|
|
169
169
|
value: MsgStoreCodeEvm.fromJSON(value)
|
|
170
170
|
};
|
|
171
171
|
},
|
|
172
172
|
instantiateContract(value) {
|
|
173
173
|
return {
|
|
174
|
-
typeUrl: "/
|
|
174
|
+
typeUrl: "/mythos.wasmx.v1.MsgInstantiateContract",
|
|
175
175
|
value: MsgInstantiateContract.fromJSON(value)
|
|
176
176
|
};
|
|
177
177
|
},
|
|
178
178
|
instantiateContract2(value) {
|
|
179
179
|
return {
|
|
180
|
-
typeUrl: "/
|
|
180
|
+
typeUrl: "/mythos.wasmx.v1.MsgInstantiateContract2",
|
|
181
181
|
value: MsgInstantiateContract2.fromJSON(value)
|
|
182
182
|
};
|
|
183
183
|
},
|
|
184
184
|
executeContract(value) {
|
|
185
185
|
return {
|
|
186
|
-
typeUrl: "/
|
|
186
|
+
typeUrl: "/mythos.wasmx.v1.MsgExecuteContract",
|
|
187
187
|
value: MsgExecuteContract.fromJSON(value)
|
|
188
188
|
};
|
|
189
189
|
},
|
|
190
190
|
executeWithOriginContract(value) {
|
|
191
191
|
return {
|
|
192
|
-
typeUrl: "/
|
|
192
|
+
typeUrl: "/mythos.wasmx.v1.MsgExecuteWithOriginContract",
|
|
193
193
|
value: MsgExecuteWithOriginContract.fromJSON(value)
|
|
194
194
|
};
|
|
195
195
|
},
|
|
196
196
|
executeDelegateContract(value) {
|
|
197
197
|
return {
|
|
198
|
-
typeUrl: "/
|
|
198
|
+
typeUrl: "/mythos.wasmx.v1.MsgExecuteDelegateContract",
|
|
199
199
|
value: MsgExecuteDelegateContract.fromJSON(value)
|
|
200
200
|
};
|
|
201
201
|
},
|
|
202
202
|
compileContract(value) {
|
|
203
203
|
return {
|
|
204
|
-
typeUrl: "/
|
|
204
|
+
typeUrl: "/mythos.wasmx.v1.MsgCompileContract",
|
|
205
205
|
value: MsgCompileContract.fromJSON(value)
|
|
206
206
|
};
|
|
207
207
|
}
|
|
@@ -209,49 +209,49 @@ export const MessageComposer = {
|
|
|
209
209
|
fromPartial: {
|
|
210
210
|
storeCode(value) {
|
|
211
211
|
return {
|
|
212
|
-
typeUrl: "/
|
|
212
|
+
typeUrl: "/mythos.wasmx.v1.MsgStoreCode",
|
|
213
213
|
value: MsgStoreCode.fromPartial(value)
|
|
214
214
|
};
|
|
215
215
|
},
|
|
216
216
|
storeCodeEvm(value) {
|
|
217
217
|
return {
|
|
218
|
-
typeUrl: "/
|
|
218
|
+
typeUrl: "/mythos.wasmx.v1.MsgStoreCodeEvm",
|
|
219
219
|
value: MsgStoreCodeEvm.fromPartial(value)
|
|
220
220
|
};
|
|
221
221
|
},
|
|
222
222
|
instantiateContract(value) {
|
|
223
223
|
return {
|
|
224
|
-
typeUrl: "/
|
|
224
|
+
typeUrl: "/mythos.wasmx.v1.MsgInstantiateContract",
|
|
225
225
|
value: MsgInstantiateContract.fromPartial(value)
|
|
226
226
|
};
|
|
227
227
|
},
|
|
228
228
|
instantiateContract2(value) {
|
|
229
229
|
return {
|
|
230
|
-
typeUrl: "/
|
|
230
|
+
typeUrl: "/mythos.wasmx.v1.MsgInstantiateContract2",
|
|
231
231
|
value: MsgInstantiateContract2.fromPartial(value)
|
|
232
232
|
};
|
|
233
233
|
},
|
|
234
234
|
executeContract(value) {
|
|
235
235
|
return {
|
|
236
|
-
typeUrl: "/
|
|
236
|
+
typeUrl: "/mythos.wasmx.v1.MsgExecuteContract",
|
|
237
237
|
value: MsgExecuteContract.fromPartial(value)
|
|
238
238
|
};
|
|
239
239
|
},
|
|
240
240
|
executeWithOriginContract(value) {
|
|
241
241
|
return {
|
|
242
|
-
typeUrl: "/
|
|
242
|
+
typeUrl: "/mythos.wasmx.v1.MsgExecuteWithOriginContract",
|
|
243
243
|
value: MsgExecuteWithOriginContract.fromPartial(value)
|
|
244
244
|
};
|
|
245
245
|
},
|
|
246
246
|
executeDelegateContract(value) {
|
|
247
247
|
return {
|
|
248
|
-
typeUrl: "/
|
|
248
|
+
typeUrl: "/mythos.wasmx.v1.MsgExecuteDelegateContract",
|
|
249
249
|
value: MsgExecuteDelegateContract.fromPartial(value)
|
|
250
250
|
};
|
|
251
251
|
},
|
|
252
252
|
compileContract(value) {
|
|
253
253
|
return {
|
|
254
|
-
typeUrl: "/
|
|
254
|
+
typeUrl: "/mythos.wasmx.v1.MsgCompileContract",
|
|
255
255
|
value: MsgCompileContract.fromPartial(value)
|
|
256
256
|
};
|
|
257
257
|
}
|