@dydxprotocol/v4-client-js 1.0.17 → 1.0.18
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/__native__/__ios__/v4-native-client.js +7637 -4546
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/cosmos/bundle.d.ts +158 -158
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/cosmos/bundle.js +126 -126
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/blocktime/query.lcd.d.ts +2 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/blocktime/query.lcd.js +7 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/bundle.d.ts +867 -823
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/bundle.js +178 -167
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/clob/query.d.ts +0 -56
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/clob/query.js +2 -119
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/clob/query.rpc.Query.d.ts +1 -5
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/clob/query.rpc.Query.js +1 -10
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/daemons/liquidation/liquidation.d.ts +12 -2
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/daemons/liquidation/liquidation.js +32 -7
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/govplus/genesis.d.ts +13 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/govplus/genesis.js +54 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/govplus/query.d.ts +1 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/govplus/query.js +3 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/govplus/query.rpc.Query.d.ts +10 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/govplus/query.rpc.Query.js +17 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/govplus/tx.d.ts +58 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/govplus/tx.js +122 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/govplus/tx.rpc.msg.d.ts +15 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/govplus/tx.rpc.msg.js +41 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/indexer/protocol/v1/clob.d.ts +3 -2
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/indexer/protocol/v1/clob.js +4 -3
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/ratelimit/capacity.d.ts +16 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/ratelimit/capacity.js +47 -2
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/ratelimit/limit_params.d.ts +4 -3
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/ratelimit/limit_params.js +11 -10
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/ratelimit/query.d.ts +3 -22
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/ratelimit/query.js +8 -51
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/ratelimit/tx.d.ts +0 -27
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/ratelimit/tx.js +2 -72
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/ratelimit/tx.rpc.msg.d.ts +1 -4
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/ratelimit/tx.rpc.msg.js +1 -7
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/rpc.query.d.ts +2 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/rpc.query.js +2 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/rpc.tx.d.ts +1 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/rpc.tx.js +2 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/subaccounts/query.d.ts +40 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/subaccounts/query.js +80 -2
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/subaccounts/query.lcd.d.ts +2 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/subaccounts/query.lcd.js +8 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/subaccounts/query.rpc.Query.d.ts +8 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/subaccounts/query.rpc.Query.js +10 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/gogoproto/bundle.js +2 -2
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/google/bundle.d.ts +174 -174
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/google/bundle.js +12 -12
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/tendermint/bundle.d.ts +365 -365
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/tendermint/bundle.js +22 -22
- package/build/src/clients/modules/get.d.ts +3 -1
- package/build/src/clients/modules/get.js +17 -1
- package/build/src/clients/modules/proto-includes.d.ts +1 -0
- package/build/src/clients/modules/proto-includes.js +3 -2
- package/package.json +2 -2
- package/src/clients/modules/get.ts +36 -0
- package/src/clients/modules/proto-includes.ts +1 -0
|
@@ -122,66 +122,66 @@ import * as _124 from "./upgrade/v1beta1/upgrade";
|
|
|
122
122
|
import * as _125 from "./vesting/module/v1/module";
|
|
123
123
|
import * as _126 from "./vesting/v1beta1/tx";
|
|
124
124
|
import * as _127 from "./vesting/v1beta1/vesting";
|
|
125
|
-
import * as
|
|
126
|
-
import * as
|
|
127
|
-
import * as
|
|
128
|
-
import * as
|
|
129
|
-
import * as
|
|
130
|
-
import * as
|
|
131
|
-
import * as
|
|
132
|
-
import * as
|
|
133
|
-
import * as
|
|
134
|
-
import * as
|
|
135
|
-
import * as
|
|
136
|
-
import * as
|
|
137
|
-
import * as
|
|
138
|
-
import * as
|
|
139
|
-
import * as
|
|
140
|
-
import * as
|
|
141
|
-
import * as
|
|
142
|
-
import * as
|
|
143
|
-
import * as
|
|
144
|
-
import * as
|
|
145
|
-
import * as
|
|
146
|
-
import * as
|
|
147
|
-
import * as
|
|
148
|
-
import * as
|
|
149
|
-
import * as
|
|
150
|
-
import * as
|
|
151
|
-
import * as
|
|
152
|
-
import * as
|
|
153
|
-
import * as
|
|
154
|
-
import * as
|
|
155
|
-
import * as
|
|
156
|
-
import * as
|
|
157
|
-
import * as
|
|
158
|
-
import * as
|
|
159
|
-
import * as
|
|
160
|
-
import * as
|
|
161
|
-
import * as
|
|
162
|
-
import * as
|
|
163
|
-
import * as
|
|
164
|
-
import * as
|
|
165
|
-
import * as
|
|
166
|
-
import * as
|
|
167
|
-
import * as
|
|
168
|
-
import * as
|
|
169
|
-
import * as
|
|
170
|
-
import * as
|
|
171
|
-
import * as
|
|
172
|
-
import * as
|
|
173
|
-
import * as
|
|
174
|
-
import * as
|
|
175
|
-
import * as
|
|
176
|
-
import * as
|
|
177
|
-
import * as
|
|
178
|
-
import * as
|
|
179
|
-
import * as
|
|
180
|
-
import * as
|
|
181
|
-
import * as
|
|
182
|
-
import * as
|
|
183
|
-
import * as
|
|
184
|
-
import * as
|
|
125
|
+
import * as _239 from "./auth/v1beta1/query.lcd";
|
|
126
|
+
import * as _240 from "./authz/v1beta1/query.lcd";
|
|
127
|
+
import * as _241 from "./bank/v1beta1/query.lcd";
|
|
128
|
+
import * as _242 from "./base/node/v1beta1/query.lcd";
|
|
129
|
+
import * as _243 from "./base/tendermint/v1beta1/query.lcd";
|
|
130
|
+
import * as _244 from "./circuit/v1/query.lcd";
|
|
131
|
+
import * as _245 from "./consensus/v1/query.lcd";
|
|
132
|
+
import * as _246 from "./distribution/v1beta1/query.lcd";
|
|
133
|
+
import * as _247 from "./evidence/v1beta1/query.lcd";
|
|
134
|
+
import * as _248 from "./feegrant/v1beta1/query.lcd";
|
|
135
|
+
import * as _249 from "./gov/v1/query.lcd";
|
|
136
|
+
import * as _250 from "./gov/v1beta1/query.lcd";
|
|
137
|
+
import * as _251 from "./group/v1/query.lcd";
|
|
138
|
+
import * as _252 from "./mint/v1beta1/query.lcd";
|
|
139
|
+
import * as _253 from "./nft/v1beta1/query.lcd";
|
|
140
|
+
import * as _254 from "./params/v1beta1/query.lcd";
|
|
141
|
+
import * as _255 from "./slashing/v1beta1/query.lcd";
|
|
142
|
+
import * as _256 from "./staking/v1beta1/query.lcd";
|
|
143
|
+
import * as _257 from "./tx/v1beta1/service.lcd";
|
|
144
|
+
import * as _258 from "./upgrade/v1beta1/query.lcd";
|
|
145
|
+
import * as _259 from "./app/v1alpha1/query.rpc.Query";
|
|
146
|
+
import * as _260 from "./auth/v1beta1/query.rpc.Query";
|
|
147
|
+
import * as _261 from "./authz/v1beta1/query.rpc.Query";
|
|
148
|
+
import * as _262 from "./bank/v1beta1/query.rpc.Query";
|
|
149
|
+
import * as _263 from "./base/node/v1beta1/query.rpc.Service";
|
|
150
|
+
import * as _264 from "./base/tendermint/v1beta1/query.rpc.Service";
|
|
151
|
+
import * as _265 from "./circuit/v1/query.rpc.Query";
|
|
152
|
+
import * as _266 from "./consensus/v1/query.rpc.Query";
|
|
153
|
+
import * as _267 from "./distribution/v1beta1/query.rpc.Query";
|
|
154
|
+
import * as _268 from "./evidence/v1beta1/query.rpc.Query";
|
|
155
|
+
import * as _269 from "./feegrant/v1beta1/query.rpc.Query";
|
|
156
|
+
import * as _270 from "./gov/v1/query.rpc.Query";
|
|
157
|
+
import * as _271 from "./gov/v1beta1/query.rpc.Query";
|
|
158
|
+
import * as _272 from "./group/v1/query.rpc.Query";
|
|
159
|
+
import * as _273 from "./mint/v1beta1/query.rpc.Query";
|
|
160
|
+
import * as _274 from "./nft/v1beta1/query.rpc.Query";
|
|
161
|
+
import * as _275 from "./orm/query/v1alpha1/query.rpc.Query";
|
|
162
|
+
import * as _276 from "./params/v1beta1/query.rpc.Query";
|
|
163
|
+
import * as _277 from "./slashing/v1beta1/query.rpc.Query";
|
|
164
|
+
import * as _278 from "./staking/v1beta1/query.rpc.Query";
|
|
165
|
+
import * as _279 from "./tx/v1beta1/service.rpc.Service";
|
|
166
|
+
import * as _280 from "./upgrade/v1beta1/query.rpc.Query";
|
|
167
|
+
import * as _281 from "./auth/v1beta1/tx.rpc.msg";
|
|
168
|
+
import * as _282 from "./authz/v1beta1/tx.rpc.msg";
|
|
169
|
+
import * as _283 from "./bank/v1beta1/tx.rpc.msg";
|
|
170
|
+
import * as _284 from "./circuit/v1/tx.rpc.msg";
|
|
171
|
+
import * as _285 from "./consensus/v1/tx.rpc.msg";
|
|
172
|
+
import * as _286 from "./crisis/v1beta1/tx.rpc.msg";
|
|
173
|
+
import * as _287 from "./distribution/v1beta1/tx.rpc.msg";
|
|
174
|
+
import * as _288 from "./evidence/v1beta1/tx.rpc.msg";
|
|
175
|
+
import * as _289 from "./feegrant/v1beta1/tx.rpc.msg";
|
|
176
|
+
import * as _290 from "./gov/v1/tx.rpc.msg";
|
|
177
|
+
import * as _291 from "./gov/v1beta1/tx.rpc.msg";
|
|
178
|
+
import * as _292 from "./group/v1/tx.rpc.msg";
|
|
179
|
+
import * as _293 from "./mint/v1beta1/tx.rpc.msg";
|
|
180
|
+
import * as _294 from "./nft/v1beta1/tx.rpc.msg";
|
|
181
|
+
import * as _295 from "./slashing/v1beta1/tx.rpc.msg";
|
|
182
|
+
import * as _296 from "./staking/v1beta1/tx.rpc.msg";
|
|
183
|
+
import * as _297 from "./upgrade/v1beta1/tx.rpc.msg";
|
|
184
|
+
import * as _298 from "./vesting/v1beta1/tx.rpc.msg";
|
|
185
185
|
export declare namespace cosmos {
|
|
186
186
|
namespace app {
|
|
187
187
|
namespace runtime {
|
|
@@ -215,7 +215,7 @@ export declare namespace cosmos {
|
|
|
215
215
|
};
|
|
216
216
|
}
|
|
217
217
|
const v1alpha1: {
|
|
218
|
-
QueryClientImpl: typeof
|
|
218
|
+
QueryClientImpl: typeof _259.QueryClientImpl;
|
|
219
219
|
createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
|
|
220
220
|
config(request?: _5.QueryConfigRequest | undefined): Promise<_5.QueryConfigResponse>;
|
|
221
221
|
};
|
|
@@ -348,8 +348,8 @@ export declare namespace cosmos {
|
|
|
348
348
|
};
|
|
349
349
|
}
|
|
350
350
|
const v1beta1: {
|
|
351
|
-
MsgClientImpl: typeof
|
|
352
|
-
QueryClientImpl: typeof
|
|
351
|
+
MsgClientImpl: typeof _281.MsgClientImpl;
|
|
352
|
+
QueryClientImpl: typeof _260.QueryClientImpl;
|
|
353
353
|
createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
|
|
354
354
|
accounts(request?: _9.QueryAccountsRequest | undefined): Promise<_9.QueryAccountsResponse>;
|
|
355
355
|
account(request: _9.QueryAccountRequest): Promise<_9.QueryAccountResponse>;
|
|
@@ -362,7 +362,7 @@ export declare namespace cosmos {
|
|
|
362
362
|
addressStringToBytes(request: _9.AddressStringToBytesRequest): Promise<_9.AddressStringToBytesResponse>;
|
|
363
363
|
accountInfo(request: _9.QueryAccountInfoRequest): Promise<_9.QueryAccountInfoResponse>;
|
|
364
364
|
};
|
|
365
|
-
LCDQueryClient: typeof
|
|
365
|
+
LCDQueryClient: typeof _239.LCDQueryClient;
|
|
366
366
|
MsgUpdateParams: {
|
|
367
367
|
encode(message: _10.MsgUpdateParams, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
368
368
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _10.MsgUpdateParams;
|
|
@@ -632,14 +632,14 @@ export declare namespace cosmos {
|
|
|
632
632
|
};
|
|
633
633
|
}
|
|
634
634
|
const v1beta1: {
|
|
635
|
-
MsgClientImpl: typeof
|
|
636
|
-
QueryClientImpl: typeof
|
|
635
|
+
MsgClientImpl: typeof _282.MsgClientImpl;
|
|
636
|
+
QueryClientImpl: typeof _261.QueryClientImpl;
|
|
637
637
|
createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
|
|
638
638
|
grants(request: _15.QueryGrantsRequest): Promise<_15.QueryGrantsResponse>;
|
|
639
639
|
granterGrants(request: _15.QueryGranterGrantsRequest): Promise<_15.QueryGranterGrantsResponse>;
|
|
640
640
|
granteeGrants(request: _15.QueryGranteeGrantsRequest): Promise<_15.QueryGranteeGrantsResponse>;
|
|
641
641
|
};
|
|
642
|
-
LCDQueryClient: typeof
|
|
642
|
+
LCDQueryClient: typeof _240.LCDQueryClient;
|
|
643
643
|
MsgGrant: {
|
|
644
644
|
encode(message: _16.MsgGrant, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
645
645
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _16.MsgGrant;
|
|
@@ -878,8 +878,8 @@ export declare namespace cosmos {
|
|
|
878
878
|
};
|
|
879
879
|
}
|
|
880
880
|
const v1beta1: {
|
|
881
|
-
MsgClientImpl: typeof
|
|
882
|
-
QueryClientImpl: typeof
|
|
881
|
+
MsgClientImpl: typeof _283.MsgClientImpl;
|
|
882
|
+
QueryClientImpl: typeof _262.QueryClientImpl;
|
|
883
883
|
createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
|
|
884
884
|
balance(request: _21.QueryBalanceRequest): Promise<_21.QueryBalanceResponse>;
|
|
885
885
|
allBalances(request: _21.QueryAllBalancesRequest): Promise<_21.QueryAllBalancesResponse>;
|
|
@@ -894,7 +894,7 @@ export declare namespace cosmos {
|
|
|
894
894
|
denomOwners(request: _21.QueryDenomOwnersRequest): Promise<_21.QueryDenomOwnersResponse>;
|
|
895
895
|
sendEnabled(request: _21.QuerySendEnabledRequest): Promise<_21.QuerySendEnabledResponse>;
|
|
896
896
|
};
|
|
897
|
-
LCDQueryClient: typeof
|
|
897
|
+
LCDQueryClient: typeof _241.LCDQueryClient;
|
|
898
898
|
MsgSend: {
|
|
899
899
|
encode(message: _22.MsgSend, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
900
900
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _22.MsgSend;
|
|
@@ -1819,12 +1819,12 @@ export declare namespace cosmos {
|
|
|
1819
1819
|
}
|
|
1820
1820
|
namespace node {
|
|
1821
1821
|
const v1beta1: {
|
|
1822
|
-
ServiceClientImpl: typeof
|
|
1822
|
+
ServiceClientImpl: typeof _263.ServiceClientImpl;
|
|
1823
1823
|
createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
|
|
1824
1824
|
config(request?: _24.ConfigRequest | undefined): Promise<_24.ConfigResponse>;
|
|
1825
1825
|
status(request?: _24.StatusRequest | undefined): Promise<_24.StatusResponse>;
|
|
1826
1826
|
};
|
|
1827
|
-
LCDQueryClient: typeof
|
|
1827
|
+
LCDQueryClient: typeof _242.LCDQueryClient;
|
|
1828
1828
|
ConfigRequest: {
|
|
1829
1829
|
encode(_: _24.ConfigRequest, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
1830
1830
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _24.ConfigRequest;
|
|
@@ -2203,7 +2203,7 @@ export declare namespace cosmos {
|
|
|
2203
2203
|
}
|
|
2204
2204
|
namespace tendermint {
|
|
2205
2205
|
const v1beta1: {
|
|
2206
|
-
ServiceClientImpl: typeof
|
|
2206
|
+
ServiceClientImpl: typeof _264.ServiceClientImpl;
|
|
2207
2207
|
createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
|
|
2208
2208
|
getNodeInfo(request?: _28.GetNodeInfoRequest | undefined): Promise<_28.GetNodeInfoResponse>;
|
|
2209
2209
|
getSyncing(request?: _28.GetSyncingRequest | undefined): Promise<_28.GetSyncingResponse>;
|
|
@@ -2213,7 +2213,7 @@ export declare namespace cosmos {
|
|
|
2213
2213
|
getValidatorSetByHeight(request: _28.GetValidatorSetByHeightRequest): Promise<_28.GetValidatorSetByHeightResponse>;
|
|
2214
2214
|
aBCIQuery(request: _28.ABCIQueryRequest): Promise<_28.ABCIQueryResponse>;
|
|
2215
2215
|
};
|
|
2216
|
-
LCDQueryClient: typeof
|
|
2216
|
+
LCDQueryClient: typeof _243.LCDQueryClient;
|
|
2217
2217
|
Block: {
|
|
2218
2218
|
encode(message: _29.Block, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
2219
2219
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _29.Block;
|
|
@@ -3410,14 +3410,14 @@ export declare namespace cosmos {
|
|
|
3410
3410
|
};
|
|
3411
3411
|
}
|
|
3412
3412
|
const v1: {
|
|
3413
|
-
MsgClientImpl: typeof
|
|
3414
|
-
QueryClientImpl: typeof
|
|
3413
|
+
MsgClientImpl: typeof _284.MsgClientImpl;
|
|
3414
|
+
QueryClientImpl: typeof _265.QueryClientImpl;
|
|
3415
3415
|
createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
|
|
3416
3416
|
account(request: _32.QueryAccountRequest): Promise<_32.AccountResponse>;
|
|
3417
3417
|
accounts(request?: _32.QueryAccountsRequest | undefined): Promise<_32.AccountsResponse>;
|
|
3418
3418
|
disabledList(request?: _32.QueryDisabledListRequest | undefined): Promise<_32.DisabledListResponse>;
|
|
3419
3419
|
};
|
|
3420
|
-
LCDQueryClient: typeof
|
|
3420
|
+
LCDQueryClient: typeof _244.LCDQueryClient;
|
|
3421
3421
|
permissions_LevelFromJSON(object: any): _34.Permissions_Level;
|
|
3422
3422
|
permissions_LevelToJSON(object: _34.Permissions_Level): string;
|
|
3423
3423
|
Permissions_Level: typeof _34.Permissions_Level;
|
|
@@ -3578,12 +3578,12 @@ export declare namespace cosmos {
|
|
|
3578
3578
|
};
|
|
3579
3579
|
}
|
|
3580
3580
|
const v1: {
|
|
3581
|
-
MsgClientImpl: typeof
|
|
3582
|
-
QueryClientImpl: typeof
|
|
3581
|
+
MsgClientImpl: typeof _285.MsgClientImpl;
|
|
3582
|
+
QueryClientImpl: typeof _266.QueryClientImpl;
|
|
3583
3583
|
createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
|
|
3584
3584
|
params(request?: _36.QueryParamsRequest | undefined): Promise<_36.QueryParamsResponse>;
|
|
3585
3585
|
};
|
|
3586
|
-
LCDQueryClient: typeof
|
|
3586
|
+
LCDQueryClient: typeof _245.LCDQueryClient;
|
|
3587
3587
|
MsgUpdateParams: {
|
|
3588
3588
|
encode(message: _37.MsgUpdateParams, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
3589
3589
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _37.MsgUpdateParams;
|
|
@@ -3664,7 +3664,7 @@ export declare namespace cosmos {
|
|
|
3664
3664
|
};
|
|
3665
3665
|
}
|
|
3666
3666
|
const v1beta1: {
|
|
3667
|
-
MsgClientImpl: typeof
|
|
3667
|
+
MsgClientImpl: typeof _286.MsgClientImpl;
|
|
3668
3668
|
MsgVerifyInvariant: {
|
|
3669
3669
|
encode(message: _40.MsgVerifyInvariant, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
3670
3670
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _40.MsgVerifyInvariant;
|
|
@@ -3864,8 +3864,8 @@ export declare namespace cosmos {
|
|
|
3864
3864
|
};
|
|
3865
3865
|
}
|
|
3866
3866
|
const v1beta1: {
|
|
3867
|
-
MsgClientImpl: typeof
|
|
3868
|
-
QueryClientImpl: typeof
|
|
3867
|
+
MsgClientImpl: typeof _287.MsgClientImpl;
|
|
3868
|
+
QueryClientImpl: typeof _267.QueryClientImpl;
|
|
3869
3869
|
createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
|
|
3870
3870
|
params(request?: _50.QueryParamsRequest | undefined): Promise<_50.QueryParamsResponse>;
|
|
3871
3871
|
validatorDistributionInfo(request: _50.QueryValidatorDistributionInfoRequest): Promise<_50.QueryValidatorDistributionInfoResponse>;
|
|
@@ -3878,7 +3878,7 @@ export declare namespace cosmos {
|
|
|
3878
3878
|
delegatorWithdrawAddress(request: _50.QueryDelegatorWithdrawAddressRequest): Promise<_50.QueryDelegatorWithdrawAddressResponse>;
|
|
3879
3879
|
communityPool(request?: _50.QueryCommunityPoolRequest | undefined): Promise<_50.QueryCommunityPoolResponse>;
|
|
3880
3880
|
};
|
|
3881
|
-
LCDQueryClient: typeof
|
|
3881
|
+
LCDQueryClient: typeof _246.LCDQueryClient;
|
|
3882
3882
|
MsgSetWithdrawAddress: {
|
|
3883
3883
|
encode(message: _51.MsgSetWithdrawAddress, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
3884
3884
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _51.MsgSetWithdrawAddress;
|
|
@@ -4489,13 +4489,13 @@ export declare namespace cosmos {
|
|
|
4489
4489
|
};
|
|
4490
4490
|
}
|
|
4491
4491
|
const v1beta1: {
|
|
4492
|
-
MsgClientImpl: typeof
|
|
4493
|
-
QueryClientImpl: typeof
|
|
4492
|
+
MsgClientImpl: typeof _288.MsgClientImpl;
|
|
4493
|
+
QueryClientImpl: typeof _268.QueryClientImpl;
|
|
4494
4494
|
createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
|
|
4495
4495
|
evidence(request: _55.QueryEvidenceRequest): Promise<_55.QueryEvidenceResponse>;
|
|
4496
4496
|
allEvidence(request?: _55.QueryAllEvidenceRequest | undefined): Promise<_55.QueryAllEvidenceResponse>;
|
|
4497
4497
|
};
|
|
4498
|
-
LCDQueryClient: typeof
|
|
4498
|
+
LCDQueryClient: typeof _247.LCDQueryClient;
|
|
4499
4499
|
MsgSubmitEvidence: {
|
|
4500
4500
|
encode(message: _56.MsgSubmitEvidence, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
4501
4501
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _56.MsgSubmitEvidence;
|
|
@@ -4592,14 +4592,14 @@ export declare namespace cosmos {
|
|
|
4592
4592
|
};
|
|
4593
4593
|
}
|
|
4594
4594
|
const v1beta1: {
|
|
4595
|
-
MsgClientImpl: typeof
|
|
4596
|
-
QueryClientImpl: typeof
|
|
4595
|
+
MsgClientImpl: typeof _289.MsgClientImpl;
|
|
4596
|
+
QueryClientImpl: typeof _269.QueryClientImpl;
|
|
4597
4597
|
createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
|
|
4598
4598
|
allowance(request: _60.QueryAllowanceRequest): Promise<_60.QueryAllowanceResponse>;
|
|
4599
4599
|
allowances(request: _60.QueryAllowancesRequest): Promise<_60.QueryAllowancesResponse>;
|
|
4600
4600
|
allowancesByGranter(request: _60.QueryAllowancesByGranterRequest): Promise<_60.QueryAllowancesByGranterResponse>;
|
|
4601
4601
|
};
|
|
4602
|
-
LCDQueryClient: typeof
|
|
4602
|
+
LCDQueryClient: typeof _248.LCDQueryClient;
|
|
4603
4603
|
MsgGrantAllowance: {
|
|
4604
4604
|
encode(message: _61.MsgGrantAllowance, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
4605
4605
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _61.MsgGrantAllowance;
|
|
@@ -4838,8 +4838,8 @@ export declare namespace cosmos {
|
|
|
4838
4838
|
};
|
|
4839
4839
|
}
|
|
4840
4840
|
const v1: {
|
|
4841
|
-
MsgClientImpl: typeof
|
|
4842
|
-
QueryClientImpl: typeof
|
|
4841
|
+
MsgClientImpl: typeof _290.MsgClientImpl;
|
|
4842
|
+
QueryClientImpl: typeof _270.QueryClientImpl;
|
|
4843
4843
|
createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
|
|
4844
4844
|
constitution(request?: _67.QueryConstitutionRequest | undefined): Promise<_67.QueryConstitutionResponse>;
|
|
4845
4845
|
proposal(request: _67.QueryProposalRequest): Promise<_67.QueryProposalResponse>;
|
|
@@ -4851,7 +4851,7 @@ export declare namespace cosmos {
|
|
|
4851
4851
|
deposits(request: _67.QueryDepositsRequest): Promise<_67.QueryDepositsResponse>;
|
|
4852
4852
|
tallyResult(request: _67.QueryTallyResultRequest): Promise<_67.QueryTallyResultResponse>;
|
|
4853
4853
|
};
|
|
4854
|
-
LCDQueryClient: typeof
|
|
4854
|
+
LCDQueryClient: typeof _249.LCDQueryClient;
|
|
4855
4855
|
MsgSubmitProposal: {
|
|
4856
4856
|
encode(message: _68.MsgSubmitProposal, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
4857
4857
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _68.MsgSubmitProposal;
|
|
@@ -5571,8 +5571,8 @@ export declare namespace cosmos {
|
|
|
5571
5571
|
};
|
|
5572
5572
|
};
|
|
5573
5573
|
const v1beta1: {
|
|
5574
|
-
MsgClientImpl: typeof
|
|
5575
|
-
QueryClientImpl: typeof
|
|
5574
|
+
MsgClientImpl: typeof _291.MsgClientImpl;
|
|
5575
|
+
QueryClientImpl: typeof _271.QueryClientImpl;
|
|
5576
5576
|
createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
|
|
5577
5577
|
proposal(request: _71.QueryProposalRequest): Promise<_71.QueryProposalResponse>;
|
|
5578
5578
|
proposals(request: _71.QueryProposalsRequest): Promise<_71.QueryProposalsResponse>;
|
|
@@ -5583,7 +5583,7 @@ export declare namespace cosmos {
|
|
|
5583
5583
|
deposits(request: _71.QueryDepositsRequest): Promise<_71.QueryDepositsResponse>;
|
|
5584
5584
|
tallyResult(request: _71.QueryTallyResultRequest): Promise<_71.QueryTallyResultResponse>;
|
|
5585
5585
|
};
|
|
5586
|
-
LCDQueryClient: typeof
|
|
5586
|
+
LCDQueryClient: typeof _250.LCDQueryClient;
|
|
5587
5587
|
MsgSubmitProposal: {
|
|
5588
5588
|
encode(message: _72.MsgSubmitProposal, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
5589
5589
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _72.MsgSubmitProposal;
|
|
@@ -6104,8 +6104,8 @@ export declare namespace cosmos {
|
|
|
6104
6104
|
};
|
|
6105
6105
|
}
|
|
6106
6106
|
const v1: {
|
|
6107
|
-
MsgClientImpl: typeof
|
|
6108
|
-
QueryClientImpl: typeof
|
|
6107
|
+
MsgClientImpl: typeof _292.MsgClientImpl;
|
|
6108
|
+
QueryClientImpl: typeof _272.QueryClientImpl;
|
|
6109
6109
|
createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
|
|
6110
6110
|
groupInfo(request: _76.QueryGroupInfoRequest): Promise<_76.QueryGroupInfoResponse>;
|
|
6111
6111
|
groupPolicyInfo(request: _76.QueryGroupPolicyInfoRequest): Promise<_76.QueryGroupPolicyInfoResponse>;
|
|
@@ -6122,7 +6122,7 @@ export declare namespace cosmos {
|
|
|
6122
6122
|
tallyResult(request: _76.QueryTallyResultRequest): Promise<_76.QueryTallyResultResponse>;
|
|
6123
6123
|
groups(request?: _76.QueryGroupsRequest | undefined): Promise<_76.QueryGroupsResponse>;
|
|
6124
6124
|
};
|
|
6125
|
-
LCDQueryClient: typeof
|
|
6125
|
+
LCDQueryClient: typeof _251.LCDQueryClient;
|
|
6126
6126
|
voteOptionFromJSON(object: any): _78.VoteOption;
|
|
6127
6127
|
voteOptionToJSON(object: _78.VoteOption): string;
|
|
6128
6128
|
proposalStatusFromJSON(object: any): _78.ProposalStatus;
|
|
@@ -7132,14 +7132,14 @@ export declare namespace cosmos {
|
|
|
7132
7132
|
};
|
|
7133
7133
|
}
|
|
7134
7134
|
const v1beta1: {
|
|
7135
|
-
MsgClientImpl: typeof
|
|
7136
|
-
QueryClientImpl: typeof
|
|
7135
|
+
MsgClientImpl: typeof _293.MsgClientImpl;
|
|
7136
|
+
QueryClientImpl: typeof _273.QueryClientImpl;
|
|
7137
7137
|
createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
|
|
7138
7138
|
params(request?: _82.QueryParamsRequest | undefined): Promise<_82.QueryParamsResponse>;
|
|
7139
7139
|
inflation(request?: _82.QueryInflationRequest | undefined): Promise<_82.QueryInflationResponse>;
|
|
7140
7140
|
annualProvisions(request?: _82.QueryAnnualProvisionsRequest | undefined): Promise<_82.QueryAnnualProvisionsResponse>;
|
|
7141
7141
|
};
|
|
7142
|
-
LCDQueryClient: typeof
|
|
7142
|
+
LCDQueryClient: typeof _252.LCDQueryClient;
|
|
7143
7143
|
MsgUpdateParams: {
|
|
7144
7144
|
encode(message: _83.MsgUpdateParams, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
7145
7145
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _83.MsgUpdateParams;
|
|
@@ -7260,8 +7260,8 @@ export declare namespace cosmos {
|
|
|
7260
7260
|
};
|
|
7261
7261
|
}
|
|
7262
7262
|
const v1beta1: {
|
|
7263
|
-
MsgClientImpl: typeof
|
|
7264
|
-
QueryClientImpl: typeof
|
|
7263
|
+
MsgClientImpl: typeof _294.MsgClientImpl;
|
|
7264
|
+
QueryClientImpl: typeof _274.QueryClientImpl;
|
|
7265
7265
|
createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
|
|
7266
7266
|
balance(request: _90.QueryBalanceRequest): Promise<_90.QueryBalanceResponse>;
|
|
7267
7267
|
owner(request: _90.QueryOwnerRequest): Promise<_90.QueryOwnerResponse>;
|
|
@@ -7271,7 +7271,7 @@ export declare namespace cosmos {
|
|
|
7271
7271
|
class(request: _90.QueryClassRequest): Promise<_90.QueryClassResponse>;
|
|
7272
7272
|
classes(request?: _90.QueryClassesRequest | undefined): Promise<_90.QueryClassesResponse>;
|
|
7273
7273
|
};
|
|
7274
|
-
LCDQueryClient: typeof
|
|
7274
|
+
LCDQueryClient: typeof _253.LCDQueryClient;
|
|
7275
7275
|
MsgSend: {
|
|
7276
7276
|
encode(message: _91.MsgSend, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
7277
7277
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _91.MsgSend;
|
|
@@ -7570,7 +7570,7 @@ export declare namespace cosmos {
|
|
|
7570
7570
|
}
|
|
7571
7571
|
namespace query {
|
|
7572
7572
|
const v1alpha1: {
|
|
7573
|
-
QueryClientImpl: typeof
|
|
7573
|
+
QueryClientImpl: typeof _275.QueryClientImpl;
|
|
7574
7574
|
createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
|
|
7575
7575
|
get(request: _93.GetRequest): Promise<_93.GetResponse>;
|
|
7576
7576
|
list(request: _93.ListRequest): Promise<_93.ListResponse>;
|
|
@@ -7829,12 +7829,12 @@ export declare namespace cosmos {
|
|
|
7829
7829
|
};
|
|
7830
7830
|
}
|
|
7831
7831
|
const v1beta1: {
|
|
7832
|
-
QueryClientImpl: typeof
|
|
7832
|
+
QueryClientImpl: typeof _276.QueryClientImpl;
|
|
7833
7833
|
createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
|
|
7834
7834
|
params(request: _98.QueryParamsRequest): Promise<_98.QueryParamsResponse>;
|
|
7835
7835
|
subspaces(request?: _98.QuerySubspacesRequest | undefined): Promise<_98.QuerySubspacesResponse>;
|
|
7836
7836
|
};
|
|
7837
|
-
LCDQueryClient: typeof
|
|
7837
|
+
LCDQueryClient: typeof _254.LCDQueryClient;
|
|
7838
7838
|
QueryParamsRequest: {
|
|
7839
7839
|
encode(message: _98.QueryParamsRequest, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
7840
7840
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _98.QueryParamsRequest;
|
|
@@ -8265,14 +8265,14 @@ export declare namespace cosmos {
|
|
|
8265
8265
|
};
|
|
8266
8266
|
}
|
|
8267
8267
|
const v1beta1: {
|
|
8268
|
-
MsgClientImpl: typeof
|
|
8269
|
-
QueryClientImpl: typeof
|
|
8268
|
+
MsgClientImpl: typeof _295.MsgClientImpl;
|
|
8269
|
+
QueryClientImpl: typeof _277.QueryClientImpl;
|
|
8270
8270
|
createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
|
|
8271
8271
|
params(request?: _103.QueryParamsRequest | undefined): Promise<_103.QueryParamsResponse>;
|
|
8272
8272
|
signingInfo(request: _103.QuerySigningInfoRequest): Promise<_103.QuerySigningInfoResponse>;
|
|
8273
8273
|
signingInfos(request?: _103.QuerySigningInfosRequest | undefined): Promise<_103.QuerySigningInfosResponse>;
|
|
8274
8274
|
};
|
|
8275
|
-
LCDQueryClient: typeof
|
|
8275
|
+
LCDQueryClient: typeof _255.LCDQueryClient;
|
|
8276
8276
|
MsgUnjail: {
|
|
8277
8277
|
encode(message: _105.MsgUnjail, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
8278
8278
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _105.MsgUnjail;
|
|
@@ -8492,8 +8492,8 @@ export declare namespace cosmos {
|
|
|
8492
8492
|
};
|
|
8493
8493
|
}
|
|
8494
8494
|
const v1beta1: {
|
|
8495
|
-
MsgClientImpl: typeof
|
|
8496
|
-
QueryClientImpl: typeof
|
|
8495
|
+
MsgClientImpl: typeof _296.MsgClientImpl;
|
|
8496
|
+
QueryClientImpl: typeof _278.QueryClientImpl;
|
|
8497
8497
|
createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
|
|
8498
8498
|
validators(request: _109.QueryValidatorsRequest): Promise<_109.QueryValidatorsResponse>;
|
|
8499
8499
|
validator(request: _109.QueryValidatorRequest): Promise<_109.QueryValidatorResponse>;
|
|
@@ -8510,7 +8510,7 @@ export declare namespace cosmos {
|
|
|
8510
8510
|
pool(request?: _109.QueryPoolRequest | undefined): Promise<_109.QueryPoolResponse>;
|
|
8511
8511
|
params(request?: _109.QueryParamsRequest | undefined): Promise<_109.QueryParamsResponse>;
|
|
8512
8512
|
};
|
|
8513
|
-
LCDQueryClient: typeof
|
|
8513
|
+
LCDQueryClient: typeof _256.LCDQueryClient;
|
|
8514
8514
|
MsgCreateValidator: {
|
|
8515
8515
|
encode(message: _111.MsgCreateValidator, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
8516
8516
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _111.MsgCreateValidator;
|
|
@@ -10160,7 +10160,7 @@ export declare namespace cosmos {
|
|
|
10160
10160
|
};
|
|
10161
10161
|
}
|
|
10162
10162
|
const v1beta1: {
|
|
10163
|
-
ServiceClientImpl: typeof
|
|
10163
|
+
ServiceClientImpl: typeof _279.ServiceClientImpl;
|
|
10164
10164
|
createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
|
|
10165
10165
|
simulate(request: _119.SimulateRequest): Promise<_119.SimulateResponse>;
|
|
10166
10166
|
getTx(request: _119.GetTxRequest): Promise<_119.GetTxResponse>;
|
|
@@ -10172,7 +10172,7 @@ export declare namespace cosmos {
|
|
|
10172
10172
|
txEncodeAmino(request: _119.TxEncodeAminoRequest): Promise<_119.TxEncodeAminoResponse>;
|
|
10173
10173
|
txDecodeAmino(request: _119.TxDecodeAminoRequest): Promise<_119.TxDecodeAminoResponse>;
|
|
10174
10174
|
};
|
|
10175
|
-
LCDQueryClient: typeof
|
|
10175
|
+
LCDQueryClient: typeof _257.LCDQueryClient;
|
|
10176
10176
|
Tx: {
|
|
10177
10177
|
encode(message: _120.Tx, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
10178
10178
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _120.Tx;
|
|
@@ -11252,8 +11252,8 @@ export declare namespace cosmos {
|
|
|
11252
11252
|
};
|
|
11253
11253
|
}
|
|
11254
11254
|
const v1beta1: {
|
|
11255
|
-
MsgClientImpl: typeof
|
|
11256
|
-
QueryClientImpl: typeof
|
|
11255
|
+
MsgClientImpl: typeof _297.MsgClientImpl;
|
|
11256
|
+
QueryClientImpl: typeof _280.QueryClientImpl;
|
|
11257
11257
|
createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
|
|
11258
11258
|
currentPlan(request?: _122.QueryCurrentPlanRequest | undefined): Promise<_122.QueryCurrentPlanResponse>;
|
|
11259
11259
|
appliedPlan(request: _122.QueryAppliedPlanRequest): Promise<_122.QueryAppliedPlanResponse>;
|
|
@@ -11261,7 +11261,7 @@ export declare namespace cosmos {
|
|
|
11261
11261
|
moduleVersions(request: _122.QueryModuleVersionsRequest): Promise<_122.QueryModuleVersionsResponse>;
|
|
11262
11262
|
authority(request?: _122.QueryAuthorityRequest | undefined): Promise<_122.QueryAuthorityResponse>;
|
|
11263
11263
|
};
|
|
11264
|
-
LCDQueryClient: typeof
|
|
11264
|
+
LCDQueryClient: typeof _258.LCDQueryClient;
|
|
11265
11265
|
Plan: {
|
|
11266
11266
|
encode(message: _124.Plan, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
11267
11267
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _124.Plan;
|
|
@@ -11435,7 +11435,7 @@ export declare namespace cosmos {
|
|
|
11435
11435
|
};
|
|
11436
11436
|
}
|
|
11437
11437
|
const v1beta1: {
|
|
11438
|
-
MsgClientImpl: typeof
|
|
11438
|
+
MsgClientImpl: typeof _298.MsgClientImpl;
|
|
11439
11439
|
BaseVestingAccount: {
|
|
11440
11440
|
encode(message: _127.BaseVestingAccount, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
|
11441
11441
|
decode(input: Uint8Array | import("protobufjs").Reader, length?: number | undefined): _127.BaseVestingAccount;
|
|
@@ -11669,56 +11669,56 @@ export declare namespace cosmos {
|
|
|
11669
11669
|
}) => Promise<{
|
|
11670
11670
|
cosmos: {
|
|
11671
11671
|
auth: {
|
|
11672
|
-
v1beta1:
|
|
11672
|
+
v1beta1: _281.MsgClientImpl;
|
|
11673
11673
|
};
|
|
11674
11674
|
authz: {
|
|
11675
|
-
v1beta1:
|
|
11675
|
+
v1beta1: _282.MsgClientImpl;
|
|
11676
11676
|
};
|
|
11677
11677
|
bank: {
|
|
11678
|
-
v1beta1:
|
|
11678
|
+
v1beta1: _283.MsgClientImpl;
|
|
11679
11679
|
};
|
|
11680
11680
|
circuit: {
|
|
11681
|
-
v1:
|
|
11681
|
+
v1: _284.MsgClientImpl;
|
|
11682
11682
|
};
|
|
11683
11683
|
consensus: {
|
|
11684
|
-
v1:
|
|
11684
|
+
v1: _285.MsgClientImpl;
|
|
11685
11685
|
};
|
|
11686
11686
|
crisis: {
|
|
11687
|
-
v1beta1:
|
|
11687
|
+
v1beta1: _286.MsgClientImpl;
|
|
11688
11688
|
};
|
|
11689
11689
|
distribution: {
|
|
11690
|
-
v1beta1:
|
|
11690
|
+
v1beta1: _287.MsgClientImpl;
|
|
11691
11691
|
};
|
|
11692
11692
|
evidence: {
|
|
11693
|
-
v1beta1:
|
|
11693
|
+
v1beta1: _288.MsgClientImpl;
|
|
11694
11694
|
};
|
|
11695
11695
|
feegrant: {
|
|
11696
|
-
v1beta1:
|
|
11696
|
+
v1beta1: _289.MsgClientImpl;
|
|
11697
11697
|
};
|
|
11698
11698
|
gov: {
|
|
11699
|
-
v1:
|
|
11700
|
-
v1beta1:
|
|
11699
|
+
v1: _290.MsgClientImpl;
|
|
11700
|
+
v1beta1: _291.MsgClientImpl;
|
|
11701
11701
|
};
|
|
11702
11702
|
group: {
|
|
11703
|
-
v1:
|
|
11703
|
+
v1: _292.MsgClientImpl;
|
|
11704
11704
|
};
|
|
11705
11705
|
mint: {
|
|
11706
|
-
v1beta1:
|
|
11706
|
+
v1beta1: _293.MsgClientImpl;
|
|
11707
11707
|
};
|
|
11708
11708
|
nft: {
|
|
11709
|
-
v1beta1:
|
|
11709
|
+
v1beta1: _294.MsgClientImpl;
|
|
11710
11710
|
};
|
|
11711
11711
|
slashing: {
|
|
11712
|
-
v1beta1:
|
|
11712
|
+
v1beta1: _295.MsgClientImpl;
|
|
11713
11713
|
};
|
|
11714
11714
|
staking: {
|
|
11715
|
-
v1beta1:
|
|
11715
|
+
v1beta1: _296.MsgClientImpl;
|
|
11716
11716
|
};
|
|
11717
11717
|
upgrade: {
|
|
11718
|
-
v1beta1:
|
|
11718
|
+
v1beta1: _297.MsgClientImpl;
|
|
11719
11719
|
};
|
|
11720
11720
|
vesting: {
|
|
11721
|
-
v1beta1:
|
|
11721
|
+
v1beta1: _298.MsgClientImpl;
|
|
11722
11722
|
};
|
|
11723
11723
|
};
|
|
11724
11724
|
}>;
|
|
@@ -11953,64 +11953,64 @@ export declare namespace cosmos {
|
|
|
11953
11953
|
}) => Promise<{
|
|
11954
11954
|
cosmos: {
|
|
11955
11955
|
auth: {
|
|
11956
|
-
v1beta1:
|
|
11956
|
+
v1beta1: _239.LCDQueryClient;
|
|
11957
11957
|
};
|
|
11958
11958
|
authz: {
|
|
11959
|
-
v1beta1:
|
|
11959
|
+
v1beta1: _240.LCDQueryClient;
|
|
11960
11960
|
};
|
|
11961
11961
|
bank: {
|
|
11962
|
-
v1beta1:
|
|
11962
|
+
v1beta1: _241.LCDQueryClient;
|
|
11963
11963
|
};
|
|
11964
11964
|
base: {
|
|
11965
11965
|
node: {
|
|
11966
|
-
v1beta1:
|
|
11966
|
+
v1beta1: _242.LCDQueryClient;
|
|
11967
11967
|
};
|
|
11968
11968
|
tendermint: {
|
|
11969
|
-
v1beta1:
|
|
11969
|
+
v1beta1: _243.LCDQueryClient;
|
|
11970
11970
|
};
|
|
11971
11971
|
};
|
|
11972
11972
|
circuit: {
|
|
11973
|
-
v1:
|
|
11973
|
+
v1: _244.LCDQueryClient;
|
|
11974
11974
|
};
|
|
11975
11975
|
consensus: {
|
|
11976
|
-
v1:
|
|
11976
|
+
v1: _245.LCDQueryClient;
|
|
11977
11977
|
};
|
|
11978
11978
|
distribution: {
|
|
11979
|
-
v1beta1:
|
|
11979
|
+
v1beta1: _246.LCDQueryClient;
|
|
11980
11980
|
};
|
|
11981
11981
|
evidence: {
|
|
11982
|
-
v1beta1:
|
|
11982
|
+
v1beta1: _247.LCDQueryClient;
|
|
11983
11983
|
};
|
|
11984
11984
|
feegrant: {
|
|
11985
|
-
v1beta1:
|
|
11985
|
+
v1beta1: _248.LCDQueryClient;
|
|
11986
11986
|
};
|
|
11987
11987
|
gov: {
|
|
11988
|
-
v1:
|
|
11989
|
-
v1beta1:
|
|
11988
|
+
v1: _249.LCDQueryClient;
|
|
11989
|
+
v1beta1: _250.LCDQueryClient;
|
|
11990
11990
|
};
|
|
11991
11991
|
group: {
|
|
11992
|
-
v1:
|
|
11992
|
+
v1: _251.LCDQueryClient;
|
|
11993
11993
|
};
|
|
11994
11994
|
mint: {
|
|
11995
|
-
v1beta1:
|
|
11995
|
+
v1beta1: _252.LCDQueryClient;
|
|
11996
11996
|
};
|
|
11997
11997
|
nft: {
|
|
11998
|
-
v1beta1:
|
|
11998
|
+
v1beta1: _253.LCDQueryClient;
|
|
11999
11999
|
};
|
|
12000
12000
|
params: {
|
|
12001
|
-
v1beta1:
|
|
12001
|
+
v1beta1: _254.LCDQueryClient;
|
|
12002
12002
|
};
|
|
12003
12003
|
slashing: {
|
|
12004
|
-
v1beta1:
|
|
12004
|
+
v1beta1: _255.LCDQueryClient;
|
|
12005
12005
|
};
|
|
12006
12006
|
staking: {
|
|
12007
|
-
v1beta1:
|
|
12007
|
+
v1beta1: _256.LCDQueryClient;
|
|
12008
12008
|
};
|
|
12009
12009
|
tx: {
|
|
12010
|
-
v1beta1:
|
|
12010
|
+
v1beta1: _257.LCDQueryClient;
|
|
12011
12011
|
};
|
|
12012
12012
|
upgrade: {
|
|
12013
|
-
v1beta1:
|
|
12013
|
+
v1beta1: _258.LCDQueryClient;
|
|
12014
12014
|
};
|
|
12015
12015
|
};
|
|
12016
12016
|
}>;
|