@cheqd/sdk 5.3.2 → 5.3.3-develop.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/README.md +310 -0
  2. package/build/cjs/index.d.ts +92 -1
  3. package/build/cjs/index.d.ts.map +1 -1
  4. package/build/cjs/index.js +75 -2
  5. package/build/cjs/index.js.map +1 -1
  6. package/build/cjs/modules/_.d.ts +61 -0
  7. package/build/cjs/modules/_.d.ts.map +1 -1
  8. package/build/cjs/modules/_.js +50 -0
  9. package/build/cjs/modules/_.js.map +1 -1
  10. package/build/cjs/modules/did.d.ts +278 -0
  11. package/build/cjs/modules/did.d.ts.map +1 -1
  12. package/build/cjs/modules/did.js +242 -0
  13. package/build/cjs/modules/did.js.map +1 -1
  14. package/build/cjs/modules/feeabstraction.d.ts +297 -2
  15. package/build/cjs/modules/feeabstraction.d.ts.map +1 -1
  16. package/build/cjs/modules/feeabstraction.js +235 -4
  17. package/build/cjs/modules/feeabstraction.js.map +1 -1
  18. package/build/cjs/modules/feemarket.d.ts +154 -21
  19. package/build/cjs/modules/feemarket.d.ts.map +1 -1
  20. package/build/cjs/modules/feemarket.js +133 -22
  21. package/build/cjs/modules/feemarket.js.map +1 -1
  22. package/build/cjs/modules/resource.d.ts +143 -0
  23. package/build/cjs/modules/resource.d.ts.map +1 -1
  24. package/build/cjs/modules/resource.js +131 -0
  25. package/build/cjs/modules/resource.js.map +1 -1
  26. package/build/cjs/querier.d.ts +50 -0
  27. package/build/cjs/querier.d.ts.map +1 -1
  28. package/build/cjs/querier.js +50 -0
  29. package/build/cjs/querier.js.map +1 -1
  30. package/build/cjs/registry.d.ts +14 -0
  31. package/build/cjs/registry.d.ts.map +1 -1
  32. package/build/cjs/registry.js +14 -0
  33. package/build/cjs/registry.js.map +1 -1
  34. package/build/cjs/signer.d.ts +172 -1
  35. package/build/cjs/signer.d.ts.map +1 -1
  36. package/build/cjs/signer.js +172 -1
  37. package/build/cjs/signer.js.map +1 -1
  38. package/build/cjs/types.d.ts +91 -0
  39. package/build/cjs/types.d.ts.map +1 -1
  40. package/build/cjs/types.js +17 -0
  41. package/build/cjs/types.js.map +1 -1
  42. package/build/cjs/utils.d.ts +188 -0
  43. package/build/cjs/utils.d.ts.map +1 -1
  44. package/build/cjs/utils.js +195 -0
  45. package/build/cjs/utils.js.map +1 -1
  46. package/build/esm/index.d.ts +92 -1
  47. package/build/esm/index.d.ts.map +1 -1
  48. package/build/esm/index.js +74 -1
  49. package/build/esm/index.js.map +1 -1
  50. package/build/esm/modules/_.d.ts +42 -0
  51. package/build/esm/modules/_.d.ts.map +1 -1
  52. package/build/esm/modules/_.js +32 -0
  53. package/build/esm/modules/_.js.map +1 -1
  54. package/build/esm/modules/did.d.ts +274 -0
  55. package/build/esm/modules/did.d.ts.map +1 -1
  56. package/build/esm/modules/did.js +242 -0
  57. package/build/esm/modules/did.js.map +1 -1
  58. package/build/esm/modules/feeabstraction.d.ts +277 -2
  59. package/build/esm/modules/feeabstraction.d.ts.map +1 -1
  60. package/build/esm/modules/feeabstraction.js +221 -2
  61. package/build/esm/modules/feeabstraction.js.map +1 -1
  62. package/build/esm/modules/feemarket.d.ts +152 -21
  63. package/build/esm/modules/feemarket.d.ts.map +1 -1
  64. package/build/esm/modules/feemarket.js +131 -21
  65. package/build/esm/modules/feemarket.js.map +1 -1
  66. package/build/esm/modules/resource.d.ts +142 -0
  67. package/build/esm/modules/resource.d.ts.map +1 -1
  68. package/build/esm/modules/resource.js +130 -0
  69. package/build/esm/modules/resource.js.map +1 -1
  70. package/build/esm/querier.d.ts +50 -0
  71. package/build/esm/querier.d.ts.map +1 -1
  72. package/build/esm/querier.js +50 -0
  73. package/build/esm/querier.js.map +1 -1
  74. package/build/esm/registry.d.ts +14 -0
  75. package/build/esm/registry.d.ts.map +1 -1
  76. package/build/esm/registry.js +14 -0
  77. package/build/esm/registry.js.map +1 -1
  78. package/build/esm/signer.d.ts +122 -0
  79. package/build/esm/signer.d.ts.map +1 -1
  80. package/build/esm/signer.js +122 -0
  81. package/build/esm/signer.js.map +1 -1
  82. package/build/esm/types.d.ts +92 -0
  83. package/build/esm/types.d.ts.map +1 -1
  84. package/build/esm/types.js +17 -0
  85. package/build/esm/types.js.map +1 -1
  86. package/build/esm/utils.d.ts +178 -0
  87. package/build/esm/utils.d.ts.map +1 -1
  88. package/build/esm/utils.js +171 -0
  89. package/build/esm/utils.js.map +1 -1
  90. package/build/types/index.d.ts +92 -1
  91. package/build/types/index.d.ts.map +1 -1
  92. package/build/types/modules/_.d.ts +42 -0
  93. package/build/types/modules/_.d.ts.map +1 -1
  94. package/build/types/modules/did.d.ts +274 -0
  95. package/build/types/modules/did.d.ts.map +1 -1
  96. package/build/types/modules/feeabstraction.d.ts +277 -2
  97. package/build/types/modules/feeabstraction.d.ts.map +1 -1
  98. package/build/types/modules/feemarket.d.ts +152 -21
  99. package/build/types/modules/feemarket.d.ts.map +1 -1
  100. package/build/types/modules/resource.d.ts +142 -0
  101. package/build/types/modules/resource.d.ts.map +1 -1
  102. package/build/types/querier.d.ts +50 -0
  103. package/build/types/querier.d.ts.map +1 -1
  104. package/build/types/registry.d.ts +14 -0
  105. package/build/types/registry.d.ts.map +1 -1
  106. package/build/types/signer.d.ts +122 -0
  107. package/build/types/signer.d.ts.map +1 -1
  108. package/build/types/types.d.ts +92 -0
  109. package/build/types/types.d.ts.map +1 -1
  110. package/build/types/utils.d.ts +178 -0
  111. package/build/types/utils.d.ts.map +1 -1
  112. package/package.json +1 -1
