@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
|
@@ -68,113 +68,118 @@ const _168 = __importStar(require("./feetiers/genesis"));
|
|
|
68
68
|
const _169 = __importStar(require("./feetiers/params"));
|
|
69
69
|
const _170 = __importStar(require("./feetiers/query"));
|
|
70
70
|
const _171 = __importStar(require("./feetiers/tx"));
|
|
71
|
-
const _172 = __importStar(require("./
|
|
72
|
-
const _173 = __importStar(require("./
|
|
73
|
-
const _174 = __importStar(require("./
|
|
74
|
-
const _175 = __importStar(require("./indexer/
|
|
75
|
-
const _176 = __importStar(require("./indexer/
|
|
76
|
-
const _177 = __importStar(require("./indexer/
|
|
77
|
-
const _178 = __importStar(require("./indexer/
|
|
78
|
-
const _179 = __importStar(require("./indexer/
|
|
79
|
-
const _180 = __importStar(require("./
|
|
80
|
-
const _181 = __importStar(require("./
|
|
81
|
-
const _182 = __importStar(require("./
|
|
82
|
-
const _183 = __importStar(require("./perpetuals/
|
|
83
|
-
const _184 = __importStar(require("./perpetuals/
|
|
84
|
-
const _185 = __importStar(require("./
|
|
85
|
-
const _186 = __importStar(require("./
|
|
86
|
-
const _187 = __importStar(require("./
|
|
87
|
-
const _188 = __importStar(require("./prices/
|
|
88
|
-
const _189 = __importStar(require("./prices/
|
|
89
|
-
const _190 = __importStar(require("./
|
|
90
|
-
const _191 = __importStar(require("./
|
|
91
|
-
const _192 = __importStar(require("./
|
|
92
|
-
const _193 = __importStar(require("./ratelimit/
|
|
93
|
-
const _194 = __importStar(require("./ratelimit/
|
|
94
|
-
const _195 = __importStar(require("./
|
|
95
|
-
const _196 = __importStar(require("./
|
|
96
|
-
const _197 = __importStar(require("./
|
|
97
|
-
const _198 = __importStar(require("./rewards/
|
|
98
|
-
const _199 = __importStar(require("./rewards/
|
|
99
|
-
const _200 = __importStar(require("./
|
|
100
|
-
const _201 = __importStar(require("./
|
|
101
|
-
const _202 = __importStar(require("./
|
|
102
|
-
const _203 = __importStar(require("./sending/
|
|
103
|
-
const _204 = __importStar(require("./
|
|
104
|
-
const _205 = __importStar(require("./
|
|
105
|
-
const _206 = __importStar(require("./
|
|
106
|
-
const _207 = __importStar(require("./stats/
|
|
107
|
-
const _208 = __importStar(require("./stats/
|
|
108
|
-
const _209 = __importStar(require("./
|
|
109
|
-
const _210 = __importStar(require("./
|
|
110
|
-
const _211 = __importStar(require("./
|
|
111
|
-
const _212 = __importStar(require("./subaccounts/
|
|
112
|
-
const _213 = __importStar(require("./subaccounts/
|
|
113
|
-
const _214 = __importStar(require("./
|
|
114
|
-
const _215 = __importStar(require("./
|
|
115
|
-
const _216 = __importStar(require("./
|
|
116
|
-
const _217 = __importStar(require("./vest/
|
|
117
|
-
const
|
|
118
|
-
const
|
|
119
|
-
const
|
|
120
|
-
const _299 = __importStar(require("./
|
|
121
|
-
const _300 = __importStar(require("./
|
|
122
|
-
const _301 = __importStar(require("./
|
|
123
|
-
const _302 = __importStar(require("./
|
|
124
|
-
const _303 = __importStar(require("./
|
|
125
|
-
const _304 = __importStar(require("./
|
|
126
|
-
const _305 = __importStar(require("./
|
|
127
|
-
const _306 = __importStar(require("./
|
|
128
|
-
const _307 = __importStar(require("./
|
|
129
|
-
const _308 = __importStar(require("./
|
|
130
|
-
const _309 = __importStar(require("./
|
|
131
|
-
const _310 = __importStar(require("./
|
|
132
|
-
const _311 = __importStar(require("./
|
|
133
|
-
const _312 = __importStar(require("./
|
|
134
|
-
const _313 = __importStar(require("./
|
|
135
|
-
const _314 = __importStar(require("./
|
|
136
|
-
const _315 = __importStar(require("./
|
|
137
|
-
const _316 = __importStar(require("./
|
|
138
|
-
const _317 = __importStar(require("./
|
|
139
|
-
const _318 = __importStar(require("./
|
|
140
|
-
const _319 = __importStar(require("./
|
|
141
|
-
const _320 = __importStar(require("./
|
|
142
|
-
const _321 = __importStar(require("./
|
|
143
|
-
const _322 = __importStar(require("./
|
|
144
|
-
const _323 = __importStar(require("./
|
|
145
|
-
const _324 = __importStar(require("./
|
|
146
|
-
const _325 = __importStar(require("./
|
|
147
|
-
const _326 = __importStar(require("./
|
|
148
|
-
const _327 = __importStar(require("./
|
|
149
|
-
const _328 = __importStar(require("./
|
|
150
|
-
const _329 = __importStar(require("./
|
|
151
|
-
const _330 = __importStar(require("./
|
|
152
|
-
const _331 = __importStar(require("./
|
|
153
|
-
const _332 = __importStar(require("./
|
|
154
|
-
const _333 = __importStar(require("./
|
|
155
|
-
const _334 = __importStar(require("./
|
|
156
|
-
const _335 = __importStar(require("./
|
|
157
|
-
const _336 = __importStar(require("./
|
|
158
|
-
const
|
|
159
|
-
const
|
|
160
|
-
const
|
|
71
|
+
const _172 = __importStar(require("./govplus/genesis"));
|
|
72
|
+
const _173 = __importStar(require("./govplus/query"));
|
|
73
|
+
const _174 = __importStar(require("./govplus/tx"));
|
|
74
|
+
const _175 = __importStar(require("./indexer/events/events"));
|
|
75
|
+
const _176 = __importStar(require("./indexer/indexer_manager/event"));
|
|
76
|
+
const _177 = __importStar(require("./indexer/off_chain_updates/off_chain_updates"));
|
|
77
|
+
const _178 = __importStar(require("./indexer/protocol/v1/clob"));
|
|
78
|
+
const _179 = __importStar(require("./indexer/protocol/v1/subaccount"));
|
|
79
|
+
const _180 = __importStar(require("./indexer/redis/redis_order"));
|
|
80
|
+
const _181 = __importStar(require("./indexer/shared/removal_reason"));
|
|
81
|
+
const _182 = __importStar(require("./indexer/socks/messages"));
|
|
82
|
+
const _183 = __importStar(require("./perpetuals/genesis"));
|
|
83
|
+
const _184 = __importStar(require("./perpetuals/params"));
|
|
84
|
+
const _185 = __importStar(require("./perpetuals/perpetual"));
|
|
85
|
+
const _186 = __importStar(require("./perpetuals/query"));
|
|
86
|
+
const _187 = __importStar(require("./perpetuals/tx"));
|
|
87
|
+
const _188 = __importStar(require("./prices/genesis"));
|
|
88
|
+
const _189 = __importStar(require("./prices/market_param"));
|
|
89
|
+
const _190 = __importStar(require("./prices/market_price"));
|
|
90
|
+
const _191 = __importStar(require("./prices/query"));
|
|
91
|
+
const _192 = __importStar(require("./prices/tx"));
|
|
92
|
+
const _193 = __importStar(require("./ratelimit/capacity"));
|
|
93
|
+
const _194 = __importStar(require("./ratelimit/genesis"));
|
|
94
|
+
const _195 = __importStar(require("./ratelimit/limit_params"));
|
|
95
|
+
const _196 = __importStar(require("./ratelimit/query"));
|
|
96
|
+
const _197 = __importStar(require("./ratelimit/tx"));
|
|
97
|
+
const _198 = __importStar(require("./rewards/genesis"));
|
|
98
|
+
const _199 = __importStar(require("./rewards/params"));
|
|
99
|
+
const _200 = __importStar(require("./rewards/query"));
|
|
100
|
+
const _201 = __importStar(require("./rewards/reward_share"));
|
|
101
|
+
const _202 = __importStar(require("./rewards/tx"));
|
|
102
|
+
const _203 = __importStar(require("./sending/genesis"));
|
|
103
|
+
const _204 = __importStar(require("./sending/query"));
|
|
104
|
+
const _205 = __importStar(require("./sending/transfer"));
|
|
105
|
+
const _206 = __importStar(require("./sending/tx"));
|
|
106
|
+
const _207 = __importStar(require("./stats/genesis"));
|
|
107
|
+
const _208 = __importStar(require("./stats/params"));
|
|
108
|
+
const _209 = __importStar(require("./stats/query"));
|
|
109
|
+
const _210 = __importStar(require("./stats/stats"));
|
|
110
|
+
const _211 = __importStar(require("./stats/tx"));
|
|
111
|
+
const _212 = __importStar(require("./subaccounts/asset_position"));
|
|
112
|
+
const _213 = __importStar(require("./subaccounts/genesis"));
|
|
113
|
+
const _214 = __importStar(require("./subaccounts/perpetual_position"));
|
|
114
|
+
const _215 = __importStar(require("./subaccounts/query"));
|
|
115
|
+
const _216 = __importStar(require("./subaccounts/subaccount"));
|
|
116
|
+
const _217 = __importStar(require("./vest/genesis"));
|
|
117
|
+
const _218 = __importStar(require("./vest/query"));
|
|
118
|
+
const _219 = __importStar(require("./vest/tx"));
|
|
119
|
+
const _220 = __importStar(require("./vest/vest_entry"));
|
|
120
|
+
const _299 = __importStar(require("./assets/query.lcd"));
|
|
121
|
+
const _300 = __importStar(require("./blocktime/query.lcd"));
|
|
122
|
+
const _301 = __importStar(require("./bridge/query.lcd"));
|
|
123
|
+
const _302 = __importStar(require("./clob/query.lcd"));
|
|
124
|
+
const _303 = __importStar(require("./delaymsg/query.lcd"));
|
|
125
|
+
const _304 = __importStar(require("./epochs/query.lcd"));
|
|
126
|
+
const _305 = __importStar(require("./feetiers/query.lcd"));
|
|
127
|
+
const _306 = __importStar(require("./perpetuals/query.lcd"));
|
|
128
|
+
const _307 = __importStar(require("./prices/query.lcd"));
|
|
129
|
+
const _308 = __importStar(require("./ratelimit/query.lcd"));
|
|
130
|
+
const _309 = __importStar(require("./rewards/query.lcd"));
|
|
131
|
+
const _310 = __importStar(require("./stats/query.lcd"));
|
|
132
|
+
const _311 = __importStar(require("./subaccounts/query.lcd"));
|
|
133
|
+
const _312 = __importStar(require("./vest/query.lcd"));
|
|
134
|
+
const _313 = __importStar(require("./assets/query.rpc.Query"));
|
|
135
|
+
const _314 = __importStar(require("./blocktime/query.rpc.Query"));
|
|
136
|
+
const _315 = __importStar(require("./bridge/query.rpc.Query"));
|
|
137
|
+
const _316 = __importStar(require("./clob/query.rpc.Query"));
|
|
138
|
+
const _317 = __importStar(require("./delaymsg/query.rpc.Query"));
|
|
139
|
+
const _318 = __importStar(require("./epochs/query.rpc.Query"));
|
|
140
|
+
const _319 = __importStar(require("./feetiers/query.rpc.Query"));
|
|
141
|
+
const _320 = __importStar(require("./govplus/query.rpc.Query"));
|
|
142
|
+
const _321 = __importStar(require("./perpetuals/query.rpc.Query"));
|
|
143
|
+
const _322 = __importStar(require("./prices/query.rpc.Query"));
|
|
144
|
+
const _323 = __importStar(require("./ratelimit/query.rpc.Query"));
|
|
145
|
+
const _324 = __importStar(require("./rewards/query.rpc.Query"));
|
|
146
|
+
const _325 = __importStar(require("./sending/query.rpc.Query"));
|
|
147
|
+
const _326 = __importStar(require("./stats/query.rpc.Query"));
|
|
148
|
+
const _327 = __importStar(require("./subaccounts/query.rpc.Query"));
|
|
149
|
+
const _328 = __importStar(require("./vest/query.rpc.Query"));
|
|
150
|
+
const _329 = __importStar(require("./blocktime/tx.rpc.msg"));
|
|
151
|
+
const _330 = __importStar(require("./bridge/tx.rpc.msg"));
|
|
152
|
+
const _331 = __importStar(require("./clob/tx.rpc.msg"));
|
|
153
|
+
const _332 = __importStar(require("./delaymsg/tx.rpc.msg"));
|
|
154
|
+
const _333 = __importStar(require("./feetiers/tx.rpc.msg"));
|
|
155
|
+
const _334 = __importStar(require("./govplus/tx.rpc.msg"));
|
|
156
|
+
const _335 = __importStar(require("./perpetuals/tx.rpc.msg"));
|
|
157
|
+
const _336 = __importStar(require("./prices/tx.rpc.msg"));
|
|
158
|
+
const _337 = __importStar(require("./ratelimit/tx.rpc.msg"));
|
|
159
|
+
const _338 = __importStar(require("./rewards/tx.rpc.msg"));
|
|
160
|
+
const _339 = __importStar(require("./sending/tx.rpc.msg"));
|
|
161
|
+
const _340 = __importStar(require("./stats/tx.rpc.msg"));
|
|
162
|
+
const _341 = __importStar(require("./vest/tx.rpc.msg"));
|
|
163
|
+
const _345 = __importStar(require("./lcd"));
|
|
164
|
+
const _346 = __importStar(require("./rpc.query"));
|
|
165
|
+
const _347 = __importStar(require("./rpc.tx"));
|
|
161
166
|
var dydxprotocol;
|
|
162
167
|
(function (dydxprotocol) {
|
|
163
168
|
dydxprotocol.assets = { ..._128,
|
|
164
169
|
..._129,
|
|
165
170
|
..._130,
|
|
166
171
|
..._131,
|
|
167
|
-
...
|
|
168
|
-
...
|
|
172
|
+
..._299,
|
|
173
|
+
..._313
|
|
169
174
|
};
|
|
170
175
|
dydxprotocol.blocktime = { ..._132,
|
|
171
176
|
..._133,
|
|
172
177
|
..._134,
|
|
173
178
|
..._135,
|
|
174
179
|
..._136,
|
|
175
|
-
...
|
|
176
|
-
...
|
|
177
|
-
...
|
|
180
|
+
..._300,
|
|
181
|
+
..._314,
|
|
182
|
+
..._329
|
|
178
183
|
};
|
|
179
184
|
dydxprotocol.bridge = { ..._137,
|
|
180
185
|
..._138,
|
|
@@ -182,9 +187,9 @@ var dydxprotocol;
|
|
|
182
187
|
..._140,
|
|
183
188
|
..._141,
|
|
184
189
|
..._142,
|
|
185
|
-
...
|
|
186
|
-
...
|
|
187
|
-
...
|
|
190
|
+
..._301,
|
|
191
|
+
..._315,
|
|
192
|
+
..._330
|
|
188
193
|
};
|
|
189
194
|
dydxprotocol.clob = { ..._143,
|
|
190
195
|
..._144,
|
|
@@ -200,9 +205,9 @@ var dydxprotocol;
|
|
|
200
205
|
..._154,
|
|
201
206
|
..._155,
|
|
202
207
|
..._156,
|
|
203
|
-
...
|
|
204
|
-
...
|
|
205
|
-
...
|
|
208
|
+
..._302,
|
|
209
|
+
..._316,
|
|
210
|
+
..._331
|
|
206
211
|
};
|
|
207
212
|
let daemons;
|
|
208
213
|
(function (daemons) {
|
|
@@ -218,116 +223,122 @@ var dydxprotocol;
|
|
|
218
223
|
..._162,
|
|
219
224
|
..._163,
|
|
220
225
|
..._164,
|
|
221
|
-
...
|
|
222
|
-
...
|
|
223
|
-
...
|
|
226
|
+
..._303,
|
|
227
|
+
..._317,
|
|
228
|
+
..._332
|
|
224
229
|
};
|
|
225
230
|
dydxprotocol.epochs = { ..._165,
|
|
226
231
|
..._166,
|
|
227
232
|
..._167,
|
|
228
|
-
...
|
|
229
|
-
...
|
|
233
|
+
..._304,
|
|
234
|
+
..._318
|
|
230
235
|
};
|
|
231
236
|
dydxprotocol.feetiers = { ..._168,
|
|
232
237
|
..._169,
|
|
233
238
|
..._170,
|
|
234
239
|
..._171,
|
|
235
|
-
...
|
|
236
|
-
...
|
|
237
|
-
...
|
|
240
|
+
..._305,
|
|
241
|
+
..._319,
|
|
242
|
+
..._333
|
|
243
|
+
};
|
|
244
|
+
dydxprotocol.govplus = { ..._172,
|
|
245
|
+
..._173,
|
|
246
|
+
..._174,
|
|
247
|
+
..._320,
|
|
248
|
+
..._334
|
|
238
249
|
};
|
|
239
250
|
let indexer;
|
|
240
251
|
(function (indexer) {
|
|
241
|
-
indexer.events = { ...
|
|
252
|
+
indexer.events = { ..._175
|
|
242
253
|
};
|
|
243
|
-
indexer.indexer_manager = { ...
|
|
254
|
+
indexer.indexer_manager = { ..._176
|
|
244
255
|
};
|
|
245
|
-
indexer.off_chain_updates = { ...
|
|
256
|
+
indexer.off_chain_updates = { ..._177
|
|
246
257
|
};
|
|
247
258
|
let protocol;
|
|
248
259
|
(function (protocol) {
|
|
249
|
-
protocol.v1 = { ...
|
|
250
|
-
...
|
|
260
|
+
protocol.v1 = { ..._178,
|
|
261
|
+
..._179
|
|
251
262
|
};
|
|
252
263
|
})(protocol = indexer.protocol || (indexer.protocol = {}));
|
|
253
|
-
indexer.redis = { ...
|
|
264
|
+
indexer.redis = { ..._180
|
|
254
265
|
};
|
|
255
|
-
indexer.shared = { ...
|
|
266
|
+
indexer.shared = { ..._181
|
|
256
267
|
};
|
|
257
|
-
indexer.socks = { ...
|
|
268
|
+
indexer.socks = { ..._182
|
|
258
269
|
};
|
|
259
270
|
})(indexer = dydxprotocol.indexer || (dydxprotocol.indexer = {}));
|
|
260
|
-
dydxprotocol.perpetuals = { ...
|
|
261
|
-
..._181,
|
|
262
|
-
..._182,
|
|
263
|
-
..._183,
|
|
271
|
+
dydxprotocol.perpetuals = { ..._183,
|
|
264
272
|
..._184,
|
|
265
|
-
...
|
|
266
|
-
..._317,
|
|
267
|
-
..._330
|
|
268
|
-
};
|
|
269
|
-
dydxprotocol.prices = { ..._185,
|
|
273
|
+
..._185,
|
|
270
274
|
..._186,
|
|
271
275
|
..._187,
|
|
272
|
-
...
|
|
273
|
-
...
|
|
274
|
-
...
|
|
275
|
-
..._318,
|
|
276
|
-
..._331
|
|
276
|
+
..._306,
|
|
277
|
+
..._321,
|
|
278
|
+
..._335
|
|
277
279
|
};
|
|
278
|
-
dydxprotocol.
|
|
280
|
+
dydxprotocol.prices = { ..._188,
|
|
281
|
+
..._189,
|
|
282
|
+
..._190,
|
|
279
283
|
..._191,
|
|
280
284
|
..._192,
|
|
281
|
-
...
|
|
282
|
-
...
|
|
283
|
-
...
|
|
284
|
-
..._319,
|
|
285
|
-
..._332
|
|
285
|
+
..._307,
|
|
286
|
+
..._322,
|
|
287
|
+
..._336
|
|
286
288
|
};
|
|
287
|
-
dydxprotocol.
|
|
289
|
+
dydxprotocol.ratelimit = { ..._193,
|
|
290
|
+
..._194,
|
|
291
|
+
..._195,
|
|
288
292
|
..._196,
|
|
289
293
|
..._197,
|
|
290
|
-
...
|
|
291
|
-
...
|
|
292
|
-
...
|
|
293
|
-
..._320,
|
|
294
|
-
..._333
|
|
294
|
+
..._308,
|
|
295
|
+
..._323,
|
|
296
|
+
..._337
|
|
295
297
|
};
|
|
296
|
-
dydxprotocol.
|
|
298
|
+
dydxprotocol.rewards = { ..._198,
|
|
299
|
+
..._199,
|
|
300
|
+
..._200,
|
|
297
301
|
..._201,
|
|
298
302
|
..._202,
|
|
299
|
-
...
|
|
300
|
-
...
|
|
301
|
-
...
|
|
303
|
+
..._309,
|
|
304
|
+
..._324,
|
|
305
|
+
..._338
|
|
302
306
|
};
|
|
303
|
-
dydxprotocol.
|
|
307
|
+
dydxprotocol.sending = { ..._203,
|
|
308
|
+
..._204,
|
|
304
309
|
..._205,
|
|
305
310
|
..._206,
|
|
306
|
-
...
|
|
307
|
-
...
|
|
308
|
-
..._307,
|
|
309
|
-
..._322,
|
|
310
|
-
..._335
|
|
311
|
+
..._325,
|
|
312
|
+
..._339
|
|
311
313
|
};
|
|
312
|
-
dydxprotocol.
|
|
314
|
+
dydxprotocol.stats = { ..._207,
|
|
315
|
+
..._208,
|
|
316
|
+
..._209,
|
|
313
317
|
..._210,
|
|
314
318
|
..._211,
|
|
315
|
-
...
|
|
316
|
-
...
|
|
317
|
-
...
|
|
318
|
-
..._323
|
|
319
|
+
..._310,
|
|
320
|
+
..._326,
|
|
321
|
+
..._340
|
|
319
322
|
};
|
|
320
|
-
dydxprotocol.
|
|
323
|
+
dydxprotocol.subaccounts = { ..._212,
|
|
324
|
+
..._213,
|
|
325
|
+
..._214,
|
|
321
326
|
..._215,
|
|
322
327
|
..._216,
|
|
323
|
-
...
|
|
324
|
-
...
|
|
325
|
-
|
|
326
|
-
|
|
328
|
+
..._311,
|
|
329
|
+
..._327
|
|
330
|
+
};
|
|
331
|
+
dydxprotocol.vest = { ..._217,
|
|
332
|
+
..._218,
|
|
333
|
+
..._219,
|
|
334
|
+
..._220,
|
|
335
|
+
..._312,
|
|
336
|
+
..._328,
|
|
337
|
+
..._341
|
|
327
338
|
};
|
|
328
|
-
dydxprotocol.ClientFactory = { ...
|
|
329
|
-
...
|
|
330
|
-
...
|
|
339
|
+
dydxprotocol.ClientFactory = { ..._345,
|
|
340
|
+
..._346,
|
|
341
|
+
..._347
|
|
331
342
|
};
|
|
332
343
|
})(dydxprotocol = exports.dydxprotocol || (exports.dydxprotocol = {}));
|
|
333
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
344
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnVuZGxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbm9kZV9tb2R1bGVzL0BkeWR4cHJvdG9jb2wvdjQtcHJvdG8vc3JjL2NvZGVnZW4vZHlkeHByb3RvY29sL2J1bmRsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLHFEQUF1QztBQUN2Qyx1REFBeUM7QUFDekMscURBQXVDO0FBQ3ZDLGtEQUFvQztBQUNwQyw0REFBOEM7QUFDOUMsMERBQTRDO0FBQzVDLHlEQUEyQztBQUMzQyx3REFBMEM7QUFDMUMscURBQXVDO0FBQ3ZDLGlFQUFtRDtBQUNuRCw0REFBOEM7QUFDOUMsdURBQXlDO0FBQ3pDLHNEQUF3QztBQUN4QyxxREFBdUM7QUFDdkMsa0RBQW9DO0FBQ3BDLHFFQUF1RDtBQUN2RCx1REFBeUM7QUFDekMsc0VBQXdEO0FBQ3hELHFEQUF1QztBQUN2QyxpRUFBbUQ7QUFDbkQsMERBQTRDO0FBQzVDLHFEQUF1QztBQUN2QyxpREFBbUM7QUFDbkMsdURBQXlDO0FBQ3pDLDREQUE4QztBQUM5QyxtREFBcUM7QUFDckMsNkVBQStEO0FBQy9ELG1EQUFxQztBQUNyQyxnREFBa0M7QUFDbEMsOERBQWdEO0FBQ2hELHdFQUEwRDtBQUMxRCxxRUFBdUQ7QUFDdkQsbUVBQXFEO0FBQ3JELGlFQUFtRDtBQUNuRCx5REFBMkM7QUFDM0MsdURBQXlDO0FBQ3pDLG9EQUFzQztBQUN0QywwREFBNEM7QUFDNUMsdURBQXlDO0FBQ3pDLHFEQUF1QztBQUN2Qyx5REFBMkM7QUFDM0Msd0RBQTBDO0FBQzFDLHVEQUF5QztBQUN6QyxvREFBc0M7QUFDdEMsd0RBQTBDO0FBQzFDLHNEQUF3QztBQUN4QyxtREFBcUM7QUFDckMsOERBQWdEO0FBQ2hELHNFQUF3RDtBQUN4RCxvRkFBc0U7QUFDdEUsaUVBQW1EO0FBQ25ELHVFQUF5RDtBQUN6RCxrRUFBb0Q7QUFDcEQsc0VB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
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
/// <reference types="long" />
|
|
2
2
|
import { PageRequest, PageRequestSDKType, PageResponse, PageResponseSDKType } from "../../cosmos/base/query/v1beta1/pagination";
|
|
3
|
-
import { SubaccountId, SubaccountIdSDKType } from "../subaccounts/subaccount";
|
|
4
3
|
import { ValidatorMevMatches, ValidatorMevMatchesSDKType, MevNodeToNodeMetrics, MevNodeToNodeMetricsSDKType } from "./mev";
|
|
5
4
|
import { ClobPair, ClobPairSDKType } from "./clob_pair";
|
|
6
5
|
import { EquityTierLimitConfiguration, EquityTierLimitConfigurationSDKType } from "./equity_tier_limit_config";
|
|
@@ -43,46 +42,6 @@ export interface QueryClobPairAllResponseSDKType {
|
|
|
43
42
|
clob_pair: ClobPairSDKType[];
|
|
44
43
|
pagination?: PageResponseSDKType;
|
|
45
44
|
}
|
|
46
|
-
/**
|
|
47
|
-
* AreSubaccountsLiquidatableRequest is a request message used to check whether
|
|
48
|
-
* the given subaccounts are liquidatable.
|
|
49
|
-
* The subaccount ids should not contain duplicates.
|
|
50
|
-
*/
|
|
51
|
-
export interface AreSubaccountsLiquidatableRequest {
|
|
52
|
-
subaccountIds: SubaccountId[];
|
|
53
|
-
}
|
|
54
|
-
/**
|
|
55
|
-
* AreSubaccountsLiquidatableRequest is a request message used to check whether
|
|
56
|
-
* the given subaccounts are liquidatable.
|
|
57
|
-
* The subaccount ids should not contain duplicates.
|
|
58
|
-
*/
|
|
59
|
-
export interface AreSubaccountsLiquidatableRequestSDKType {
|
|
60
|
-
subaccount_ids: SubaccountIdSDKType[];
|
|
61
|
-
}
|
|
62
|
-
/**
|
|
63
|
-
* AreSubaccountsLiquidatableResponse is a response message that contains the
|
|
64
|
-
* liquidation status for each subaccount.
|
|
65
|
-
*/
|
|
66
|
-
export interface AreSubaccountsLiquidatableResponse {
|
|
67
|
-
results: AreSubaccountsLiquidatableResponse_Result[];
|
|
68
|
-
}
|
|
69
|
-
/**
|
|
70
|
-
* AreSubaccountsLiquidatableResponse is a response message that contains the
|
|
71
|
-
* liquidation status for each subaccount.
|
|
72
|
-
*/
|
|
73
|
-
export interface AreSubaccountsLiquidatableResponseSDKType {
|
|
74
|
-
results: AreSubaccountsLiquidatableResponse_ResultSDKType[];
|
|
75
|
-
}
|
|
76
|
-
/** Result returns whether a subaccount should be liquidated. */
|
|
77
|
-
export interface AreSubaccountsLiquidatableResponse_Result {
|
|
78
|
-
subaccountId?: SubaccountId;
|
|
79
|
-
isLiquidatable: boolean;
|
|
80
|
-
}
|
|
81
|
-
/** Result returns whether a subaccount should be liquidated. */
|
|
82
|
-
export interface AreSubaccountsLiquidatableResponse_ResultSDKType {
|
|
83
|
-
subaccount_id?: SubaccountIdSDKType;
|
|
84
|
-
is_liquidatable: boolean;
|
|
85
|
-
}
|
|
86
45
|
/**
|
|
87
46
|
* MevNodeToNodeCalculationRequest is a request message used to run the
|
|
88
47
|
* MEV node <> node calculation.
|
|
@@ -230,21 +189,6 @@ export declare const QueryClobPairAllResponse: {
|
|
|
230
189
|
decode(input: _m0.Reader | Uint8Array, length?: number): QueryClobPairAllResponse;
|
|
231
190
|
fromPartial(object: DeepPartial<QueryClobPairAllResponse>): QueryClobPairAllResponse;
|
|
232
191
|
};
|
|
233
|
-
export declare const AreSubaccountsLiquidatableRequest: {
|
|
234
|
-
encode(message: AreSubaccountsLiquidatableRequest, writer?: _m0.Writer): _m0.Writer;
|
|
235
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): AreSubaccountsLiquidatableRequest;
|
|
236
|
-
fromPartial(object: DeepPartial<AreSubaccountsLiquidatableRequest>): AreSubaccountsLiquidatableRequest;
|
|
237
|
-
};
|
|
238
|
-
export declare const AreSubaccountsLiquidatableResponse: {
|
|
239
|
-
encode(message: AreSubaccountsLiquidatableResponse, writer?: _m0.Writer): _m0.Writer;
|
|
240
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): AreSubaccountsLiquidatableResponse;
|
|
241
|
-
fromPartial(object: DeepPartial<AreSubaccountsLiquidatableResponse>): AreSubaccountsLiquidatableResponse;
|
|
242
|
-
};
|
|
243
|
-
export declare const AreSubaccountsLiquidatableResponse_Result: {
|
|
244
|
-
encode(message: AreSubaccountsLiquidatableResponse_Result, writer?: _m0.Writer): _m0.Writer;
|
|
245
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): AreSubaccountsLiquidatableResponse_Result;
|
|
246
|
-
fromPartial(object: DeepPartial<AreSubaccountsLiquidatableResponse_Result>): AreSubaccountsLiquidatableResponse_Result;
|
|
247
|
-
};
|
|
248
192
|
export declare const MevNodeToNodeCalculationRequest: {
|
|
249
193
|
encode(message: MevNodeToNodeCalculationRequest, writer?: _m0.Writer): _m0.Writer;
|
|
250
194
|
decode(input: _m0.Reader | Uint8Array, length?: number): MevNodeToNodeCalculationRequest;
|