@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.
Files changed (123) hide show
  1. package/main/codegen/index.js +10 -10
  2. package/main/codegen/{wasmx → mythos}/bundle.js +21 -21
  3. package/main/codegen/{wasmx → mythos}/client.js +19 -19
  4. package/main/codegen/{wasmx → mythos}/rpc.query.js +1 -1
  5. package/main/codegen/{wasmx → mythos}/rpc.tx.js +1 -1
  6. package/main/codegen/{wasmx → mythos}/wasmx/v1/query.rpc.Query.js +9 -9
  7. package/main/codegen/{wasmx → mythos}/wasmx/v1/tx.amino.js +16 -16
  8. package/main/codegen/{wasmx → mythos}/wasmx/v1/tx.registry.js +41 -41
  9. package/main/codegen/{wasmx → mythos}/wasmx/v1/tx.rpc.msg.js +8 -8
  10. package/main/codegen/{wasmx → mythos}/websrv/v1/query.rpc.Query.js +7 -7
  11. package/main/codegen/{wasmx → mythos}/websrv/v1/tx.amino.js +6 -6
  12. package/main/codegen/{wasmx → mythos}/websrv/v1/tx.registry.js +16 -16
  13. package/main/codegen/{wasmx → mythos}/websrv/v1/tx.rpc.msg.js +3 -3
  14. package/main/codegen/tendermint/bundle.js +17 -17
  15. package/module/codegen/index.js +3 -3
  16. package/module/codegen/{wasmx → mythos}/bundle.js +19 -19
  17. package/module/codegen/{wasmx → mythos}/client.js +11 -11
  18. package/module/codegen/{wasmx → mythos}/rpc.query.js +1 -1
  19. package/module/codegen/{wasmx → mythos}/rpc.tx.js +1 -1
  20. package/module/codegen/{wasmx → mythos}/wasmx/v1/query.rpc.Query.js +9 -9
  21. package/module/codegen/{wasmx → mythos}/wasmx/v1/tx.amino.js +16 -16
  22. package/module/codegen/{wasmx → mythos}/wasmx/v1/tx.registry.js +41 -41
  23. package/module/codegen/{wasmx → mythos}/wasmx/v1/tx.rpc.msg.js +8 -8
  24. package/module/codegen/{wasmx → mythos}/websrv/v1/query.rpc.Query.js +7 -7
  25. package/module/codegen/{wasmx → mythos}/websrv/v1/tx.amino.js +6 -6
  26. package/module/codegen/{wasmx → mythos}/websrv/v1/tx.registry.js +16 -16
  27. package/module/codegen/{wasmx → mythos}/websrv/v1/tx.rpc.msg.js +3 -3
  28. package/module/codegen/tendermint/bundle.js +17 -17
  29. package/package.json +1 -1
  30. package/src/codegen/index.ts +3 -3
  31. package/src/codegen/{wasmx → mythos}/bundle.ts +21 -21
  32. package/src/codegen/{wasmx → mythos}/client.ts +12 -12
  33. package/src/codegen/{wasmx → mythos}/rpc.query.ts +1 -1
  34. package/src/codegen/{wasmx → mythos}/rpc.tx.ts +1 -1
  35. package/src/codegen/{wasmx → mythos}/wasmx/v1/query.rpc.Query.ts +9 -9
  36. package/src/codegen/{wasmx → mythos}/wasmx/v1/tx.amino.ts +24 -24
  37. package/src/codegen/{wasmx → mythos}/wasmx/v1/tx.registry.ts +41 -41
  38. package/src/codegen/{wasmx → mythos}/wasmx/v1/tx.rpc.msg.ts +8 -8
  39. package/src/codegen/{wasmx → mythos}/websrv/v1/query.rpc.Query.ts +7 -7
  40. package/src/codegen/{wasmx → mythos}/websrv/v1/tx.amino.ts +9 -9
  41. package/src/codegen/{wasmx → mythos}/websrv/v1/tx.registry.ts +16 -16
  42. package/src/codegen/{wasmx → mythos}/websrv/v1/tx.rpc.msg.ts +3 -3
  43. package/src/codegen/tendermint/bundle.ts +22 -22
  44. package/types/codegen/index.d.ts +3 -3
  45. package/types/codegen/mythos/bundle.d.ts +1039 -0
  46. package/types/codegen/{wasmx → mythos}/client.d.ts +15 -15
  47. package/types/codegen/mythos/index.d.ts +11 -0
  48. package/types/codegen/{wasmx → mythos}/rpc.query.d.ts +1 -1
  49. package/types/codegen/{wasmx → mythos}/rpc.tx.d.ts +1 -1
  50. package/types/codegen/{wasmx/wasmx → mythos/wasmx/v1}/tx.amino.d.ts +16 -16
  51. package/types/codegen/{wasmx → mythos}/websrv/v1/tx.amino.d.ts +6 -6
  52. package/types/codegen/tendermint/bundle.d.ts +456 -456
  53. package/types/codegen/wasmx/bundle.d.ts +0 -1039
  54. package/types/codegen/wasmx/index.d.ts +0 -11
  55. package/types/codegen/wasmx/lcd.d.ts +0 -14
  56. package/types/codegen/wasmx/wasmx/contract.d.ts +0 -139
  57. package/types/codegen/wasmx/wasmx/genesis.d.ts +0 -121
  58. package/types/codegen/wasmx/wasmx/query.d.ts +0 -451
  59. package/types/codegen/wasmx/wasmx/query.lcd.d.ts +0 -17
  60. package/types/codegen/wasmx/wasmx/query.rpc.Query.d.ts +0 -48
  61. package/types/codegen/wasmx/wasmx/tx.d.ts +0 -404
  62. package/types/codegen/wasmx/wasmx/tx.rpc.msg.d.ts +0 -39
  63. package/types/codegen/wasmx/wasmx/v1/params.d.ts +0 -14
  64. package/types/codegen/wasmx/wasmx/v1/tx.amino.d.ts +0 -134
  65. package/types/codegen/wasmx/wasmx/v1/tx.registry.d.ts +0 -176
  66. package/types/codegen/wasmx/websrv/query.d.ts +0 -315
  67. package/types/codegen/wasmx/websrv/query.rpc.Query.d.ts +0 -40
  68. package/types/codegen/wasmx/websrv/tx.amino.d.ts +0 -41
  69. package/types/codegen/wasmx/websrv/tx.d.ts +0 -90
  70. package/types/codegen/wasmx/websrv/tx.rpc.msg.d.ts +0 -18
  71. package/types/codegen/wasmx/websrv/v1/genesis.d.ts +0 -17
  72. package/types/codegen/wasmx/websrv/v1/params.d.ts +0 -16
  73. package/types/codegen/wasmx/websrv/v1/proposal.d.ts +0 -65
  74. package/types/codegen/wasmx/websrv/v1/tx.registry.d.ts +0 -76
  75. /package/main/codegen/{wasmx → mythos}/index.js +0 -0
  76. /package/main/codegen/{wasmx → mythos}/wasmx/v1/contract.js +0 -0
  77. /package/main/codegen/{wasmx → mythos}/wasmx/v1/genesis.js +0 -0
  78. /package/main/codegen/{wasmx → mythos}/wasmx/v1/params.js +0 -0
  79. /package/main/codegen/{wasmx → mythos}/wasmx/v1/query.js +0 -0
  80. /package/main/codegen/{wasmx → mythos}/wasmx/v1/tx.js +0 -0
  81. /package/main/codegen/{wasmx → mythos}/websrv/v1/genesis.js +0 -0
  82. /package/main/codegen/{wasmx → mythos}/websrv/v1/params.js +0 -0
  83. /package/main/codegen/{wasmx → mythos}/websrv/v1/proposal.js +0 -0
  84. /package/main/codegen/{wasmx → mythos}/websrv/v1/query.js +0 -0
  85. /package/main/codegen/{wasmx → mythos}/websrv/v1/tx.js +0 -0
  86. /package/module/codegen/{wasmx → mythos}/index.js +0 -0
  87. /package/module/codegen/{wasmx → mythos}/wasmx/v1/contract.js +0 -0
  88. /package/module/codegen/{wasmx → mythos}/wasmx/v1/genesis.js +0 -0
  89. /package/module/codegen/{wasmx → mythos}/wasmx/v1/params.js +0 -0
  90. /package/module/codegen/{wasmx → mythos}/wasmx/v1/query.js +0 -0
  91. /package/module/codegen/{wasmx → mythos}/wasmx/v1/tx.js +0 -0
  92. /package/module/codegen/{wasmx → mythos}/websrv/v1/genesis.js +0 -0
  93. /package/module/codegen/{wasmx → mythos}/websrv/v1/params.js +0 -0
  94. /package/module/codegen/{wasmx → mythos}/websrv/v1/proposal.js +0 -0
  95. /package/module/codegen/{wasmx → mythos}/websrv/v1/query.js +0 -0
  96. /package/module/codegen/{wasmx → mythos}/websrv/v1/tx.js +0 -0
  97. /package/src/codegen/{wasmx → mythos}/index.ts +0 -0
  98. /package/src/codegen/{wasmx → mythos}/wasmx/v1/contract.ts +0 -0
  99. /package/src/codegen/{wasmx → mythos}/wasmx/v1/genesis.ts +0 -0
  100. /package/src/codegen/{wasmx → mythos}/wasmx/v1/params.ts +0 -0
  101. /package/src/codegen/{wasmx → mythos}/wasmx/v1/query.ts +0 -0
  102. /package/src/codegen/{wasmx → mythos}/wasmx/v1/tx.ts +0 -0
  103. /package/src/codegen/{wasmx → mythos}/websrv/v1/genesis.ts +0 -0
  104. /package/src/codegen/{wasmx → mythos}/websrv/v1/params.ts +0 -0
  105. /package/src/codegen/{wasmx → mythos}/websrv/v1/proposal.ts +0 -0
  106. /package/src/codegen/{wasmx → mythos}/websrv/v1/query.ts +0 -0
  107. /package/src/codegen/{wasmx → mythos}/websrv/v1/tx.ts +0 -0
  108. /package/types/codegen/{wasmx → mythos}/wasmx/v1/contract.d.ts +0 -0
  109. /package/types/codegen/{wasmx → mythos}/wasmx/v1/genesis.d.ts +0 -0
  110. /package/types/codegen/{wasmx/wasmx → mythos/wasmx/v1}/params.d.ts +0 -0
  111. /package/types/codegen/{wasmx → mythos}/wasmx/v1/query.d.ts +0 -0
  112. /package/types/codegen/{wasmx → mythos}/wasmx/v1/query.rpc.Query.d.ts +0 -0
  113. /package/types/codegen/{wasmx → mythos}/wasmx/v1/tx.d.ts +0 -0
  114. /package/types/codegen/{wasmx/wasmx → mythos/wasmx/v1}/tx.registry.d.ts +0 -0
  115. /package/types/codegen/{wasmx → mythos}/wasmx/v1/tx.rpc.msg.d.ts +0 -0
  116. /package/types/codegen/{wasmx/websrv → mythos/websrv/v1}/genesis.d.ts +0 -0
  117. /package/types/codegen/{wasmx/websrv → mythos/websrv/v1}/params.d.ts +0 -0
  118. /package/types/codegen/{wasmx/websrv → mythos/websrv/v1}/proposal.d.ts +0 -0
  119. /package/types/codegen/{wasmx → mythos}/websrv/v1/query.d.ts +0 -0
  120. /package/types/codegen/{wasmx → mythos}/websrv/v1/query.rpc.Query.d.ts +0 -0
  121. /package/types/codegen/{wasmx → mythos}/websrv/v1/tx.d.ts +0 -0
  122. /package/types/codegen/{wasmx/websrv → mythos/websrv/v1}/tx.registry.d.ts +0 -0
  123. /package/types/codegen/{wasmx → mythos}/websrv/v1/tx.rpc.msg.d.ts +0 -0