@@ -6,129 +6,424 @@ import { DidStdFee, IContext, QueryExtensionSetup } from '../types';
6
6
  import { CheqdQuerier } from '../querier';
7
7
  import { CheqdSigningStargateClient } from '../signer';
8
8
  import { Coin } from 'cosmjs-types/cosmos/base/v1beta1/coin';
9
- export declare const defaultExtensionKey: "feeabs";
9
+ /** Default extension key for fee abstraction-related query operations */
10
+ export declare const defaultFeeabstractionExtensionKey: "feeabs";
11
+ /**
12
+ * Protobuf message type literals for fee abstraction operations.
13
+ * Used for consistent message type identification across the module.
14
+ */
10
15
  export declare const protobufLiterals: {
16
+ /** Add host zone message type */
11
17
  readonly MsgAddHostZone: "MsgAddHostZone";
18
+ /** Add host zone response message type */
12
19
  readonly MsgAddHostZoneResponse: "MsgAddHostZoneResponse";
20
+ /** Fund fee abstraction module account message type */
13
21
  readonly MsgFundFeeAbsModuleAccount: "MsgFundFeeAbsModuleAccount";
22
+ /** Fund fee abstraction module account response message type */
14
23
  readonly MsgFundFeeAbsModuleAccountResponse: "MsgFundFeeAbsModuleAccountResponse";
24
+ /** Remove host zone message type */
15
25
  readonly MsgRemoveHostZone: "MsgRemoveHostZone";
26
+ /** Remove host zone response message type */
16
27
  readonly MsgRemoveHostZoneResponse: "MsgRemoveHostZoneResponse";
28
+ /** Send query IBC denomination TWAP message type */
17
29
  readonly MsgSendQueryIbcDenomTWAP: "MsgSendQueryIbcDenomTWAP";
30
+ /** Send query IBC denomination TWAP response message type */
18
31
  readonly MsgSendQueryIbcDenomTWAPResponse: "MsgSendQueryIbcDenomTWAPResponse";
32
+ /** Swap cross-chain message type */
19
33
  readonly MsgSwapCrossChain: "MsgSwapCrossChain";
34
+ /** Swap cross-chain response message type */
20
35
  readonly MsgSwapCrossChainResponse: "MsgSwapCrossChainResponse";
36
+ /** Update host zone message type */
21
37
  readonly MsgUpdateHostZone: "MsgUpdateHostZone";
38
+ /** Update host zone response message type */
22
39
  readonly MsgUpdateHostZoneResponse: "MsgUpdateHostZoneResponse";
40
+ /** Update parameters message type */
23
41
  readonly MsgUpdateParams: "MsgUpdateParams";
42
+ /** Update parameters response message type */
24
43
  readonly MsgUpdateParamsResponse: "MsgUpdateParamsResponse";
25
44
  };
45
+ /** Type URL for MsgAddHostZone messages */
26
46
  export declare const typeUrlMsgAddHostZone: "/feeabstraction.feeabs.v1beta1.MsgAddHostZone";
47
+ /** Type URL for MsgAddHostZoneResponse messages */
27
48
  export declare const typeUrlMsgAddHostZoneResponse: "/feeabstraction.feeabs.v1beta1.MsgAddHostZoneResponse";
49
+ /** Type URL for MsgFundFeeAbsModuleAccount messages */
28
50
  export declare const typeUrlMsgFundFeeAbsModuleAccount: "/feeabstraction.feeabs.v1beta1.MsgFundFeeAbsModuleAccount";
51
+ /** Type URL for MsgFundFeeAbsModuleAccountResponse messages */
29
52
  export declare const typeUrlMsgFundFeeAbsModuleAccountResponse: "/feeabstraction.feeabs.v1beta1.MsgFundFeeAbsModuleAccountResponse";
53
+ /** Type URL for MsgRemoveHostZone messages */
30
54
  export declare const typeUrlMsgRemoveHostZone: "/feeabstraction.feeabs.v1beta1.MsgRemoveHostZone";
55
+ /** Type URL for MsgRemoveHostZoneResponse messages */
31
56
  export declare const typeUrlMsgRemoveHostZoneResponse: "/feeabstraction.feeabs.v1beta1.MsgRemoveHostZoneResponse";
57
+ /** Type URL for MsgSendQueryIbcDenomTWAP messages */
32
58
  export declare const typeUrlMsgSendQueryIbcDenomTWAP: "/feeabstraction.feeabs.v1beta1.MsgSendQueryIbcDenomTWAP";
59
+ /** Type URL for MsgSendQueryIbcDenomTWAPResponse messages */
33
60
  export declare const typeUrlMsgSendQueryIbcDenomTWAPResponse: "/feeabstraction.feeabs.v1beta1.MsgSendQueryIbcDenomTWAPResponse";
61
+ /** Type URL for MsgSwapCrossChain messages */
34
62
  export declare const typeUrlMsgSwapCrossChain: "/feeabstraction.feeabs.v1beta1.MsgSwapCrossChain";
