@akashnetwork/chain-sdk 1.0.0-alpha.23 → 1.0.0-alpha.25
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/README.md +25 -0
- package/dist/cjs/generated/createCosmosSDK.cjs +237 -237
- package/dist/cjs/generated/createCosmosSDK.cjs.map +2 -2
- package/dist/cjs/generated/createIbc-goSDK.cjs +91 -91
- package/dist/cjs/generated/createIbc-goSDK.cjs.map +2 -2
- package/dist/cjs/generated/createNodeSDK.cjs +68 -61
- package/dist/cjs/generated/createNodeSDK.cjs.map +2 -2
- package/dist/cjs/generated/createProviderSDK.cjs +18 -11
- package/dist/cjs/generated/createProviderSDK.cjs.map +2 -2
- package/dist/cjs/generated/patches/providerCustomTypePatches.cjs +34 -0
- package/dist/cjs/generated/patches/providerCustomTypePatches.cjs.map +7 -0
- package/dist/cjs/generated/patches/providerPatchMessage.cjs +38 -0
- package/dist/cjs/generated/patches/providerPatchMessage.cjs.map +7 -0
- package/dist/cjs/generated/protos/akash/bme/v1/filters.cjs +125 -0
- package/dist/cjs/generated/protos/akash/bme/v1/filters.cjs.map +7 -0
- package/dist/cjs/generated/protos/akash/bme/v1/params.cjs +26 -10
- package/dist/cjs/generated/protos/akash/bme/v1/params.cjs.map +2 -2
- package/dist/cjs/generated/protos/akash/bme/v1/query.cjs +233 -0
- package/dist/cjs/generated/protos/akash/bme/v1/query.cjs.map +2 -2
- package/dist/cjs/generated/protos/akash/bme/v1/query_akash.cjs +9 -0
- package/dist/cjs/generated/protos/akash/bme/v1/query_akash.cjs.map +2 -2
- package/dist/cjs/generated/protos/akash/manifest/v2beta3/service.cjs +67 -2
- package/dist/cjs/generated/protos/akash/manifest/v2beta3/service.cjs.map +2 -2
- package/dist/cjs/generated/protos/akash/market/v1beta5/params.cjs +17 -2
- package/dist/cjs/generated/protos/akash/market/v1beta5/params.cjs.map +2 -2
- package/dist/cjs/generated/protos/akash/market/v1beta5/resourcesoffer.cjs +266 -3
- package/dist/cjs/generated/protos/akash/market/v1beta5/resourcesoffer.cjs.map +2 -2
- package/dist/cjs/generated/protos/akash/oracle/v1/params.cjs +53 -1
- package/dist/cjs/generated/protos/akash/oracle/v1/params.cjs.map +2 -2
- package/dist/cjs/generated/protos/akash/provider/v1/service_akash.cjs +9 -0
- package/dist/cjs/generated/protos/akash/provider/v1/service_akash.cjs.map +2 -2
- package/dist/cjs/generated/protos/akash/provider/v1/validation.cjs +195 -0
- package/dist/cjs/generated/protos/akash/provider/v1/validation.cjs.map +7 -0
- package/dist/cjs/generated/protos/google/protobuf/descriptor.cjs +6 -0
- package/dist/cjs/generated/protos/google/protobuf/descriptor.cjs.map +2 -2
- package/dist/cjs/generated/protos/index.akash.v1.cjs +11 -5
- package/dist/cjs/generated/protos/index.akash.v1.cjs.map +3 -3
- package/dist/cjs/generated/protos/index.akash.v1beta5.cjs +4 -1
- package/dist/cjs/generated/protos/index.akash.v1beta5.cjs.map +2 -2
- package/dist/cjs/generated/protos/index.provider.akash.v1.cjs +3 -0
- package/dist/cjs/generated/protos/index.provider.akash.v1.cjs.map +2 -2
- package/dist/cjs/generated/protos/index.provider.akash.v2beta3.cjs +1 -0
- package/dist/cjs/generated/protos/index.provider.akash.v2beta3.cjs.map +2 -2
- package/dist/cjs/sdk/chain/createChainNodeSDK.cjs +2 -1
- package/dist/cjs/sdk/chain/createChainNodeSDK.cjs.map +2 -2
- package/dist/cjs/sdk/chain/createChainNodeWebSDK.cjs +2 -1
- package/dist/cjs/sdk/chain/createChainNodeWebSDK.cjs.map +2 -2
- package/dist/cjs/sdk/chain/helpers.cjs +56 -0
- package/dist/cjs/sdk/chain/helpers.cjs.map +7 -0
- package/dist/cjs/sdk/client/sdkMetadata.cjs.map +2 -2
- package/dist/cjs/sdk/index.cjs.map +2 -2
- package/dist/cjs/sdk/index.shared.cjs +4 -1
- package/dist/cjs/sdk/index.shared.cjs.map +2 -2
- package/dist/cjs/sdk/index.web.cjs.map +2 -2
- package/dist/cjs/sdk/transport/tx/createTxTransport.cjs +1 -1
- package/dist/cjs/sdk/transport/tx/createTxTransport.cjs.map +2 -2
- package/dist/cjs/sdl/SDL/SDL.cjs +11 -11
- package/dist/cjs/sdl/SDL/SDL.cjs.map +2 -2
- package/dist/cjs/sdl/manifest/generateManifest.cjs +8 -6
- package/dist/cjs/sdl/manifest/generateManifest.cjs.map +2 -2
- package/dist/cjs/sdl/manifest/generateManifestVersion.cjs.map +2 -2
- package/dist/cjs/sdl/manifest/manifestUtils.cjs +16 -9
- package/dist/cjs/sdl/manifest/manifestUtils.cjs.map +2 -2
- package/dist/cjs/sdl/types.cjs.map +1 -1
- package/dist/cjs/utils/yaml.cjs +10 -3
- package/dist/cjs/utils/yaml.cjs.map +2 -2
- package/dist/esm/{chunk-BYQF33C6.js → chunk-5YIS3XNX.js} +2 -2
- package/dist/esm/{chunk-JISXXX24.js → chunk-6CIH635G.js} +2 -2
- package/dist/esm/{chunk-GUNMCW7A.js → chunk-BWGYKJLS.js} +2 -2
- package/dist/esm/{chunk-MQPC6TDF.js → chunk-C3DBWOZD.js} +53 -1
- package/dist/esm/{chunk-MQPC6TDF.js.map → chunk-C3DBWOZD.js.map} +2 -2
- package/dist/esm/{chunk-TCVGOF7L.js → chunk-DJASDN6A.js} +2 -2
- package/dist/esm/{chunk-5DCYIWCG.js → chunk-E76SLJJ3.js} +3 -1
- package/dist/esm/{chunk-4D3QNKFB.js → chunk-EKFJV4QU.js} +6 -4
- package/dist/esm/{chunk-4D3QNKFB.js.map → chunk-EKFJV4QU.js.map} +1 -1
- package/dist/esm/{chunk-XFCN5LRY.js → chunk-H5WUFEMM.js} +2 -2
- package/dist/esm/{chunk-YSMDEW4E.js → chunk-JZTFWLSX.js} +178 -2
- package/dist/esm/{chunk-YSMDEW4E.js.map → chunk-JZTFWLSX.js.map} +4 -4
- package/dist/esm/{chunk-C7UQYVYH.js → chunk-KFWTFROT.js} +21 -79
- package/dist/esm/chunk-KFWTFROT.js.map +7 -0
- package/dist/esm/{chunk-IZQCYKLD.js → chunk-LGAXM6RX.js} +27 -11
- package/dist/esm/chunk-LGAXM6RX.js.map +7 -0
- package/dist/esm/{chunk-VRE72ZD5.js → chunk-M2ZK7HEC.js} +69 -4
- package/dist/esm/chunk-M2ZK7HEC.js.map +7 -0
- package/dist/esm/{chunk-Z5KZUB7X.js → chunk-MVADLHLI.js} +2 -2
- package/dist/esm/chunk-OL4JUIQC.js +702 -0
- package/dist/esm/chunk-OL4JUIQC.js.map +7 -0
- package/dist/esm/{chunk-5YECXI3P.js → chunk-RUC3LXDX.js} +2 -2
- package/dist/esm/{chunk-SA4SEZ6F.js → chunk-TXQ2BR6G.js} +5 -3
- package/dist/esm/{chunk-SA4SEZ6F.js.map → chunk-TXQ2BR6G.js.map} +1 -1
- package/dist/esm/{chunk-IJSLZIPC.js → chunk-UFJRY3ID.js} +2 -2
- package/dist/esm/chunk-Y7JCYDLU.js +346 -0
- package/dist/esm/chunk-Y7JCYDLU.js.map +7 -0
- package/dist/esm/{chunk-RON4KFMD.js → chunk-ZQDAXUFL.js} +6 -1
- package/dist/esm/chunk-ZQDAXUFL.js.map +7 -0
- package/dist/esm/{chunk-QSKWS3TI.js → chunk-ZRM47VCZ.js} +409 -349
- package/dist/esm/chunk-ZRM47VCZ.js.map +7 -0
- package/dist/esm/generated/protos/index.akash.v1.js +18 -8
- package/dist/esm/generated/protos/index.akash.v1.js.map +1 -1
- package/dist/esm/generated/protos/index.akash.v1beta4.js +5 -5
- package/dist/esm/generated/protos/index.akash.v1beta5.js +16 -8
- package/dist/esm/generated/protos/index.akash.v1beta5.js.map +1 -1
- package/dist/esm/generated/protos/index.cosmos.v1.js +1 -1
- package/dist/esm/generated/protos/index.provider.akash.v1.js +10 -4
- package/dist/esm/generated/protos/index.provider.akash.v2beta3.js +4 -2
- package/dist/esm/index.js +33 -21
- package/dist/esm/index.js.map +2 -2
- package/dist/esm/index.web.js +13 -8
- package/dist/esm/index.web.js.map +2 -2
- package/dist/esm/{query_akash-RGYTHUNZ.js → query_akash-745M5I3X.js} +3 -3
- package/dist/esm/{query_akash-N2BNNOTD.js → query_akash-EHAEDYOH.js} +15 -3
- package/dist/esm/query_akash-EHAEDYOH.js.map +7 -0
- package/dist/esm/{query_akash-DJ7LTLRE.js → query_akash-FYNRLU72.js} +6 -5
- package/dist/esm/{query_akash-DJ7LTLRE.js.map → query_akash-FYNRLU72.js.map} +1 -1
- package/dist/esm/{query_akash-4CTLBKZR.js → query_akash-LW3YJGS6.js} +4 -4
- package/dist/esm/{reflection_akash-WUBSNT7I.js → reflection_akash-YHEVUIB6.js} +2 -2
- package/dist/esm/{service_akash-KPU6LPVP.js → service_akash-2VS4VW6P.js} +3 -3
- package/dist/esm/{service_akash-AZFAYT7H.js → service_akash-5JSE44LJ.js} +4 -4
- package/dist/esm/{service_akash-VMU3LNBA.js → service_akash-FI6WXDZP.js} +4 -4
- package/dist/esm/{service_akash-WRGOVR7I.js → service_akash-QEN5EQUY.js} +5 -4
- package/dist/esm/{service_akash-WRGOVR7I.js.map → service_akash-QEN5EQUY.js.map} +1 -1
- package/dist/esm/{service_akash-CQVYVSHE.js → service_akash-UDPD4GFX.js} +18 -2
- package/dist/esm/service_akash-UDPD4GFX.js.map +7 -0
- package/dist/esm/{service_akash-RQDCQLQH.js → service_akash-VFDQVHZD.js} +3 -3
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/generated/createNodeSDK.d.ts +11 -0
- package/dist/types/generated/createProviderSDK.d.ts +11 -0
- package/dist/types/generated/patches/providerCustomTypePatches.d.ts +7 -0
- package/dist/types/generated/patches/providerPatchMessage.d.ts +2 -0
- package/dist/types/generated/protos/akash/bme/v1/filters.d.ts +17 -0
- package/dist/types/generated/protos/akash/bme/v1/params.d.ts +6 -1
- package/dist/types/generated/protos/akash/bme/v1/query.d.ts +31 -1
- package/dist/types/generated/protos/akash/bme/v1/query_akash.d.ts +8 -1
- package/dist/types/generated/protos/akash/manifest/v2beta3/service.d.ts +10 -0
- package/dist/types/generated/protos/akash/market/v1beta5/params.d.ts +6 -1
- package/dist/types/generated/protos/akash/market/v1beta5/resourcesoffer.d.ts +91 -0
- package/dist/types/generated/protos/akash/oracle/v1/params.d.ts +14 -0
- package/dist/types/generated/protos/akash/provider/v1/service_akash.d.ts +7 -0
- package/dist/types/generated/protos/akash/provider/v1/validation.d.ts +30 -0
- package/dist/types/generated/protos/google/protobuf/descriptor.d.ts +2 -0
- package/dist/types/generated/protos/index.akash.v1.d.ts +3 -2
- package/dist/types/generated/protos/index.akash.v1beta5.d.ts +1 -1
- package/dist/types/generated/protos/index.provider.akash.v1.d.ts +1 -0
- package/dist/types/generated/protos/index.provider.akash.v2beta3.d.ts +1 -1
- package/dist/types/sdk/chain/createChainNodeSDK.d.ts +3 -0
- package/dist/types/sdk/chain/createChainNodeWebSDK.d.ts +3 -0
- package/dist/types/sdk/chain/helpers.d.ts +14 -0
- package/dist/types/sdk/client/sdkMetadata.d.ts +5 -2
- package/dist/types/sdk/index.d.ts +2 -0
- package/dist/types/sdk/index.shared.d.ts +2 -0
- package/dist/types/sdk/index.web.d.ts +2 -0
- package/dist/types/sdl/manifest/generateManifest.d.ts +3 -3
- package/dist/types/sdl/manifest/generateManifestVersion.d.ts +2 -2
- package/dist/types/sdl/types.d.ts +1 -1
- package/dist/types/utils/yaml.d.ts +3 -0
- package/package.json +1 -1
- package/dist/esm/chunk-C7UQYVYH.js.map +0 -7
- package/dist/esm/chunk-IZQCYKLD.js.map +0 -7
- package/dist/esm/chunk-QSKWS3TI.js.map +0 -7
- package/dist/esm/chunk-RON4KFMD.js.map +0 -7
- package/dist/esm/chunk-VRE72ZD5.js.map +0 -7
- package/dist/esm/chunk-XPIWBE65.js +0 -362
- package/dist/esm/chunk-XPIWBE65.js.map +0 -7
- package/dist/esm/query_akash-N2BNNOTD.js.map +0 -7
- package/dist/esm/service_akash-CQVYVSHE.js.map +0 -7
- /package/dist/esm/{chunk-BYQF33C6.js.map → chunk-5YIS3XNX.js.map} +0 -0
- /package/dist/esm/{chunk-JISXXX24.js.map → chunk-6CIH635G.js.map} +0 -0
- /package/dist/esm/{chunk-GUNMCW7A.js.map → chunk-BWGYKJLS.js.map} +0 -0
- /package/dist/esm/{chunk-TCVGOF7L.js.map → chunk-DJASDN6A.js.map} +0 -0
- /package/dist/esm/{chunk-5DCYIWCG.js.map → chunk-E76SLJJ3.js.map} +0 -0
- /package/dist/esm/{chunk-XFCN5LRY.js.map → chunk-H5WUFEMM.js.map} +0 -0
- /package/dist/esm/{chunk-Z5KZUB7X.js.map → chunk-MVADLHLI.js.map} +0 -0
- /package/dist/esm/{chunk-5YECXI3P.js.map → chunk-RUC3LXDX.js.map} +0 -0
- /package/dist/esm/{chunk-IJSLZIPC.js.map → chunk-UFJRY3ID.js.map} +0 -0
- /package/dist/esm/{query_akash-RGYTHUNZ.js.map → query_akash-745M5I3X.js.map} +0 -0
- /package/dist/esm/{query_akash-4CTLBKZR.js.map → query_akash-LW3YJGS6.js.map} +0 -0
- /package/dist/esm/{reflection_akash-WUBSNT7I.js.map → reflection_akash-YHEVUIB6.js.map} +0 -0
- /package/dist/esm/{service_akash-KPU6LPVP.js.map → service_akash-2VS4VW6P.js.map} +0 -0
- /package/dist/esm/{service_akash-AZFAYT7H.js.map → service_akash-5JSE44LJ.js.map} +0 -0
- /package/dist/esm/{service_akash-VMU3LNBA.js.map → service_akash-FI6WXDZP.js.map} +0 -0
- /package/dist/esm/{service_akash-RQDCQLQH.js.map → service_akash-VFDQVHZD.js.map} +0 -0
|
@@ -72,42 +72,42 @@ function createSDK(queryTransport, txTransport) {
|
|
|
72
72
|
getAllProvidersAttributes: (0, import_sdkMetadata.withMetadata)(async function getAllProvidersAttributes(input, options) {
|
|
73
73
|
const service = await serviceLoader.loadAt(0);
|
|
74
74
|
return getClient(service).allProvidersAttributes(input, options);
|
|
75
|
-
}, { path: [0,
|
|
75
|
+
}, { path: [0, "allProvidersAttributes"], serviceLoader }),
|
|
76
76
|
/**
|
|
77
77
|
* getProviderAttributes queries all provider signed attributes.
|
|
78
78
|
*/
|
|
79
79
|
getProviderAttributes: (0, import_sdkMetadata.withMetadata)(async function getProviderAttributes(input, options) {
|
|
80
80
|
const service = await serviceLoader.loadAt(0);
|
|
81
81
|
return getClient(service).providerAttributes(input, options);
|
|
82
|
-
}, { path: [0,
|
|
82
|
+
}, { path: [0, "providerAttributes"], serviceLoader }),
|
|
83
83
|
/**
|
|
84
84
|
* getProviderAuditorAttributes queries provider signed attributes by specific auditor.
|
|
85
85
|
*/
|
|
86
86
|
getProviderAuditorAttributes: (0, import_sdkMetadata.withMetadata)(async function getProviderAuditorAttributes(input, options) {
|
|
87
87
|
const service = await serviceLoader.loadAt(0);
|
|
88
88
|
return getClient(service).providerAuditorAttributes(input, options);
|
|
89
|
-
}, { path: [0,
|
|
89
|
+
}, { path: [0, "providerAuditorAttributes"], serviceLoader }),
|
|
90
90
|
/**
|
|
91
91
|
* getAuditorAttributes queries all providers signed by this auditor.
|
|
92
92
|
*/
|
|
93
93
|
getAuditorAttributes: (0, import_sdkMetadata.withMetadata)(async function getAuditorAttributes(input, options) {
|
|
94
94
|
const service = await serviceLoader.loadAt(0);
|
|
95
95
|
return getClient(service).auditorAttributes(input, options);
|
|
96
|
-
}, { path: [0,
|
|
96
|
+
}, { path: [0, "auditorAttributes"], serviceLoader }),
|
|
97
97
|
/**
|
|
98
98
|
* signProviderAttributes defines a method that signs provider attributes.
|
|
99
99
|
*/
|
|
100
100
|
signProviderAttributes: (0, import_sdkMetadata.withMetadata)(async function signProviderAttributes(input, options) {
|
|
101
101
|
const service = await serviceLoader.loadAt(1);
|
|
102
102
|
return getMsgClient(service).signProviderAttributes(input, options);
|
|
103
|
-
}, { path: [1,
|
|
103
|
+
}, { path: [1, "signProviderAttributes"], serviceLoader }),
|
|
104
104
|
/**
|
|
105
105
|
* deleteProviderAttributes defines a method that deletes provider attributes.
|
|
106
106
|
*/
|
|
107
107
|
deleteProviderAttributes: (0, import_sdkMetadata.withMetadata)(async function deleteProviderAttributes(input, options) {
|
|
108
108
|
const service = await serviceLoader.loadAt(1);
|
|
109
109
|
return getMsgClient(service).deleteProviderAttributes(input, options);
|
|
110
|
-
}, { path: [1,
|
|
110
|
+
}, { path: [1, "deleteProviderAttributes"], serviceLoader })
|
|
111
111
|
}
|
|
112
112
|
},
|
|
113
113
|
bme: {
|
|
@@ -118,21 +118,28 @@ function createSDK(queryTransport, txTransport) {
|
|
|
118
118
|
getParams: (0, import_sdkMetadata.withMetadata)(async function getParams(input = {}, options) {
|
|
119
119
|
const service = await serviceLoader.loadAt(2);
|
|
120
120
|
return getClient(service).params(input, options);
|
|
121
|
-
}, { path: [2,
|
|
121
|
+
}, { path: [2, "params"], serviceLoader }),
|
|
122
122
|
/**
|
|
123
123
|
* getVaultState returns the current vault state
|
|
124
124
|
*/
|
|
125
125
|
getVaultState: (0, import_sdkMetadata.withMetadata)(async function getVaultState(input = {}, options) {
|
|
126
126
|
const service = await serviceLoader.loadAt(2);
|
|
127
127
|
return getClient(service).vaultState(input, options);
|
|
128
|
-
}, { path: [2,
|
|
128
|
+
}, { path: [2, "vaultState"], serviceLoader }),
|
|
129
129
|
/**
|
|
130
130
|
* getStatus returns the current circuit breaker status
|
|
131
131
|
*/
|
|
132
132
|
getStatus: (0, import_sdkMetadata.withMetadata)(async function getStatus(input = {}, options) {
|
|
133
133
|
const service = await serviceLoader.loadAt(2);
|
|
134
134
|
return getClient(service).status(input, options);
|
|
135
|
-
}, { path: [2,
|
|
135
|
+
}, { path: [2, "status"], serviceLoader }),
|
|
136
|
+
/**
|
|
137
|
+
* getLedgerRecords queries ledger records with optional filters for status, source, denom, to_denom
|
|
138
|
+
*/
|
|
139
|
+
getLedgerRecords: (0, import_sdkMetadata.withMetadata)(async function getLedgerRecords(input, options) {
|
|
140
|
+
const service = await serviceLoader.loadAt(2);
|
|
141
|
+
return getClient(service).ledgerRecords(input, options);
|
|
142
|
+
}, { path: [2, "ledgerRecords"], serviceLoader }),
|
|
136
143
|
/**
|
|
137
144
|
* updateParams updates the module parameters.
|
|
138
145
|
* This operation can only be performed through governance proposals.
|
|
@@ -140,7 +147,7 @@ function createSDK(queryTransport, txTransport) {
|
|
|
140
147
|
updateParams: (0, import_sdkMetadata.withMetadata)(async function updateParams(input, options) {
|
|
141
148
|
const service = await serviceLoader.loadAt(3);
|
|
142
149
|
return getMsgClient(service).updateParams(input, options);
|
|
143
|
-
}, { path: [3,
|
|
150
|
+
}, { path: [3, "updateParams"], serviceLoader }),
|
|
144
151
|
/**
|
|
145
152
|
* burnMint allows users to burn one token and mint another at current oracle prices.
|
|
146
153
|
* Typically used to burn unused ACT tokens back to AKT.
|
|
@@ -149,7 +156,7 @@ function createSDK(queryTransport, txTransport) {
|
|
|
149
156
|
burnMint: (0, import_sdkMetadata.withMetadata)(async function burnMint(input, options) {
|
|
150
157
|
const service = await serviceLoader.loadAt(3);
|
|
151
158
|
return getMsgClient(service).burnMint(input, options);
|
|
152
|
-
}, { path: [3,
|
|
159
|
+
}, { path: [3, "burnMint"], serviceLoader }),
|
|
153
160
|
/**
|
|
154
161
|
* mintACT mints ACT tokens by burning the specified source token.
|
|
155
162
|
* The mint amount is calculated based on current oracle prices and
|
|
@@ -158,7 +165,7 @@ function createSDK(queryTransport, txTransport) {
|
|
|
158
165
|
mintACT: (0, import_sdkMetadata.withMetadata)(async function mintACT(input, options) {
|
|
159
166
|
const service = await serviceLoader.loadAt(3);
|
|
160
167
|
return getMsgClient(service).mintACT(input, options);
|
|
161
|
-
}, { path: [3,
|
|
168
|
+
}, { path: [3, "mintACT"], serviceLoader }),
|
|
162
169
|
/**
|
|
163
170
|
* burnACT burns ACT tokens and mints the specified destination token.
|
|
164
171
|
* The burn operation uses remint credits when available, otherwise
|
|
@@ -167,7 +174,7 @@ function createSDK(queryTransport, txTransport) {
|
|
|
167
174
|
burnACT: (0, import_sdkMetadata.withMetadata)(async function burnACT(input, options) {
|
|
168
175
|
const service = await serviceLoader.loadAt(3);
|
|
169
176
|
return getMsgClient(service).burnACT(input, options);
|
|
170
|
-
}, { path: [3,
|
|
177
|
+
}, { path: [3, "burnACT"], serviceLoader })
|
|
171
178
|
}
|
|
172
179
|
},
|
|
173
180
|
cert: {
|
|
@@ -178,21 +185,21 @@ function createSDK(queryTransport, txTransport) {
|
|
|
178
185
|
getCertificates: (0, import_sdkMetadata.withMetadata)(async function getCertificates(input, options) {
|
|
179
186
|
const service = await serviceLoader.loadAt(4);
|
|
180
187
|
return getClient(service).certificates(input, options);
|
|
181
|
-
}, { path: [4,
|
|
188
|
+
}, { path: [4, "certificates"], serviceLoader }),
|
|
182
189
|
/**
|
|
183
190
|
* createCertificate defines a method to create new certificate given proper inputs.
|
|
184
191
|
*/
|
|
185
192
|
createCertificate: (0, import_sdkMetadata.withMetadata)(async function createCertificate(input, options) {
|
|
186
193
|
const service = await serviceLoader.loadAt(5);
|
|
187
194
|
return getMsgClient(service).createCertificate(input, options);
|
|
188
|
-
}, { path: [5,
|
|
195
|
+
}, { path: [5, "createCertificate"], serviceLoader }),
|
|
189
196
|
/**
|
|
190
197
|
* revokeCertificate defines a method to revoke the certificate.
|
|
191
198
|
*/
|
|
192
199
|
revokeCertificate: (0, import_sdkMetadata.withMetadata)(async function revokeCertificate(input, options) {
|
|
193
200
|
const service = await serviceLoader.loadAt(5);
|
|
194
201
|
return getMsgClient(service).revokeCertificate(input, options);
|
|
195
|
-
}, { path: [5,
|
|
202
|
+
}, { path: [5, "revokeCertificate"], serviceLoader })
|
|
196
203
|
}
|
|
197
204
|
},
|
|
198
205
|
deployment: {
|
|
@@ -203,70 +210,70 @@ function createSDK(queryTransport, txTransport) {
|
|
|
203
210
|
getDeployments: (0, import_sdkMetadata.withMetadata)(async function getDeployments(input, options) {
|
|
204
211
|
const service = await serviceLoader.loadAt(6);
|
|
205
212
|
return getClient(service).deployments(input, options);
|
|
206
|
-
}, { path: [6,
|
|
213
|
+
}, { path: [6, "deployments"], serviceLoader }),
|
|
207
214
|
/**
|
|
208
215
|
* getDeployment queries deployment details.
|
|
209
216
|
*/
|
|
210
217
|
getDeployment: (0, import_sdkMetadata.withMetadata)(async function getDeployment(input, options) {
|
|
211
218
|
const service = await serviceLoader.loadAt(6);
|
|
212
219
|
return getClient(service).deployment(input, options);
|
|
213
|
-
}, { path: [6,
|
|
220
|
+
}, { path: [6, "deployment"], serviceLoader }),
|
|
214
221
|
/**
|
|
215
222
|
* getGroup queries group details.
|
|
216
223
|
*/
|
|
217
224
|
getGroup: (0, import_sdkMetadata.withMetadata)(async function getGroup(input, options) {
|
|
218
225
|
const service = await serviceLoader.loadAt(6);
|
|
219
226
|
return getClient(service).group(input, options);
|
|
220
|
-
}, { path: [6,
|
|
227
|
+
}, { path: [6, "group"], serviceLoader }),
|
|
221
228
|
/**
|
|
222
229
|
* getParams returns the total set of minting parameters.
|
|
223
230
|
*/
|
|
224
231
|
getParams: (0, import_sdkMetadata.withMetadata)(async function getParams(input = {}, options) {
|
|
225
232
|
const service = await serviceLoader.loadAt(6);
|
|
226
233
|
return getClient(service).params(input, options);
|
|
227
|
-
}, { path: [6,
|
|
234
|
+
}, { path: [6, "params"], serviceLoader }),
|
|
228
235
|
/**
|
|
229
236
|
* createDeployment defines a method to create new deployment given proper inputs.
|
|
230
237
|
*/
|
|
231
238
|
createDeployment: (0, import_sdkMetadata.withMetadata)(async function createDeployment(input, options) {
|
|
232
239
|
const service = await serviceLoader.loadAt(7);
|
|
233
240
|
return getMsgClient(service).createDeployment(input, options);
|
|
234
|
-
}, { path: [7,
|
|
241
|
+
}, { path: [7, "createDeployment"], serviceLoader }),
|
|
235
242
|
/**
|
|
236
243
|
* updateDeployment defines a method to update a deployment given proper inputs.
|
|
237
244
|
*/
|
|
238
245
|
updateDeployment: (0, import_sdkMetadata.withMetadata)(async function updateDeployment(input, options) {
|
|
239
246
|
const service = await serviceLoader.loadAt(7);
|
|
240
247
|
return getMsgClient(service).updateDeployment(input, options);
|
|
241
|
-
}, { path: [7,
|
|
248
|
+
}, { path: [7, "updateDeployment"], serviceLoader }),
|
|
242
249
|
/**
|
|
243
250
|
* closeDeployment defines a method to close a deployment given proper inputs.
|
|
244
251
|
*/
|
|
245
252
|
closeDeployment: (0, import_sdkMetadata.withMetadata)(async function closeDeployment(input, options) {
|
|
246
253
|
const service = await serviceLoader.loadAt(7);
|
|
247
254
|
return getMsgClient(service).closeDeployment(input, options);
|
|
248
|
-
}, { path: [7,
|
|
255
|
+
}, { path: [7, "closeDeployment"], serviceLoader }),
|
|
249
256
|
/**
|
|
250
257
|
* closeGroup defines a method to close a group of a deployment given proper inputs.
|
|
251
258
|
*/
|
|
252
259
|
closeGroup: (0, import_sdkMetadata.withMetadata)(async function closeGroup(input, options) {
|
|
253
260
|
const service = await serviceLoader.loadAt(7);
|
|
254
261
|
return getMsgClient(service).closeGroup(input, options);
|
|
255
|
-
}, { path: [7,
|
|
262
|
+
}, { path: [7, "closeGroup"], serviceLoader }),
|
|
256
263
|
/**
|
|
257
264
|
* pauseGroup defines a method to pause a group of a deployment given proper inputs.
|
|
258
265
|
*/
|
|
259
266
|
pauseGroup: (0, import_sdkMetadata.withMetadata)(async function pauseGroup(input, options) {
|
|
260
267
|
const service = await serviceLoader.loadAt(7);
|
|
261
268
|
return getMsgClient(service).pauseGroup(input, options);
|
|
262
|
-
}, { path: [7,
|
|
269
|
+
}, { path: [7, "pauseGroup"], serviceLoader }),
|
|
263
270
|
/**
|
|
264
271
|
* startGroup defines a method to start a group of a deployment given proper inputs.
|
|
265
272
|
*/
|
|
266
273
|
startGroup: (0, import_sdkMetadata.withMetadata)(async function startGroup(input, options) {
|
|
267
274
|
const service = await serviceLoader.loadAt(7);
|
|
268
275
|
return getMsgClient(service).startGroup(input, options);
|
|
269
|
-
}, { path: [7,
|
|
276
|
+
}, { path: [7, "startGroup"], serviceLoader }),
|
|
270
277
|
/**
|
|
271
278
|
* updateParams defines a governance operation for updating the x/deployment module
|
|
272
279
|
* parameters. The authority is hard-coded to the x/gov module account.
|
|
@@ -276,7 +283,7 @@ function createSDK(queryTransport, txTransport) {
|
|
|
276
283
|
updateParams: (0, import_sdkMetadata.withMetadata)(async function updateParams(input, options) {
|
|
277
284
|
const service = await serviceLoader.loadAt(7);
|
|
278
285
|
return getMsgClient(service).updateParams(input, options);
|
|
279
|
-
}, { path: [7,
|
|
286
|
+
}, { path: [7, "updateParams"], serviceLoader })
|
|
280
287
|
}
|
|
281
288
|
},
|
|
282
289
|
downtimedetector: {
|
|
@@ -288,7 +295,7 @@ function createSDK(queryTransport, txTransport) {
|
|
|
288
295
|
getRecoveredSinceDowntimeOfLength: (0, import_sdkMetadata.withMetadata)(async function getRecoveredSinceDowntimeOfLength(input, options) {
|
|
289
296
|
const service = await serviceLoader.loadAt(8);
|
|
290
297
|
return getClient(service).recoveredSinceDowntimeOfLength(input, options);
|
|
291
|
-
}, { path: [8,
|
|
298
|
+
}, { path: [8, "recoveredSinceDowntimeOfLength"], serviceLoader })
|
|
292
299
|
}
|
|
293
300
|
},
|
|
294
301
|
epochs: {
|
|
@@ -299,14 +306,14 @@ function createSDK(queryTransport, txTransport) {
|
|
|
299
306
|
getEpochInfos: (0, import_sdkMetadata.withMetadata)(async function getEpochInfos(input = {}, options) {
|
|
300
307
|
const service = await serviceLoader.loadAt(9);
|
|
301
308
|
return getClient(service).epochInfos(input, options);
|
|
302
|
-
}, { path: [9,
|
|
309
|
+
}, { path: [9, "epochInfos"], serviceLoader }),
|
|
303
310
|
/**
|
|
304
311
|
* getCurrentEpoch provide current epoch of specified identifier
|
|
305
312
|
*/
|
|
306
313
|
getCurrentEpoch: (0, import_sdkMetadata.withMetadata)(async function getCurrentEpoch(input, options) {
|
|
307
314
|
const service = await serviceLoader.loadAt(9);
|
|
308
315
|
return getClient(service).currentEpoch(input, options);
|
|
309
|
-
}, { path: [9,
|
|
316
|
+
}, { path: [9, "currentEpoch"], serviceLoader })
|
|
310
317
|
}
|
|
311
318
|
},
|
|
312
319
|
escrow: {
|
|
@@ -317,21 +324,21 @@ function createSDK(queryTransport, txTransport) {
|
|
|
317
324
|
getAccounts: (0, import_sdkMetadata.withMetadata)(async function getAccounts(input, options) {
|
|
318
325
|
const service = await serviceLoader.loadAt(10);
|
|
319
326
|
return getClient(service).accounts(input, options);
|
|
320
|
-
}, { path: [10,
|
|
327
|
+
}, { path: [10, "accounts"], serviceLoader }),
|
|
321
328
|
/**
|
|
322
329
|
* getPayments queries all payments.
|
|
323
330
|
*/
|
|
324
331
|
getPayments: (0, import_sdkMetadata.withMetadata)(async function getPayments(input, options) {
|
|
325
332
|
const service = await serviceLoader.loadAt(10);
|
|
326
333
|
return getClient(service).payments(input, options);
|
|
327
|
-
}, { path: [10,
|
|
334
|
+
}, { path: [10, "payments"], serviceLoader }),
|
|
328
335
|
/**
|
|
329
336
|
* accountDeposit deposits more funds into the escrow account.
|
|
330
337
|
*/
|
|
331
338
|
accountDeposit: (0, import_sdkMetadata.withMetadata)(async function accountDeposit(input, options) {
|
|
332
339
|
const service = await serviceLoader.loadAt(11);
|
|
333
340
|
return getMsgClient(service).accountDeposit(input, options);
|
|
334
|
-
}, { path: [11,
|
|
341
|
+
}, { path: [11, "accountDeposit"], serviceLoader })
|
|
335
342
|
}
|
|
336
343
|
},
|
|
337
344
|
market: {
|
|
@@ -342,84 +349,84 @@ function createSDK(queryTransport, txTransport) {
|
|
|
342
349
|
getOrders: (0, import_sdkMetadata.withMetadata)(async function getOrders(input, options) {
|
|
343
350
|
const service = await serviceLoader.loadAt(12);
|
|
344
351
|
return getClient(service).orders(input, options);
|
|
345
|
-
}, { path: [12,
|
|
352
|
+
}, { path: [12, "orders"], serviceLoader }),
|
|
346
353
|
/**
|
|
347
354
|
* getOrder queries order details.
|
|
348
355
|
*/
|
|
349
356
|
getOrder: (0, import_sdkMetadata.withMetadata)(async function getOrder(input, options) {
|
|
350
357
|
const service = await serviceLoader.loadAt(12);
|
|
351
358
|
return getClient(service).order(input, options);
|
|
352
|
-
}, { path: [12,
|
|
359
|
+
}, { path: [12, "order"], serviceLoader }),
|
|
353
360
|
/**
|
|
354
361
|
* getBids queries bids with filters.
|
|
355
362
|
*/
|
|
356
363
|
getBids: (0, import_sdkMetadata.withMetadata)(async function getBids(input, options) {
|
|
357
364
|
const service = await serviceLoader.loadAt(12);
|
|
358
365
|
return getClient(service).bids(input, options);
|
|
359
|
-
}, { path: [12,
|
|
366
|
+
}, { path: [12, "bids"], serviceLoader }),
|
|
360
367
|
/**
|
|
361
368
|
* getBid queries bid details.
|
|
362
369
|
*/
|
|
363
370
|
getBid: (0, import_sdkMetadata.withMetadata)(async function getBid(input, options) {
|
|
364
371
|
const service = await serviceLoader.loadAt(12);
|
|
365
372
|
return getClient(service).bid(input, options);
|
|
366
|
-
}, { path: [12,
|
|
373
|
+
}, { path: [12, "bid"], serviceLoader }),
|
|
367
374
|
/**
|
|
368
375
|
* getLeases queries leases with filters.
|
|
369
376
|
*/
|
|
370
377
|
getLeases: (0, import_sdkMetadata.withMetadata)(async function getLeases(input, options) {
|
|
371
378
|
const service = await serviceLoader.loadAt(12);
|
|
372
379
|
return getClient(service).leases(input, options);
|
|
373
|
-
}, { path: [12,
|
|
380
|
+
}, { path: [12, "leases"], serviceLoader }),
|
|
374
381
|
/**
|
|
375
382
|
* getLease queries lease details.
|
|
376
383
|
*/
|
|
377
384
|
getLease: (0, import_sdkMetadata.withMetadata)(async function getLease(input, options) {
|
|
378
385
|
const service = await serviceLoader.loadAt(12);
|
|
379
386
|
return getClient(service).lease(input, options);
|
|
380
|
-
}, { path: [12,
|
|
387
|
+
}, { path: [12, "lease"], serviceLoader }),
|
|
381
388
|
/**
|
|
382
389
|
* getParams returns the total set of minting parameters.
|
|
383
390
|
*/
|
|
384
391
|
getParams: (0, import_sdkMetadata.withMetadata)(async function getParams(input = {}, options) {
|
|
385
392
|
const service = await serviceLoader.loadAt(12);
|
|
386
393
|
return getClient(service).params(input, options);
|
|
387
|
-
}, { path: [12,
|
|
394
|
+
}, { path: [12, "params"], serviceLoader }),
|
|
388
395
|
/**
|
|
389
396
|
* createBid defines a method to create a bid given proper inputs.
|
|
390
397
|
*/
|
|
391
398
|
createBid: (0, import_sdkMetadata.withMetadata)(async function createBid(input, options) {
|
|
392
399
|
const service = await serviceLoader.loadAt(13);
|
|
393
400
|
return getMsgClient(service).createBid(input, options);
|
|
394
|
-
}, { path: [13,
|
|
401
|
+
}, { path: [13, "createBid"], serviceLoader }),
|
|
395
402
|
/**
|
|
396
403
|
* closeBid defines a method to close a bid given proper inputs.
|
|
397
404
|
*/
|
|
398
405
|
closeBid: (0, import_sdkMetadata.withMetadata)(async function closeBid(input, options) {
|
|
399
406
|
const service = await serviceLoader.loadAt(13);
|
|
400
407
|
return getMsgClient(service).closeBid(input, options);
|
|
401
|
-
}, { path: [13,
|
|
408
|
+
}, { path: [13, "closeBid"], serviceLoader }),
|
|
402
409
|
/**
|
|
403
410
|
* withdrawLease withdraws accrued funds from the lease payment
|
|
404
411
|
*/
|
|
405
412
|
withdrawLease: (0, import_sdkMetadata.withMetadata)(async function withdrawLease(input, options) {
|
|
406
413
|
const service = await serviceLoader.loadAt(13);
|
|
407
414
|
return getMsgClient(service).withdrawLease(input, options);
|
|
408
|
-
}, { path: [13,
|
|
415
|
+
}, { path: [13, "withdrawLease"], serviceLoader }),
|
|
409
416
|
/**
|
|
410
417
|
* createLease creates a new lease
|
|
411
418
|
*/
|
|
412
419
|
createLease: (0, import_sdkMetadata.withMetadata)(async function createLease(input, options) {
|
|
413
420
|
const service = await serviceLoader.loadAt(13);
|
|
414
421
|
return getMsgClient(service).createLease(input, options);
|
|
415
|
-
}, { path: [13,
|
|
422
|
+
}, { path: [13, "createLease"], serviceLoader }),
|
|
416
423
|
/**
|
|
417
424
|
* closeLease defines a method to close an order given proper inputs.
|
|
418
425
|
*/
|
|
419
426
|
closeLease: (0, import_sdkMetadata.withMetadata)(async function closeLease(input, options) {
|
|
420
427
|
const service = await serviceLoader.loadAt(13);
|
|
421
428
|
return getMsgClient(service).closeLease(input, options);
|
|
422
|
-
}, { path: [13,
|
|
429
|
+
}, { path: [13, "closeLease"], serviceLoader }),
|
|
423
430
|
/**
|
|
424
431
|
* updateParams defines a governance operation for updating the x/market module
|
|
425
432
|
* parameters. The authority is hard-coded to the x/gov module account.
|
|
@@ -429,7 +436,7 @@ function createSDK(queryTransport, txTransport) {
|
|
|
429
436
|
updateParams: (0, import_sdkMetadata.withMetadata)(async function updateParams(input, options) {
|
|
430
437
|
const service = await serviceLoader.loadAt(13);
|
|
431
438
|
return getMsgClient(service).updateParams(input, options);
|
|
432
|
-
}, { path: [13,
|
|
439
|
+
}, { path: [13, "updateParams"], serviceLoader })
|
|
433
440
|
}
|
|
434
441
|
},
|
|
435
442
|
oracle: {
|
|
@@ -440,35 +447,35 @@ function createSDK(queryTransport, txTransport) {
|
|
|
440
447
|
getPrices: (0, import_sdkMetadata.withMetadata)(async function getPrices(input, options) {
|
|
441
448
|
const service = await serviceLoader.loadAt(14);
|
|
442
449
|
return getClient(service).prices(input, options);
|
|
443
|
-
}, { path: [14,
|
|
450
|
+
}, { path: [14, "prices"], serviceLoader }),
|
|
444
451
|
/**
|
|
445
452
|
* getParams returns the total set of minting parameters.
|
|
446
453
|
*/
|
|
447
454
|
getParams: (0, import_sdkMetadata.withMetadata)(async function getParams(input = {}, options) {
|
|
448
455
|
const service = await serviceLoader.loadAt(14);
|
|
449
456
|
return getClient(service).params(input, options);
|
|
450
|
-
}, { path: [14,
|
|
457
|
+
}, { path: [14, "params"], serviceLoader }),
|
|
451
458
|
/**
|
|
452
459
|
* getPriceFeedConfig queries the price feed configuration for a given denom.
|
|
453
460
|
*/
|
|
454
461
|
getPriceFeedConfig: (0, import_sdkMetadata.withMetadata)(async function getPriceFeedConfig(input, options) {
|
|
455
462
|
const service = await serviceLoader.loadAt(14);
|
|
456
463
|
return getClient(service).priceFeedConfig(input, options);
|
|
457
|
-
}, { path: [14,
|
|
464
|
+
}, { path: [14, "priceFeedConfig"], serviceLoader }),
|
|
458
465
|
/**
|
|
459
466
|
* getAggregatedPrice queries the aggregated price for a given denom.
|
|
460
467
|
*/
|
|
461
468
|
getAggregatedPrice: (0, import_sdkMetadata.withMetadata)(async function getAggregatedPrice(input, options) {
|
|
462
469
|
const service = await serviceLoader.loadAt(14);
|
|
463
470
|
return getClient(service).aggregatedPrice(input, options);
|
|
464
|
-
}, { path: [14,
|
|
471
|
+
}, { path: [14, "aggregatedPrice"], serviceLoader }),
|
|
465
472
|
/**
|
|
466
473
|
* addPriceEntry adds a new price entry for a denomination from an authorized source
|
|
467
474
|
*/
|
|
468
475
|
addPriceEntry: (0, import_sdkMetadata.withMetadata)(async function addPriceEntry(input, options) {
|
|
469
476
|
const service = await serviceLoader.loadAt(15);
|
|
470
477
|
return getMsgClient(service).addPriceEntry(input, options);
|
|
471
|
-
}, { path: [15,
|
|
478
|
+
}, { path: [15, "addPriceEntry"], serviceLoader }),
|
|
472
479
|
/**
|
|
473
480
|
* updateParams defines a governance operation for updating the x/wasm module
|
|
474
481
|
* parameters. The authority is hard-coded to the x/gov module account.
|
|
@@ -478,7 +485,7 @@ function createSDK(queryTransport, txTransport) {
|
|
|
478
485
|
updateParams: (0, import_sdkMetadata.withMetadata)(async function updateParams(input, options) {
|
|
479
486
|
const service = await serviceLoader.loadAt(15);
|
|
480
487
|
return getMsgClient(service).updateParams(input, options);
|
|
481
|
-
}, { path: [15,
|
|
488
|
+
}, { path: [15, "updateParams"], serviceLoader })
|
|
482
489
|
}
|
|
483
490
|
},
|
|
484
491
|
provider: {
|
|
@@ -489,35 +496,35 @@ function createSDK(queryTransport, txTransport) {
|
|
|
489
496
|
getProviders: (0, import_sdkMetadata.withMetadata)(async function getProviders(input, options) {
|
|
490
497
|
const service = await serviceLoader.loadAt(16);
|
|
491
498
|
return getClient(service).providers(input, options);
|
|
492
|
-
}, { path: [16,
|
|
499
|
+
}, { path: [16, "providers"], serviceLoader }),
|
|
493
500
|
/**
|
|
494
501
|
* getProvider queries provider details
|
|
495
502
|
*/
|
|
496
503
|
getProvider: (0, import_sdkMetadata.withMetadata)(async function getProvider(input, options) {
|
|
497
504
|
const service = await serviceLoader.loadAt(16);
|
|
498
505
|
return getClient(service).provider(input, options);
|
|
499
|
-
}, { path: [16,
|
|
506
|
+
}, { path: [16, "provider"], serviceLoader }),
|
|
500
507
|
/**
|
|
501
508
|
* createProvider defines a method that creates a provider given the proper inputs.
|
|
502
509
|
*/
|
|
503
510
|
createProvider: (0, import_sdkMetadata.withMetadata)(async function createProvider(input, options) {
|
|
504
511
|
const service = await serviceLoader.loadAt(17);
|
|
505
512
|
return getMsgClient(service).createProvider(input, options);
|
|
506
|
-
}, { path: [17,
|
|
513
|
+
}, { path: [17, "createProvider"], serviceLoader }),
|
|
507
514
|
/**
|
|
508
515
|
* updateProvider defines a method that updates a provider given the proper inputs.
|
|
509
516
|
*/
|
|
510
517
|
updateProvider: (0, import_sdkMetadata.withMetadata)(async function updateProvider(input, options) {
|
|
511
518
|
const service = await serviceLoader.loadAt(17);
|
|
512
519
|
return getMsgClient(service).updateProvider(input, options);
|
|
513
|
-
}, { path: [17,
|
|
520
|
+
}, { path: [17, "updateProvider"], serviceLoader }),
|
|
514
521
|
/**
|
|
515
522
|
* deleteProvider defines a method that deletes a provider given the proper inputs.
|
|
516
523
|
*/
|
|
517
524
|
deleteProvider: (0, import_sdkMetadata.withMetadata)(async function deleteProvider(input, options) {
|
|
518
525
|
const service = await serviceLoader.loadAt(17);
|
|
519
526
|
return getMsgClient(service).deleteProvider(input, options);
|
|
520
|
-
}, { path: [17,
|
|
527
|
+
}, { path: [17, "deleteProvider"], serviceLoader })
|
|
521
528
|
}
|
|
522
529
|
},
|
|
523
530
|
take: {
|
|
@@ -528,7 +535,7 @@ function createSDK(queryTransport, txTransport) {
|
|
|
528
535
|
getParams: (0, import_sdkMetadata.withMetadata)(async function getParams(input = {}, options) {
|
|
529
536
|
const service = await serviceLoader.loadAt(18);
|
|
530
537
|
return getClient(service).params(input, options);
|
|
531
|
-
}, { path: [18,
|
|
538
|
+
}, { path: [18, "params"], serviceLoader }),
|
|
532
539
|
/**
|
|
533
540
|
* updateParams defines a governance operation for updating the x/market module
|
|
534
541
|
* parameters. The authority is hard-coded to the x/gov module account.
|
|
@@ -538,7 +545,7 @@ function createSDK(queryTransport, txTransport) {
|
|
|
538
545
|
updateParams: (0, import_sdkMetadata.withMetadata)(async function updateParams(input, options) {
|
|
539
546
|
const service = await serviceLoader.loadAt(19);
|
|
540
547
|
return getMsgClient(service).updateParams(input, options);
|
|
541
|
-
}, { path: [19,
|
|
548
|
+
}, { path: [19, "updateParams"], serviceLoader })
|
|
542
549
|
}
|
|
543
550
|
},
|
|
544
551
|
wasm: {
|
|
@@ -549,7 +556,7 @@ function createSDK(queryTransport, txTransport) {
|
|
|
549
556
|
getParams: (0, import_sdkMetadata.withMetadata)(async function getParams(input = {}, options) {
|
|
550
557
|
const service = await serviceLoader.loadAt(20);
|
|
551
558
|
return getClient(service).params(input, options);
|
|
552
|
-
}, { path: [20,
|
|
559
|
+
}, { path: [20, "params"], serviceLoader }),
|
|
553
560
|
/**
|
|
554
561
|
* updateParams defines a governance operation for updating the x/wasm module
|
|
555
562
|
* parameters. The authority is hard-coded to the x/gov module account.
|
|
@@ -559,7 +566,7 @@ function createSDK(queryTransport, txTransport) {
|
|
|
559
566
|
updateParams: (0, import_sdkMetadata.withMetadata)(async function updateParams(input, options) {
|
|
560
567
|
const service = await serviceLoader.loadAt(21);
|
|
561
568
|
return getMsgClient(service).updateParams(input, options);
|
|
562
|
-
}, { path: [21,
|
|
569
|
+
}, { path: [21, "updateParams"], serviceLoader })
|
|
563
570
|
}
|
|
564
571
|
}
|
|
565
572
|
}
|