@@ -1,8 +1,8 @@
1
1
  import { GeneratedType, Registry, OfflineSigner } from "@cosmjs/proto-signing";
2
2
  import { AminoTypes, SigningStargateClient } from "@cosmjs/stargate";
3
3
  import { HttpEndpoint } from "@cosmjs/tendermint-rpc";
4
- export declare const wasmxAminoConverters: {
5
- "/wasmx.websrv.v1.MsgRegisterOAuthClient": {
4
+ export declare const mythosAminoConverters: {
5
+ "/mythos.websrv.v1.MsgRegisterOAuthClient": {
6
6
  aminoType: string;
7
7
  toAmino: ({ owner, domain }: import("./websrv/v1/tx").MsgRegisterOAuthClient) => {
8
8
  owner: string;
@@ -13,7 +13,7 @@ export declare const wasmxAminoConverters: {
13
13
  domain: string;
14
14
  }) => import("./websrv/v1/tx").MsgRegisterOAuthClient;
15
15
  };
16
- "/wasmx.websrv.v1.MsgEditOAuthClient": {
16
+ "/mythos.websrv.v1.MsgEditOAuthClient": {
17
17
  aminoType: string;
18
18
  toAmino: ({ owner, clientId, domain }: import("./websrv/v1/tx").MsgEditOAuthClient) => {
19
19
  owner: string;
@@ -26,7 +26,7 @@ export declare const wasmxAminoConverters: {
26
26
  domain: string;
27
27
  }) => import("./websrv/v1/tx").MsgEditOAuthClient;
28
28
  };
29
- "/wasmx.websrv.v1.MsgDeregisterOAuthClient": {
29
+ "/mythos.websrv.v1.MsgDeregisterOAuthClient": {
30
30
  aminoType: string;
31
31
  toAmino: ({ owner, clientId }: import("./websrv/v1/tx").MsgDeregisterOAuthClient) => {
32
32
  owner: string;
@@ -37,7 +37,7 @@ export declare const wasmxAminoConverters: {
37
37
  client_id: string;
38
38
  }) => import("./websrv/v1/tx").MsgDeregisterOAuthClient;
39
39
  };
40
- "/wasmx.wasmx.v1.MsgStoreCode": {
40
+ "/mythos.wasmx.v1.MsgStoreCode": {
41
41
  aminoType: string;
42
42
  toAmino: ({ sender, wasmByteCode }: import("./wasmx/v1/tx").MsgStoreCode) => {
43
43
  sender: string;
@@ -48,7 +48,7 @@ export declare const wasmxAminoConverters: {
48
48
  wasm_byte_code: Uint8Array;
49
49
  }) => import("./wasmx/v1/tx").MsgStoreCode;
50
50
  };
51
- "/wasmx.wasmx.v1.MsgStoreCodeEvm": {
51
+ "/mythos.wasmx.v1.MsgStoreCodeEvm": {
52
52
  aminoType: string;
53
53
  toAmino: ({ sender, evmByteCode }: import("./wasmx/v1/tx").MsgStoreCodeEvm) => {
54
54
  sender: string;
@@ -59,7 +59,7 @@ export declare const wasmxAminoConverters: {
59
59
  evm_byte_code: Uint8Array;
60
60
  }) => import("./wasmx/v1/tx").MsgStoreCodeEvm;
61
61
  };
62
- "/wasmx.wasmx.v1.MsgInstantiateContract": {
62
+ "/mythos.wasmx.v1.MsgInstantiateContract": {
63
63
  aminoType: string;
64
64
  toAmino: ({ sender, codeId, label, msg, funds }: import("./wasmx/v1/tx").MsgInstantiateContract) => {
65
65
  sender: string;
@@ -82,7 +82,7 @@ export declare const wasmxAminoConverters: {
82
82
  }[];
83
83
  }) => import("./wasmx/v1/tx").MsgInstantiateContract;
84
84
  };
85
- "/wasmx.wasmx.v1.MsgInstantiateContract2": {
85
+ "/mythos.wasmx.v1.MsgInstantiateContract2": {
86
86
  aminoType: string;
87
87
  toAmino: ({ sender, codeId, label, msg, funds, salt, fixMsg }: import("./wasmx/v1/tx").MsgInstantiateContract2) => {
88
88
  sender: string;
@@ -109,7 +109,7 @@ export declare const wasmxAminoConverters: {
109
109
  fix_msg: boolean;
110
110
  }) => import("./wasmx/v1/tx").MsgInstantiateContract2;
111
111
  };
112
- "/wasmx.wasmx.v1.MsgExecuteContract": {
112
+ "/mythos.wasmx.v1.MsgExecuteContract": {
113
113
  aminoType: string;
114
114
  toAmino: ({ sender, contract, msg, funds, dependencies }: import("./wasmx/v1/tx").MsgExecuteContract) => {
115
115
  sender: string;
@@ -132,7 +132,7 @@ export declare const wasmxAminoConverters: {
132
132
  dependencies: string[];
133
133
  }) => import("./wasmx/v1/tx").MsgExecuteContract;
134
134
  };
135
- "/wasmx.wasmx.v1.MsgExecuteWithOriginContract": {
135
+ "/mythos.wasmx.v1.MsgExecuteWithOriginContract": {
136
136
  aminoType: string;
137
137
  toAmino: ({ origin, sender, contract, msg, funds }: import("./wasmx/v1/tx").MsgExecuteWithOriginContract) => {
138
138
  origin: string;
@@ -155,7 +155,7 @@ export declare const wasmxAminoConverters: {
155
155
  }[];
156
156
  }) => import("./wasmx/v1/tx").MsgExecuteWithOriginContract;
157
157
  };
158
- "/wasmx.wasmx.v1.MsgExecuteDelegateContract": {
158
+ "/mythos.wasmx.v1.MsgExecuteDelegateContract": {
159
159
  aminoType: string;
160
160
  toAmino: ({ origin, sender, caller, codeContract, storageContract, msg, funds }: import("./wasmx/v1/tx").MsgExecuteDelegateContract) => {
161
161
  origin: string;
@@ -182,7 +182,7 @@ export declare const wasmxAminoConverters: {
182
182
  }[];
183
183
  }) => import("./wasmx/v1/tx").MsgExecuteDelegateContract;
184
184
  };
185
- "/wasmx.wasmx.v1.MsgCompileContract": {
185
+ "/mythos.wasmx.v1.MsgCompileContract": {
186
186
  aminoType: string;
187
187
  toAmino: ({ sender, codeId }: import("./wasmx/v1/tx").MsgCompileContract) => {
188
188
  sender: string;
@@ -194,14 +194,14 @@ export declare const wasmxAminoConverters: {
194
194
  }) => import("./wasmx/v1/tx").MsgCompileContract;
195
195
  };
196
196
  };
197
- export declare const wasmxProtoRegistry: ReadonlyArray<[string, GeneratedType]>;
198
- export declare const getSigningWasmxClientOptions: ({ defaultTypes }?: {
197
+ export declare const mythosProtoRegistry: ReadonlyArray<[string, GeneratedType]>;
198
+ export declare const getSigningMythosClientOptions: ({ defaultTypes }?: {
199
199
  defaultTypes?: ReadonlyArray<[string, GeneratedType]>;
200
200
  }) => {
201
201
  registry: Registry;
202
202
  aminoTypes: AminoTypes;
203
203
  };
204
- export declare const getSigningWasmxClient: ({ rpcEndpoint, signer, defaultTypes }: {
204
+ export declare const getSigningMythosClient: ({ rpcEndpoint, signer, defaultTypes }: {
205
205
  rpcEndpoint: string | HttpEndpoint;
206
206
  signer: OfflineSigner;
207
207
  defaultTypes?: ReadonlyArray<[string, GeneratedType]>;
@@ -0,0 +1,11 @@
1
+ export * from "./wasmx/v1/contract";
2
+ export * from "./wasmx/v1/genesis";
3
+ export * from "./wasmx/v1/params";
4
+ export * from "./wasmx/v1/query";
5
+ export * from "./wasmx/v1/tx";
6
+ export * from "./wasmx/v1/tx.amino";
7
+ export * from "./wasmx/v1/tx.registry";
8
+ export * from "./wasmx/v1/query.rpc.Query";
9
+ export * from "./wasmx/v1/tx.rpc.msg";
10
+ export * from "./rpc.query";
11
+ export * from "./rpc.tx";
@@ -16,7 +16,7 @@ export declare const createRPCQueryClient: ({ rpcEndpoint }: {
16
16
  };
17
17
  };
18
18
  };
19
- wasmx: {
19
+ mythos: {
20
20
  wasmx: {
21
21
  v1: {
22
22
  contractInfo(request: import("./wasmx/v1/query").QueryContractInfoRequest): Promise<import("./wasmx/v1/query").QueryContractInfoResponse>;
@@ -2,7 +2,7 @@ import { Rpc } from "../helpers";
2
2
  export declare const createRPCMsgClient: ({ rpc }: {
3
3
  rpc: Rpc;
4
4
  }) => Promise<{
5
- wasmx: {
5
+ mythos: {
6
6
  wasmx: {
7
7
  v1: import("./wasmx/v1/tx.rpc.msg").MsgClientImpl;
8
8
  };
@@ -1,21 +1,21 @@
1
1
  import { AminoMsg } from "@cosmjs/amino";
2
2
  import { MsgStoreCode, MsgStoreCodeEvm, MsgInstantiateContract, MsgInstantiateContract2, MsgExecuteContract, MsgExecuteWithOriginContract, MsgExecuteDelegateContract, MsgCompileContract } from "./tx";
3
3
  export interface AminoMsgStoreCode extends AminoMsg {
4
- type: "/wasmx.wasmx.v1.MsgStoreCode";
4
+ type: "/mythos.wasmx.v1.MsgStoreCode";
5
5
  value: {
6
6
  sender: string;
7
7
  wasm_byte_code: Uint8Array;
8
8
  };
9
9
  }
10
10
  export interface AminoMsgStoreCodeEvm extends AminoMsg {
11
- type: "/wasmx.wasmx.v1.MsgStoreCodeEvm";
11
+ type: "/mythos.wasmx.v1.MsgStoreCodeEvm";
12
12
  value: {
13
13
  sender: string;
14
14
  evm_byte_code: Uint8Array;
15
15
  };
16
16
  }
17
17
  export interface AminoMsgInstantiateContract extends AminoMsg {
18
- type: "/wasmx.wasmx.v1.MsgInstantiateContract";
18
+ type: "/mythos.wasmx.v1.MsgInstantiateContract";
19
19
  value: {
20
20
  sender: string;
21
21
  code_id: string;
@@ -28,7 +28,7 @@ export interface AminoMsgInstantiateContract extends AminoMsg {
28
28
  };
29
29
  }
30
30
  export interface AminoMsgInstantiateContract2 extends AminoMsg {
31
- type: "/wasmx.wasmx.v1.MsgInstantiateContract2";
31
+ type: "/mythos.wasmx.v1.MsgInstantiateContract2";
32
32
  value: {
33
33
  sender: string;
34
34
  code_id: string;
@@ -43,7 +43,7 @@ export interface AminoMsgInstantiateContract2 extends AminoMsg {
43
43
  };
44
44
  }
45
45
  export interface AminoMsgExecuteContract extends AminoMsg {
46
- type: "/wasmx.wasmx.v1.MsgExecuteContract";
46
+ type: "/mythos.wasmx.v1.MsgExecuteContract";
47
47
  value: {
48
48
  sender: string;
49
49
  contract: string;
@@ -56,7 +56,7 @@ export interface AminoMsgExecuteContract extends AminoMsg {
56
56
  };
57
57
  }
58
58
  export interface AminoMsgExecuteWithOriginContract extends AminoMsg {
59
- type: "/wasmx.wasmx.v1.MsgExecuteWithOriginContract";
59
+ type: "/mythos.wasmx.v1.MsgExecuteWithOriginContract";
60
60
  value: {
61
61
  origin: string;
62
62
  sender: string;
@@ -69,7 +69,7 @@ export interface AminoMsgExecuteWithOriginContract extends AminoMsg {
69
69
  };
70
70
  }
71
71
  export interface AminoMsgExecuteDelegateContract extends AminoMsg {
72
- type: "/wasmx.wasmx.v1.MsgExecuteDelegateContract";
72
+ type: "/mythos.wasmx.v1.MsgExecuteDelegateContract";
73
73
  value: {
74
74
  origin: string;
75
75
  sender: string;
@@ -84,49 +84,49 @@ export interface AminoMsgExecuteDelegateContract extends AminoMsg {
84
84
  };
85
85
  }
86
86
  export interface AminoMsgCompileContract extends AminoMsg {
87
- type: "/wasmx.wasmx.v1.MsgCompileContract";
87
+ type: "/mythos.wasmx.v1.MsgCompileContract";
88
88
  value: {
89
89
  sender: string;
90
90
  codeId: string;
91
91
  };
92
92
  }
93
93
  export declare const AminoConverter: {
94
- "/wasmx.wasmx.v1.MsgStoreCode": {
94
+ "/mythos.wasmx.v1.MsgStoreCode": {
95
95
  aminoType: string;
96
96
  toAmino: ({ sender, wasmByteCode }: MsgStoreCode) => AminoMsgStoreCode["value"];
97
97
  fromAmino: ({ sender, wasm_byte_code }: AminoMsgStoreCode["value"]) => MsgStoreCode;
98
98
  };
99
- "/wasmx.wasmx.v1.MsgStoreCodeEvm": {
99
+ "/mythos.wasmx.v1.MsgStoreCodeEvm": {
100
100
  aminoType: string;
101
101
  toAmino: ({ sender, evmByteCode }: MsgStoreCodeEvm) => AminoMsgStoreCodeEvm["value"];
102
102
  fromAmino: ({ sender, evm_byte_code }: AminoMsgStoreCodeEvm["value"]) => MsgStoreCodeEvm;
103
103
  };
104
- "/wasmx.wasmx.v1.MsgInstantiateContract": {
104
+ "/mythos.wasmx.v1.MsgInstantiateContract": {
105
105
  aminoType: string;
106
106
  toAmino: ({ sender, codeId, label, msg, funds }: MsgInstantiateContract) => AminoMsgInstantiateContract["value"];
107
107
  fromAmino: ({ sender, code_id, label, msg, funds }: AminoMsgInstantiateContract["value"]) => MsgInstantiateContract;
108
108
  };
109
- "/wasmx.wasmx.v1.MsgInstantiateContract2": {
109
+ "/mythos.wasmx.v1.MsgInstantiateContract2": {
110
110
  aminoType: string;
111
111
  toAmino: ({ sender, codeId, label, msg, funds, salt, fixMsg }: MsgInstantiateContract2) => AminoMsgInstantiateContract2["value"];
112
112
  fromAmino: ({ sender, code_id, label, msg, funds, salt, fix_msg }: AminoMsgInstantiateContract2["value"]) => MsgInstantiateContract2;
113
113
  };
114
- "/wasmx.wasmx.v1.MsgExecuteContract": {
114
+ "/mythos.wasmx.v1.MsgExecuteContract": {
115
115
  aminoType: string;
116
116
  toAmino: ({ sender, contract, msg, funds, dependencies }: MsgExecuteContract) => AminoMsgExecuteContract["value"];
117
117
  fromAmino: ({ sender, contract, msg, funds, dependencies }: AminoMsgExecuteContract["value"]) => MsgExecuteContract;
118
118
  };
119
- "/wasmx.wasmx.v1.MsgExecuteWithOriginContract": {
119
+ "/mythos.wasmx.v1.MsgExecuteWithOriginContract": {
120
120
  aminoType: string;
121
121
  toAmino: ({ origin, sender, contract, msg, funds }: MsgExecuteWithOriginContract) => AminoMsgExecuteWithOriginContract["value"];
122
122
  fromAmino: ({ origin, sender, contract, msg, funds }: AminoMsgExecuteWithOriginContract["value"]) => MsgExecuteWithOriginContract;
123
123
  };
124
- "/wasmx.wasmx.v1.MsgExecuteDelegateContract": {
124
+ "/mythos.wasmx.v1.MsgExecuteDelegateContract": {
125
125
  aminoType: string;
126
126
  toAmino: ({ origin, sender, caller, codeContract, storageContract, msg, funds }: MsgExecuteDelegateContract) => AminoMsgExecuteDelegateContract["value"];
127
127
  fromAmino: ({ origin, sender, caller, code_contract, storage_contract, msg, funds }: AminoMsgExecuteDelegateContract["value"]) => MsgExecuteDelegateContract;
128
128
  };
129
- "/wasmx.wasmx.v1.MsgCompileContract": {
129
+ "/mythos.wasmx.v1.MsgCompileContract": {
130
130
  aminoType: string;
131
131
  toAmino: ({ sender, codeId }: MsgCompileContract) => AminoMsgCompileContract["value"];
132
132
  fromAmino: ({ sender, codeId }: AminoMsgCompileContract["value"]) => MsgCompileContract;
@@ -1,14 +1,14 @@
1
1
  import { AminoMsg } from "@cosmjs/amino";
2
2
  import { MsgRegisterOAuthClient, MsgEditOAuthClient, MsgDeregisterOAuthClient } from "./tx";
3
3
  export interface AminoMsgRegisterOAuthClient extends AminoMsg {
4
- type: "/wasmx.websrv.v1.MsgRegisterOAuthClient";
4
+ type: "/mythos.websrv.v1.MsgRegisterOAuthClient";
5
5
  value: {
6
6
  owner: string;
7
7
  domain: string;
8
8
  };
9
9
  }
10
10
  export interface AminoMsgEditOAuthClient extends AminoMsg {
11
- type: "/wasmx.websrv.v1.MsgEditOAuthClient";
11
+ type: "/mythos.websrv.v1.MsgEditOAuthClient";
12
12
  value: {
13
13
  owner: string;
14
14
  client_id: string;
@@ -16,24 +16,24 @@ export interface AminoMsgEditOAuthClient extends AminoMsg {
16
16
  };
17
17
  }
18
18
  export interface AminoMsgDeregisterOAuthClient extends AminoMsg {
19
- type: "/wasmx.websrv.v1.MsgDeregisterOAuthClient";
19
+ type: "/mythos.websrv.v1.MsgDeregisterOAuthClient";
20
20
  value: {
21
21
  owner: string;
22
22
  client_id: string;
23
23
  };
24
24
  }
25
25
  export declare const AminoConverter: {
26
- "/wasmx.websrv.v1.MsgRegisterOAuthClient": {
26
+ "/mythos.websrv.v1.MsgRegisterOAuthClient": {
27
27
  aminoType: string;
28
28
  toAmino: ({ owner, domain }: MsgRegisterOAuthClient) => AminoMsgRegisterOAuthClient["value"];
29
29
  fromAmino: ({ owner, domain }: AminoMsgRegisterOAuthClient["value"]) => MsgRegisterOAuthClient;
30
30
  };
31
- "/wasmx.websrv.v1.MsgEditOAuthClient": {
31
+ "/mythos.websrv.v1.MsgEditOAuthClient": {
32
32
  aminoType: string;
33
33
  toAmino: ({ owner, clientId, domain }: MsgEditOAuthClient) => AminoMsgEditOAuthClient["value"];
34
34
  fromAmino: ({ owner, client_id, domain }: AminoMsgEditOAuthClient["value"]) => MsgEditOAuthClient;
35
35
  };
36
- "/wasmx.websrv.v1.MsgDeregisterOAuthClient": {
36
+ "/mythos.websrv.v1.MsgDeregisterOAuthClient": {
37
37
  aminoType: string;
38
38
  toAmino: ({ owner, clientId }: MsgDeregisterOAuthClient) => AminoMsgDeregisterOAuthClient["value"];
39
39
  fromAmino: ({ owner, client_id }: AminoMsgDeregisterOAuthClient["value"]) => MsgDeregisterOAuthClient;