63
+ /** Type URL for MsgSwapCrossChainResponse messages */
35
64
  export declare const typeUrlMsgSwapCrossChainResponse: "/feeabstraction.feeabs.v1beta1.MsgSwapCrossChainResponse";
65
+ /** Type URL for MsgUpdateHostZone messages */
36
66
  export declare const typeUrlMsgUpdateHostZone: "/feeabstraction.feeabs.v1beta1.MsgUpdateHostZone";
67
+ /** Type URL for MsgUpdateHostZoneResponse messages */
37
68
  export declare const typeUrlMsgUpdateHostZoneResponse: "/feeabstraction.feeabs.v1beta1.MsgUpdateHostZoneResponse";
69
+ /** Type URL for MsgUpdateParams messages */
38
70
  export declare const typeUrlMsgUpdateParams: "/feeabstraction.feeabs.v1beta1.MsgUpdateParams";
71
+ /** Type URL for MsgUpdateParamsResponse messages */
39
72
  export declare const typeUrlMsgUpdateParamsResponse: "/feeabstraction.feeabs.v1beta1.MsgUpdateParamsResponse";
73
+ /**
74
+ * Encode object interface for MsgAddHostZone messages.
75
+ * Used for type-safe message encoding in host zone addition transactions.
76
+ */
40
77
  export interface MsgAddHostZoneEncodeObject extends EncodeObject {
41
78
  readonly typeUrl: typeof typeUrlMsgAddHostZone;
42
79
  readonly value: Partial<MsgAddHostZone>;
43
80
  }
81
+ /**
82
+ * Type guard function to check if an object is a MsgAddHostZoneEncodeObject.
83
+ *
84
+ * @param obj - EncodeObject to check
85
+ * @returns True if the object is a MsgAddHostZoneEncodeObject
86
+ */
44
87
  export declare function isMsgAddHostZoneEncodeObject(obj: EncodeObject): obj is MsgAddHostZoneEncodeObject;
88
+ /**
89
+ * Encode object interface for MsgAddHostZoneResponse messages.
90
+ * Used for type-safe response message handling in host zone addition operations.
91
+ */
45
92
  export interface MsgAddHostZoneResponseEncodeObject extends EncodeObject {
46
93
  readonly typeUrl: typeof typeUrlMsgAddHostZoneResponse;
47
94
  readonly value: Partial<MsgAddHostZoneResponse>;
48
95
  }
96
+ /**
97
+ * Type guard function to check if an object is a MsgAddHostZoneResponseEncodeObject.
98
+ *
99
+ * @param obj - EncodeObject to check
100
+ * @returns True if the object is a MsgAddHostZoneResponseEncodeObject
101
+ */
49
102
  export declare function isMsgAddHostZoneResponseEncodeObject(obj: EncodeObject): obj is MsgAddHostZoneResponseEncodeObject;
103
+ /**
104
+ * Encode object interface for MsgFundFeeAbsModuleAccount messages.
105
+ * Used for type-safe message encoding in fee abstraction module funding transactions.
106
+ */
50
107
  export interface MsgFundFeeAbsModuleAccountEncodeObject extends EncodeObject {
51
108
  readonly typeUrl: typeof typeUrlMsgFundFeeAbsModuleAccount;
52
109
  readonly value: Partial<MsgFundFeeAbsModuleAccount>;
53
110
  }
111
+ /**
112
+ * Type guard function to check if an object is a MsgFundFeeAbsModuleAccountEncodeObject.
113
+ *
114
+ * @param obj - EncodeObject to check
115
+ * @returns True if the object is a MsgFundFeeAbsModuleAccountEncodeObject
116
+ */
54
117
  export declare function isMsgFundFeeAbsModuleAccountEncodeObject(obj: EncodeObject): obj is MsgFundFeeAbsModuleAccountEncodeObject;
118
+ /**
119
+ * Encode object interface for MsgFundFeeAbsModuleAccountResponse messages.
120
+ * Used for type-safe response message handling in fee abstraction module funding operations.
121
+ */
55
122
  export interface MsgFundFeeAbsModuleAccountResponseEncodeObject extends EncodeObject {
56
123
  readonly typeUrl: typeof typeUrlMsgFundFeeAbsModuleAccountResponse;
57
124
  readonly value: Partial<MsgFundFeeAbsModuleAccountResponse>;
58
125
  }
126
+ /**
127
+ * Type guard function to check if an object is a MsgFundFeeAbsModuleAccountResponseEncodeObject.
128
+ *
129
+ * @param obj - EncodeObject to check
130
+ * @returns True if the object is a MsgFundFeeAbsModuleAccountResponseEncodeObject
131
+ */
59
132
  export declare function isMsgFundFeeAbsModuleAccountResponseEncodeObject(obj: EncodeObject): obj is MsgFundFeeAbsModuleAccountResponseEncodeObject;
133
+ /**
134
+ * Encode object interface for MsgRemoveHostZone messages.
135
+ * Used for type-safe message encoding in host zone removal transactions.
136
+ */
60
137
  export interface MsgRemoveHostZoneEncodeObject extends EncodeObject {
61
138
  readonly typeUrl: typeof typeUrlMsgRemoveHostZone;
62
139
  readonly value: Partial<MsgRemoveHostZone>;
63
140
  }
141
+ /**
142
+ * Type guard function to check if an object is a MsgRemoveHostZoneEncodeObject.
143
+ *
144
+ * @param obj - EncodeObject to check
145
+ * @returns True if the object is a MsgRemoveHostZoneEncodeObject
146
+ */
64
147
  export declare function isMsgRemoveHostZoneEncodeObject(obj: EncodeObject): obj is MsgRemoveHostZoneEncodeObject;
148
+ /**
149
+ * Encode object interface for MsgRemoveHostZoneResponse messages.
150
+ * Used for type-safe response message handling in host zone removal operations.
151
+ */
65
152
  export interface MsgRemoveHostZoneResponseEncodeObject extends EncodeObject {
66
153
  readonly typeUrl: typeof typeUrlMsgRemoveHostZoneResponse;
67
154
  readonly value: Partial<MsgRemoveHostZoneResponse>;
68
155
  }
156
+ /**
157
+ * Type guard function to check if an object is a MsgRemoveHostZoneResponseEncodeObject.
158
+ *
159
+ * @param obj - EncodeObject to check
160
+ * @returns True if the object is a MsgRemoveHostZoneResponseEncodeObject
161
+ */
69
162
  export declare function isMsgRemoveHostZoneResponseEncodeObject(obj: EncodeObject): obj is MsgRemoveHostZoneResponseEncodeObject;
163
+ /**
164
+ * Encode object interface for MsgSendQueryIbcDenomTWAP messages.
165
+ * Used for type-safe message encoding in IBC denomination TWAP query transactions.
166
+ */
70
167
  export interface MsgSendQueryIbcDenomTWAPEncodeObject extends EncodeObject {
71
168
  readonly typeUrl: typeof typeUrlMsgSendQueryIbcDenomTWAP;
72
169
  readonly value: Partial<MsgSendQueryIbcDenomTWAP>;
73
170
  }
171
+ /**
172
+ * Type guard function to check if an object is a MsgSendQueryIbcDenomTWAPEncodeObject.
173
+ *
174
+ * @param obj - EncodeObject to check
175
+ * @returns True if the object is a MsgSendQueryIbcDenomTWAPEncodeObject
176
+ */
74
177
  export declare function isMsgSendQueryIbcDenomTWAPEncodeObject(obj: EncodeObject): obj is MsgSendQueryIbcDenomTWAPEncodeObject;
178
+ /**
179
+ * Encode object interface for MsgSendQueryIbcDenomTWAPResponse messages.
180
+ * Used for type-safe response message handling in IBC denomination TWAP query operations.
181
+ */
75
182
  export interface MsgSendQueryIbcDenomTWAPResponseEncodeObject extends EncodeObject {
76
183
  readonly typeUrl: typeof typeUrlMsgSendQueryIbcDenomTWAPResponse;
77
184
  readonly value: Partial<MsgSendQueryIbcDenomTWAPResponse>;
78
185
  }
186
+ /**
187
+ * Type guard function to check if an object is a MsgSendQueryIbcDenomTWAPResponseEncodeObject.
188
+ *
189
+ * @param obj - EncodeObject to check
190
+ * @returns True if the object is a MsgSendQueryIbcDenomTWAPResponseEncodeObject
191
+ */
79
192
  export declare function isMsgSendQueryIbcDenomTWAPResponseEncodeObject(obj: EncodeObject): obj is MsgSendQueryIbcDenomTWAPResponseEncodeObject;
193
+ /**
194
+ * Encode object interface for MsgSwapCrossChain messages.
195
+ * Used for type-safe message encoding in cross-chain swap transactions.
196
+ */
80
197
  export interface MsgSwapCrossChainEncodeObject extends EncodeObject {
81
198
  readonly typeUrl: typeof typeUrlMsgSwapCrossChain;
82
199
  readonly value: Partial<MsgSwapCrossChain>;
83
200
  }
201
+ /**
202
+ * Type guard function to check if an object is a MsgSwapCrossChainEncodeObject.
203
+ *
204
+ * @param obj - EncodeObject to check
205
+ * @returns True if the object is a MsgSwapCrossChainEncodeObject
206
+ */
84
207
  export declare function isMsgSwapCrossChainEncodeObject(obj: EncodeObject): obj is MsgSwapCrossChainEncodeObject;
208
+ /**
209
+ * Encode object interface for MsgSwapCrossChainResponse messages.
210
+ * Used for type-safe response message handling in cross-chain swap operations.
211
+ */
85
212
  export interface MsgSwapCrossChainResponseEncodeObject extends EncodeObject {
86
213
  readonly typeUrl: typeof typeUrlMsgSwapCrossChainResponse;
87
214
  readonly value: Partial<MsgSwapCrossChainResponse>;
88
215
  }
216
+ /**
217
+ * Type guard function to check if an object is a MsgSwapCrossChainResponseEncodeObject.
218
+ *
219
+ * @param obj - EncodeObject to check
220
+ * @returns True if the object is a MsgSwapCrossChainResponseEncodeObject
221
+ */
89
222
  export declare function isMsgSwapCrossChainResponseEncodeObject(obj: EncodeObject): obj is MsgSwapCrossChainResponseEncodeObject;
223
+ /**
224
+ * Encode object interface for MsgUpdateHostZone messages.
225
+ * Used for type-safe message encoding in host zone update transactions.
226
+ */
90
227
  export interface MsgUpdateHostZoneEncodeObject extends EncodeObject {
91
228
  readonly typeUrl: typeof typeUrlMsgUpdateHostZone;
92
229
  readonly value: Partial<MsgUpdateHostZone>;
93
230
  }
231
+ /**
232
+ * Type guard function to check if an object is a MsgUpdateHostZoneEncodeObject.
233
+ *
234
+ * @param obj - EncodeObject to check
235
+ * @returns True if the object is a MsgUpdateHostZoneEncodeObject
236
+ */
94
237
  export declare function isMsgUpdateHostZoneEncodeObject(obj: EncodeObject): obj is MsgUpdateHostZoneEncodeObject;
238
+ /**
239
+ * Encode object interface for MsgUpdateHostZoneResponse messages.
240
+ * Used for type-safe response message handling in host zone update operations.
241
+ */
95
242
  export interface MsgUpdateHostZoneResponseEncodeObject extends EncodeObject {
96
243
  readonly typeUrl: typeof typeUrlMsgUpdateHostZoneResponse;
97
244
  readonly value: Partial<MsgUpdateHostZoneResponse>;
98
245
  }
246
+ /**
247
+ * Type guard function to check if an object is a MsgUpdateHostZoneResponseEncodeObject.
248
+ *
249
+ * @param obj - EncodeObject to check
250
+ * @returns True if the object is a MsgUpdateHostZoneResponseEncodeObject
251
+ */
99
252
  export declare function isMsgUpdateHostZoneResponseEncodeObject(obj: EncodeObject): obj is MsgUpdateHostZoneResponseEncodeObject;
253
+ /**
254
+ * Encode object interface for MsgUpdateParams messages.
255
+ * Used for type-safe message encoding in parameter update transactions.
256
+ */
100
257
  export interface MsgUpdateParamsEncodeObject extends EncodeObject {
101
258
  readonly typeUrl: typeof typeUrlMsgUpdateParams;
102
259
  readonly value: Partial<MsgUpdateParams>;
103
260
  }
261
+ /**
262
+ * Type guard function to check if an object is a MsgUpdateParamsEncodeObject.
263
+ *
264
+ * @param obj - EncodeObject to check
265
+ * @returns True if the object is a MsgUpdateParamsEncodeObject
266
+ */
104
267
  export declare function isMsgUpdateParamsEncodeObject(obj: EncodeObject): obj is MsgUpdateParamsEncodeObject;
268
+ /**
269
+ * Encode object interface for MsgUpdateParamsResponse messages.
270
+ * Used for type-safe response message handling in parameter update operations.
271
+ */
105
272
  export interface MsgUpdateParamsResponseEncodeObject extends EncodeObject {
106
273
  readonly typeUrl: typeof typeUrlMsgUpdateParamsResponse;
107
274
  readonly value: Partial<MsgUpdateParamsResponse>;
108
275
  }
276
+ /**
277
+ * Type guard function to check if an object is a MsgUpdateParamsResponseEncodeObject.
278
+ *
279
+ * @param obj - EncodeObject to check
280
+ * @returns True if the object is a MsgUpdateParamsResponseEncodeObject
281
+ */
109
282
  export declare function isMsgUpdateParamsResponseEncodeObject(obj: EncodeObject): obj is MsgUpdateParamsResponseEncodeObject;
283
+ /** Minimal importable version of the fee abstraction module for clean external interfaces */
110
284
  export type MinimalImportableFeeabstractionModule = MinimalImportableCheqdSDKModule<FeeabstractionModule>;
285
+ /**
286
+ * Fee abstraction extension interface for querier functionality.
287
+ * Provides methods for querying fee abstraction-related data.
288
+ */
111
289
  export type FeeabstractionExtension = {
112
- readonly [defaultExtensionKey]: {
290
+ readonly [defaultFeeabstractionExtensionKey]: {
291
+ /** Query host chain configuration */
113
292
  readonly hostChainConfig: (request: QueryHostChainConfigRequest) => Promise<QueryHostChainConfigResponse>;
293
+ /** Query Osmosis arithmetic TWAP data */
114
294
  readonly osmosisArithmeticTwap: (request: QueryOsmosisArithmeticTwapRequest) => Promise<QueryOsmosisArithmeticTwapResponse>;
295
+ /** Query fee abstraction module balances */
115
296
  readonly feeabsModuleBalances: (request: QueryFeeabsModuleBalacesRequest) => Promise<QueryFeeabsModuleBalacesResponse>;
116
297
  };
117
298
  };
299
+ /**
300
+ * Sets up the fee abstraction extension for the querier client.
301
+ * Creates and configures the fee abstraction-specific query methods.
302
+ *
303
+ * @param base - Base QueryClient to extend
304
+ * @returns Configured fee abstraction extension with query methods
305
+ */
118
306
  export declare const setupFeeabstractionExtension: (base: QueryClient) => FeeabstractionExtension;
307
+ /**
308
+ * Fee Abstraction Module class providing comprehensive fee abstraction functionality.
309
+ * Handles host zone management, cross-chain swaps, and fee abstraction operations on the Cheqd blockchain.
310
+ */
119
311
  export declare class FeeabstractionModule extends AbstractCheqdSDKModule {
120
312
  static readonly registryTypes: Iterable<[string, GeneratedType]>;
313
+ /** Querier extension setup function for fee abstraction operations */
121
314
  static readonly querierExtensionSetup: QueryExtensionSetup<FeeabstractionExtension>;
315
+ /** Querier instance with fee abstraction extension capabilities */
122
316
  querier: CheqdQuerier & FeeabstractionExtension;
317
+ /**
318
+ * Constructs a new fee abstraction module instance.
319
+ *
320
+ * @param signer - Signing client for blockchain transactions
321
+ * @param querier - Querier client with fee abstraction extension for data retrieval
322
+ */
123
323
  constructor(signer: CheqdSigningStargateClient, querier: CheqdQuerier & FeeabstractionExtension);
324
+ /**
325
+ * Gets the registry types for fee abstraction message encoding/decoding.
326
+ *
327
+ * @returns Iterable of [typeUrl, GeneratedType] pairs for the registry
328
+ */
124
329
  getRegistryTypes(): Iterable<[string, GeneratedType]>;
330
+ /**
331
+ * Gets the querier extension setup for fee abstraction operations.
332
+ *
333
+ * @returns Query extension setup function for fee abstraction functionality
334
+ */
125
335
  getQuerierExtensionSetup(): QueryExtensionSetup<FeeabstractionExtension>;
336
+ /**
337
+ * Creates a governance proposal to add a new host zone for fee abstraction.
338
+ * Submits the proposal through the governance module for community voting.
339
+ *
340
+ * @param data - Host zone data to add
341
+ * @param title - Proposal title
342
+ * @param deposit - Initial deposit for the proposal
343
+ * @param proposer - Address of the proposal submitter
344
+ * @param fee - Transaction fee configuration
345
+ * @param memo - Optional transaction memo
346
+ * @param context - Optional SDK context for accessing clients
347
+ * @returns Promise resolving to the transaction response
348
+ */
126
349
  addHostZoneProposal(data: MsgAddHostZone, title: string, deposit: Coin[], proposer: string, fee: DidStdFee, memo?: string, context?: IContext): Promise<DeliverTxResponse>;
350
+ /**
351
+ * Funds the fee abstraction module account with tokens.
352
+ * Allows users to provide liquidity for fee abstraction functionality.
353
+ *
354
+ * @param sender - Address of the account sending funds
355
+ * @param amount - Array of coins to send to the module account
356
+ * @param fee - Transaction fee configuration
357
+ * @param memo - Optional transaction memo
358
+ * @param context - Optional SDK context for accessing clients
359
+ * @returns Promise resolving to the transaction response
360
+ */
127
361
  fundFeeAbsModuleAccount(sender: string, amount: Coin[], fee: DidStdFee, memo?: string, context?: IContext): Promise<MsgFundFeeAbsModuleAccountResponse>;
362
+ /**
363
+ * Creates a governance proposal to remove an existing host zone from fee abstraction.
364
+ * Submits the proposal through the governance module for community voting.
365
+ *
366
+ * @param data - Host zone data to remove
367
+ * @param title - Proposal title
368
+ * @param deposit - Initial deposit for the proposal
369
+ * @param proposer - Address of the proposal submitter
370
+ * @param fee - Transaction fee configuration
371
+ * @param memo - Optional transaction memo
372
+ * @param context - Optional SDK context for accessing clients
373
+ * @returns Promise resolving to the transaction response
374
+ */
128
375
  removeHostZoneProposal(data: MsgRemoveHostZone, title: string, deposit: Coin[], proposer: string, fee: DidStdFee, memo?: string, context?: IContext): Promise<DeliverTxResponse>;
376
+ /**
377
+ * Sends a query for IBC denomination Time-Weighted Average Price (TWAP) data.
378
+ * Initiates a cross-chain query to retrieve pricing information for fee calculation.
379
+ *
380
+ * @param sender - Address of the account sending the query
381
+ * @param data - TWAP query data containing denomination and parameters
382
+ * @param fee - Transaction fee configuration
383
+ * @param memo - Optional transaction memo
384
+ * @param context - Optional SDK context for accessing clients
385
+ * @returns Promise resolving to the TWAP query response
386
+ */
129
387
  sendQueryIbcDenomTWAP(sender: string, data: MsgSendQueryIbcDenomTWAP, fee: DidStdFee, memo?: string, context?: IContext): Promise<MsgSendQueryIbcDenomTWAPResponse>;
388
+ /**
389
+ * Performs a cross-chain token swap using fee abstraction.
390
+ * Enables users to swap IBC tokens across different chains.
391
+ *
392
+ * @param sender - Address of the account initiating the swap
393
+ * @param ibcDenom - IBC denomination to swap
394
+ * @param fee - Transaction fee configuration
395
+ * @param memo - Optional transaction memo
396
+ * @param context - Optional SDK context for accessing clients
397
+ * @returns Promise resolving to the swap response
398
+ */
130
399
  swapCrossChain(sender: string, ibcDenom: string, fee: DidStdFee, memo?: string, context?: IContext): Promise<MsgSwapCrossChainResponse>;
400
+ /**
401
+ * Creates a governance proposal to update an existing host zone configuration.
402
+ * Submits the proposal through the governance module for community voting.
403
+ *
404
+ * @param data - Updated host zone configuration data
405
+ * @param title - Proposal title
406
+ * @param deposit - Initial deposit for the proposal
407
+ * @param proposer - Address of the proposal submitter
408
+ * @param fee - Transaction fee configuration
409
+ * @param memo - Optional transaction memo
410
+ * @param context - Optional SDK context for accessing clients
411
+ * @returns Promise resolving to the transaction response
412
+ */
131
413
  updateHostZoneProposal(data: MsgUpdateHostZone, title: string, deposit: Coin[], proposer: string, fee: DidStdFee, memo?: string, context?: IContext): Promise<DeliverTxResponse>;
414
+ /**
415
+ * Creates a governance proposal to update fee abstraction module parameters.
416
+ * Submits the proposal through the governance module for community voting.
417
+ *
418
+ * @param data - Updated module parameters
419
+ * @param title - Proposal title
420
+ * @param deposit - Initial deposit for the proposal
421
+ * @param proposer - Address of the proposal submitter
422
+ * @param fee - Transaction fee configuration
423
+ * @param memo - Optional transaction memo
424
+ * @param context - Optional SDK context for accessing clients
425
+ * @returns Promise resolving to the transaction response
426
+ */
132
427
  updateParamsProposal(data: MsgUpdateParams, title: string, deposit: Coin[], proposer: string, fee: DidStdFee, memo?: string, context?: IContext): Promise<DeliverTxResponse>;
133
428
  }
134
429
  //# sourceMappingURL=feeabstraction.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"feeabstraction.d.ts","sourceRoot":"","sources":["../../../cjs/src/modules/feeabstraction.ts"],"names":[],"mappings":"AAAA,OAAO,EAEN,cAAc,EACd,sBAAsB,EACtB,0BAA0B,EAC1B,kCAAkC,EAClC,iBAAiB,EACjB,yBAAyB,EACzB,wBAAwB,EACxB,gCAAgC,EAChC,iBAAiB,EACjB,yBAAyB,EACzB,iBAAiB,EACjB,yBAAyB,EACzB,eAAe,EACf,uBAAuB,EACvB,2BAA2B,EAC3B,4BAA4B,EAC5B,iCAAiC,EACjC,kCAAkC,EAClC,+BAA+B,EAC/B,gCAAgC,EAEhC,MAAM,yDAAyD,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AACxE,OAAO,EAAE,sBAAsB,EAAE,+BAA+B,EAAE,MAAM,KAAK,CAAC;AAC9E,OAAO,EAA2B,iBAAiB,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAC/F,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACpE,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAC1C,OAAO,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAC;AAEvD,OAAO,EAAE,IAAI,EAAE,MAAM,uCAAuC,CAAC;AAE7D,eAAO,MAAM,mBAAmB,EAAG,QAAiB,CAAC;AAErD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;CAenB,CAAC;AAEX,eAAO,MAAM,qBAAqB,iDAAoE,CAAC;AACvG,eAAO,MAAM,6BAA6B,yDAA4E,CAAC;AACvH,eAAO,MAAM,iCAAiC,6DACgC,CAAC;AAC/E,eAAO,MAAM,yCAAyC,qEACgC,CAAC;AACvF,eAAO,MAAM,wBAAwB,oDAAuE,CAAC;AAC7G,eAAO,MAAM,gCAAgC,4DACgC,CAAC;AAC9E,eAAO,MAAM,+BAA+B,2DACgC,CAAC;AAC7E,eAAO,MAAM,uCAAuC,mEACgC,CAAC;AACrF,eAAO,MAAM,wBAAwB,oDAAuE,CAAC;AAC7G,eAAO,MAAM,gCAAgC,4DACgC,CAAC;AAC9E,eAAO,MAAM,wBAAwB,oDAAuE,CAAC;AAC7G,eAAO,MAAM,gCAAgC,4DACgC,CAAC;AAC9E,eAAO,MAAM,sBAAsB,kDAAqE,CAAC;AACzG,eAAO,MAAM,8BAA8B,0DACgC,CAAC;AAE5E,MAAM,WAAW,0BAA2B,SAAQ,YAAY;IAC/D,QAAQ,CAAC,OAAO,EAAE,OAAO,qBAAqB,CAAC;IAC/C,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC,cAAc,CAAC,CAAC;CACxC;AAED,wBAAgB,4BAA4B,CAAC,GAAG,EAAE,YAAY,GAAG,GAAG,IAAI,0BAA0B,CAEjG;AAED,MAAM,WAAW,kCAAmC,SAAQ,YAAY;IACvE,QAAQ,CAAC,OAAO,EAAE,OAAO,6BAA6B,CAAC;IACvD,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC,sBAAsB,CAAC,CAAC;CAChD;AAED,wBAAgB,oCAAoC,CAAC,GAAG,EAAE,YAAY,GAAG,GAAG,IAAI,kCAAkC,CAEjH;AAED,MAAM,WAAW,sCAAuC,SAAQ,YAAY;IAC3E,QAAQ,CAAC,OAAO,EAAE,OAAO,iCAAiC,CAAC;IAC3D,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC,0BAA0B,CAAC,CAAC;CACpD;AAED,wBAAgB,wCAAwC,CACvD,GAAG,EAAE,YAAY,GACf,GAAG,IAAI,sCAAsC,CAE/C;AAED,MAAM,WAAW,8CAA+C,SAAQ,YAAY;IACnF,QAAQ,CAAC,OAAO,EAAE,OAAO,yCAAyC,CAAC;IACnE,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC,kCAAkC,CAAC,CAAC;CAC5D;AAED,wBAAgB,gDAAgD,CAC/D,GAAG,EAAE,YAAY,GACf,GAAG,IAAI,8CAA8C,CAEvD;AAED,MAAM,WAAW,6BAA8B,SAAQ,YAAY;IAClE,QAAQ,CAAC,OAAO,EAAE,OAAO,wBAAwB,CAAC;IAClD,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC,iBAAiB,CAAC,CAAC;CAC3C;AAED,wBAAgB,+BAA+B,CAAC,GAAG,EAAE,YAAY,GAAG,GAAG,IAAI,6BAA6B,CAEvG;AAED,MAAM,WAAW,qCAAsC,SAAQ,YAAY;IAC1E,QAAQ,CAAC,OAAO,EAAE,OAAO,gCAAgC,CAAC;IAC1D,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC,yBAAyB,CAAC,CAAC;CACnD;AAED,wBAAgB,uCAAuC,CACtD,GAAG,EAAE,YAAY,GACf,GAAG,IAAI,qCAAqC,CAE9C;AAED,MAAM,WAAW,oCAAqC,SAAQ,YAAY;IACzE,QAAQ,CAAC,OAAO,EAAE,OAAO,+BAA+B,CAAC;IACzD,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC,wBAAwB,CAAC,CAAC;CAClD;AAED,wBAAgB,sCAAsC,CAAC,GAAG,EAAE,YAAY,GAAG,GAAG,IAAI,oCAAoC,CAErH;AAED,MAAM,WAAW,4CAA6C,SAAQ,YAAY;IACjF,QAAQ,CAAC,OAAO,EAAE,OAAO,uCAAuC,CAAC;IACjE,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC,gCAAgC,CAAC,CAAC;CAC1D;AAED,wBAAgB,8CAA8C,CAC7D,GAAG,EAAE,YAAY,GACf,GAAG,IAAI,4CAA4C,CAErD;AAED,MAAM,WAAW,6BAA8B,SAAQ,YAAY;IAClE,QAAQ,CAAC,OAAO,EAAE,OAAO,wBAAwB,CAAC;IAClD,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC,iBAAiB,CAAC,CAAC;CAC3C;AAED,wBAAgB,+BAA+B,CAAC,GAAG,EAAE,YAAY,GAAG,GAAG,IAAI,6BAA6B,CAEvG;AAED,MAAM,WAAW,qCAAsC,SAAQ,YAAY;IAC1E,QAAQ,CAAC,OAAO,EAAE,OAAO,gCAAgC,CAAC;IAC1D,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC,yBAAyB,CAAC,CAAC;CACnD;AAED,wBAAgB,uCAAuC,CACtD,GAAG,EAAE,YAAY,GACf,GAAG,IAAI,qCAAqC,CAE9C;AAED,MAAM,WAAW,6BAA8B,SAAQ,YAAY;IAClE,QAAQ,CAAC,OAAO,EAAE,OAAO,wBAAwB,CAAC;IAClD,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC,iBAAiB,CAAC,CAAC;CAC3C;AAED,wBAAgB,+BAA+B,CAAC,GAAG,EAAE,YAAY,GAAG,GAAG,IAAI,6BAA6B,CAEvG;AAED,MAAM,WAAW,qCAAsC,SAAQ,YAAY;IAC1E,QAAQ,CAAC,OAAO,EAAE,OAAO,gCAAgC,CAAC;IAC1D,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC,yBAAyB,CAAC,CAAC;CACnD;AAED,wBAAgB,uCAAuC,CACtD,GAAG,EAAE,YAAY,GACf,GAAG,IAAI,qCAAqC,CAE9C;AAED,MAAM,WAAW,2BAA4B,SAAQ,YAAY;IAChE,QAAQ,CAAC,OAAO,EAAE,OAAO,sBAAsB,CAAC;IAChD,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;CACzC;AAED,wBAAgB,6BAA6B,CAAC,GAAG,EAAE,YAAY,GAAG,GAAG,IAAI,2BAA2B,CAEnG;AAED,MAAM,WAAW,mCAAoC,SAAQ,YAAY;IACxE,QAAQ,CAAC,OAAO,EAAE,OAAO,8BAA8B,CAAC;IACxD,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC,uBAAuB,CAAC,CAAC;CACjD;AAED,wBAAgB,qCAAqC,CAAC,GAAG,EAAE,YAAY,GAAG,GAAG,IAAI,mCAAmC,CAEnH;AAED,MAAM,MAAM,qCAAqC,GAAG,+BAA+B,CAAC,oBAAoB,CAAC,CAAC;AAE1G,MAAM,MAAM,uBAAuB,GAAG;IACrC,QAAQ,CAAC,CAAC,mBAAmB,CAAC,EAAE;QAC/B,QAAQ,CAAC,eAAe,EAAE,CAAC,OAAO,EAAE,2BAA2B,KAAK,OAAO,CAAC,4BAA4B,CAAC,CAAC;QAC1G,QAAQ,CAAC,qBAAqB,EAAE,CAC/B,OAAO,EAAE,iCAAiC,KACtC,OAAO,CAAC,kCAAkC,CAAC,CAAC;QACjD,QAAQ,CAAC,oBAAoB,EAAE,CAC9B,OAAO,EAAE,+BAA+B,KACpC,OAAO,CAAC,gCAAgC,CAAC,CAAC;KAC/C,CAAC;CACF,CAAC;AAEF,eAAO,MAAM,4BAA4B,GAAI,MAAM,WAAW,KAAG,uBAkBhE,CAAC;AAEF,qBAAa,oBAAqB,SAAQ,sBAAsB;IAE/D,MAAM,CAAC,QAAQ,CAAC,aAAa,EAAE,QAAQ,CAAC,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC,CAe9D;IAEF,MAAM,CAAC,QAAQ,CAAC,qBAAqB,EAAE,mBAAmB,CAAC,uBAAuB,CAAC,CAAgC;IAEnH,OAAO,EAAE,YAAY,GAAG,uBAAuB,CAAC;gBAEpC,MAAM,EAAE,0BAA0B,EAAE,OAAO,EAAE,YAAY,GAAG,uBAAuB;IAcxF,gBAAgB,IAAI,QAAQ,CAAC,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC;IAIrD,wBAAwB,IAAI,mBAAmB,CAAC,uBAAuB,CAAC;IAIzE,mBAAmB,CACxB,IAAI,EAAE,cAAc,EACpB,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,IAAI,EAAE,EACf,QAAQ,EAAE,MAAM,EAChB,GAAG,EAAE,SAAS,EACd,IAAI,CAAC,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,QAAQ,GAChB,OAAO,CAAC,iBAAiB,CAAC;IAqBvB,uBAAuB,CAC5B,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,IAAI,EAAE,EACd,GAAG,EAAE,SAAS,EACd,IAAI,CAAC,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,QAAQ,GAChB,OAAO,CAAC,kCAAkC,CAAC;IAcxC,sBAAsB,CAC3B,IAAI,EAAE,iBAAiB,EACvB,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,IAAI,EAAE,EACf,QAAQ,EAAE,MAAM,EAChB,GAAG,EAAE,SAAS,EACd,IAAI,CAAC,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,QAAQ,GAChB,OAAO,CAAC,iBAAiB,CAAC;IAqBvB,qBAAqB,CAC1B,MAAM,EAAE,MAAM,EACd,IAAI,EAAE,wBAAwB,EAC9B,GAAG,EAAE,SAAS,EACd,IAAI,CAAC,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,QAAQ,GAChB,OAAO,CAAC,gCAAgC,CAAC;IAWtC,cAAc,CACnB,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,MAAM,EAChB,GAAG,EAAE,SAAS,EACd,IAAI,CAAC,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,QAAQ,GAChB,OAAO,CAAC,yBAAyB,CAAC;IAa/B,sBAAsB,CAC3B,IAAI,EAAE,iBAAiB,EACvB,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,IAAI,EAAE,EACf,QAAQ,EAAE,MAAM,EAChB,GAAG,EAAE,SAAS,EACd,IAAI,CAAC,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,QAAQ,GAChB,OAAO,CAAC,iBAAiB,CAAC;IAqBvB,oBAAoB,CACzB,IAAI,EAAE,eAAe,EACrB,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,IAAI,EAAE,EACf,QAAQ,EAAE,MAAM,EAChB,GAAG,EAAE,SAAS,EACd,IAAI,CAAC,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,QAAQ,GAChB,OAAO,CAAC,iBAAiB,CAAC;CAoB7B"}
1
+ {"version":3,"file":"feeabstraction.d.ts","sourceRoot":"","sources":["../../../cjs/src/modules/feeabstraction.ts"],"names":[],"mappings":"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"}