@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,41 +6,84 @@ import { DidStdFee, IContext, QueryExtensionSetup } from '../types.js';
6
6
  import { CheqdQuerier } from '../querier.js';
7
7
  import { CheqdSigningStargateClient } from '../signer.js';
8
8
  import { Coin } from 'cosmjs-types/cosmos/base/v1beta1/coin.js';
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 fee abstraction 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;
45
88
  export interface MsgAddHostZoneResponseEncodeObject extends EncodeObject {
46
89
  readonly typeUrl: typeof typeUrlMsgAddHostZoneResponse;
@@ -52,83 +95,315 @@ export interface MsgFundFeeAbsModuleAccountEncodeObject extends EncodeObject {
52
95
  readonly value: Partial<MsgFundFeeAbsModuleAccount>;
53
96
  }
54
97
  export declare function isMsgFundFeeAbsModuleAccountEncodeObject(obj: EncodeObject): obj is MsgFundFeeAbsModuleAccountEncodeObject;
98
+ /**
99
+ * Encode object interface for MsgFundFeeAbsModuleAccountResponse messages.
100
+ * Used for type-safe response message handling in fee abstraction module funding operations.
101
+ */
55
102
  export interface MsgFundFeeAbsModuleAccountResponseEncodeObject extends EncodeObject {
56
103
  readonly typeUrl: typeof typeUrlMsgFundFeeAbsModuleAccountResponse;
57
104
  readonly value: Partial<MsgFundFeeAbsModuleAccountResponse>;
58
105
  }
106
+ /**
107
+ * Type guard function to check if an object is a MsgFundFeeAbsModuleAccountResponseEncodeObject.
108
+ *
109
+ * @param obj - EncodeObject to check
110
+ * @returns True if the object is a MsgFundFeeAbsModuleAccountResponseEncodeObject
111
+ */
59
112
  export declare function isMsgFundFeeAbsModuleAccountResponseEncodeObject(obj: EncodeObject): obj is MsgFundFeeAbsModuleAccountResponseEncodeObject;
113
+ /**
114
+ * Encode object interface for MsgRemoveHostZone messages.
115
+ * Used for type-safe message encoding in host zone removal transactions.
116
+ */
60
117
  export interface MsgRemoveHostZoneEncodeObject extends EncodeObject {
61
118
  readonly typeUrl: typeof typeUrlMsgRemoveHostZone;
62
119
  readonly value: Partial<MsgRemoveHostZone>;
63
120
  }
121
+ /**
122
+ * Type guard function to check if an object is a MsgRemoveHostZoneEncodeObject.
123
+ *
124
+ * @param obj - EncodeObject to check
125
+ * @returns True if the object is a MsgRemoveHostZoneEncodeObject
126
+ */
64
127
  export declare function isMsgRemoveHostZoneEncodeObject(obj: EncodeObject): obj is MsgRemoveHostZoneEncodeObject;
128
+ /**
129
+ * Encode object interface for MsgRemoveHostZoneResponse messages.
130
+ * Used for type-safe response message handling in host zone removal operations.
131
+ */
65
132
  export interface MsgRemoveHostZoneResponseEncodeObject extends EncodeObject {
66
133
  readonly typeUrl: typeof typeUrlMsgRemoveHostZoneResponse;
67
134
  readonly value: Partial<MsgRemoveHostZoneResponse>;
68
135
  }
136
+ /**
137
+ * Type guard function to check if an object is a MsgRemoveHostZoneResponseEncodeObject.
138
+ *
139
+ * @param obj - EncodeObject to check
140
+ * @returns True if the object is a MsgRemoveHostZoneResponseEncodeObject
141
+ */
69
142
  export declare function isMsgRemoveHostZoneResponseEncodeObject(obj: EncodeObject): obj is MsgRemoveHostZoneResponseEncodeObject;
143
+ /**
144
+ * Encode object interface for MsgSendQueryIbcDenomTWAP messages.
145
+ * Used for type-safe message encoding in IBC denomination TWAP query transactions.
146
+ */
70
147
  export interface MsgSendQueryIbcDenomTWAPEncodeObject extends EncodeObject {
71
148
  readonly typeUrl: typeof typeUrlMsgSendQueryIbcDenomTWAP;
72
149
  readonly value: Partial<MsgSendQueryIbcDenomTWAP>;
73
150
  }
151
+ /**
152
+ * Type guard function to check if an object is a MsgSendQueryIbcDenomTWAPEncodeObject.
153
+ *
154
+ * @param obj - EncodeObject to check
155
+ * @returns True if the object is a MsgSendQueryIbcDenomTWAPEncodeObject
156
+ */
74
157
  export declare function isMsgSendQueryIbcDenomTWAPEncodeObject(obj: EncodeObject): obj is MsgSendQueryIbcDenomTWAPEncodeObject;
158
+ /**
159
+ * Encode object interface for MsgSendQueryIbcDenomTWAPResponse messages.
160
+ * Used for type-safe response message handling in IBC denomination TWAP query operations.
161
+ */
75
162
  export interface MsgSendQueryIbcDenomTWAPResponseEncodeObject extends EncodeObject {
76
163
  readonly typeUrl: typeof typeUrlMsgSendQueryIbcDenomTWAPResponse;
77
164
  readonly value: Partial<MsgSendQueryIbcDenomTWAPResponse>;
78
165
  }
166
+ /**
167
+ * Type guard function to check if an object is a MsgSendQueryIbcDenomTWAPResponseEncodeObject.
168
+ *
169
+ * @param obj - EncodeObject to check
170
+ * @returns True if the object is a MsgSendQueryIbcDenomTWAPResponseEncodeObject
171
+ */
79
172
  export declare function isMsgSendQueryIbcDenomTWAPResponseEncodeObject(obj: EncodeObject): obj is MsgSendQueryIbcDenomTWAPResponseEncodeObject;
173
+ /**
174
+ * Encode object interface for MsgSwapCrossChain messages.
175
+ * Used for type-safe message encoding in cross-chain swap transactions.
176
+ */
80
177
  export interface MsgSwapCrossChainEncodeObject extends EncodeObject {
81
178
  readonly typeUrl: typeof typeUrlMsgSwapCrossChain;
82
179
  readonly value: Partial<MsgSwapCrossChain>;
83
180
  }
181
+ /**
182
+ * Type guard function to check if an object is a MsgSwapCrossChainEncodeObject.
183
+ *
184
+ * @param obj - EncodeObject to check
185
+ * @returns True if the object is a MsgSwapCrossChainEncodeObject
186
+ */
84
187
  export declare function isMsgSwapCrossChainEncodeObject(obj: EncodeObject): obj is MsgSwapCrossChainEncodeObject;
188
+ /**
189
+ * Encode object interface for MsgSwapCrossChainResponse messages.
190
+ * Used for type-safe response message handling in cross-chain swap operations.
191
+ */
85
192
  export interface MsgSwapCrossChainResponseEncodeObject extends EncodeObject {
86
193
  readonly typeUrl: typeof typeUrlMsgSwapCrossChainResponse;
87
194
  readonly value: Partial<MsgSwapCrossChainResponse>;
88
195
  }
196
+ /**
197
+ * Type guard function to check if an object is a MsgSwapCrossChainResponseEncodeObject.
198
+ *
199
+ * @param obj - EncodeObject to check
200
+ * @returns True if the object is a MsgSwapCrossChainResponseEncodeObject
201
+ */
89
202
  export declare function isMsgSwapCrossChainResponseEncodeObject(obj: EncodeObject): obj is MsgSwapCrossChainResponseEncodeObject;
203
+ /**
204
+ * Encode object interface for MsgUpdateHostZone messages.
205
+ * Used for type-safe message encoding in host zone update transactions.
206
+ */
90
207
  export interface MsgUpdateHostZoneEncodeObject extends EncodeObject {
91
208
  readonly typeUrl: typeof typeUrlMsgUpdateHostZone;
92
209
  readonly value: Partial<MsgUpdateHostZone>;
93
210
  }
211
+ /**
212
+ * Type guard function to check if an object is a MsgUpdateHostZoneEncodeObject.
213
+ *
214
+ * @param obj - EncodeObject to check
215
+ * @returns True if the object is a MsgUpdateHostZoneEncodeObject
216
+ */
94
217
  export declare function isMsgUpdateHostZoneEncodeObject(obj: EncodeObject): obj is MsgUpdateHostZoneEncodeObject;
218
+ /**
219
+ * Encode object interface for MsgUpdateHostZoneResponse messages.
220
+ * Used for type-safe response message handling in host zone update operations.
221
+ */
95
222
  export interface MsgUpdateHostZoneResponseEncodeObject extends EncodeObject {
96
223
  readonly typeUrl: typeof typeUrlMsgUpdateHostZoneResponse;
97
224
  readonly value: Partial<MsgUpdateHostZoneResponse>;
98
225
  }
226
+ /**
227
+ * Type guard function to check if an object is a MsgUpdateHostZoneResponseEncodeObject.
228
+ *
229
+ * @param obj - EncodeObject to check
230
+ * @returns True if the object is a MsgUpdateHostZoneResponseEncodeObject
231
+ */
99
232
  export declare function isMsgUpdateHostZoneResponseEncodeObject(obj: EncodeObject): obj is MsgUpdateHostZoneResponseEncodeObject;
233
+ /**
234
+ * Encode object interface for MsgUpdateParams messages.
235
+ * Used for type-safe message encoding in parameter update transactions.
236
+ */
100
237
  export interface MsgUpdateParamsEncodeObject extends EncodeObject {
101
238
  readonly typeUrl: typeof typeUrlMsgUpdateParams;
102
239
  readonly value: Partial<MsgUpdateParams>;
103
240
  }
241
+ /**
242
+ * Type guard function to check if an object is a MsgUpdateParamsEncodeObject.
243
+ *
244
+ * @param obj - EncodeObject to check
245
+ * @returns True if the object is a MsgUpdateParamsEncodeObject
246
+ */
104
247
  export declare function isMsgUpdateParamsEncodeObject(obj: EncodeObject): obj is MsgUpdateParamsEncodeObject;
248
+ /**
249
+ * Encode object interface for MsgUpdateParamsResponse messages.
250
+ * Used for type-safe response message handling in parameter update operations.
251
+ */
105
252
  export interface MsgUpdateParamsResponseEncodeObject extends EncodeObject {
106
253
  readonly typeUrl: typeof typeUrlMsgUpdateParamsResponse;
107
254
  readonly value: Partial<MsgUpdateParamsResponse>;
108
255
  }
256
+ /**
257
+ * Type guard function to check if an object is a MsgUpdateParamsResponseEncodeObject.
258
+ *
259
+ * @param obj - EncodeObject to check
260
+ * @returns True if the object is a MsgUpdateParamsResponseEncodeObject
261
+ */
109
262
  export declare function isMsgUpdateParamsResponseEncodeObject(obj: EncodeObject): obj is MsgUpdateParamsResponseEncodeObject;
263
+ /** Minimal importable version of the fee abstraction module for clean external interfaces */
110
264
  export type MinimalImportableFeeabstractionModule = MinimalImportableCheqdSDKModule<FeeabstractionModule>;
265
+ /**
266
+ * Fee abstraction extension interface for querier functionality.
267
+ * Provides methods for querying fee abstraction-related data.
268
+ */
111
269
  export type FeeabstractionExtension = {
112
- readonly [defaultExtensionKey]: {
270
+ readonly [defaultFeeabstractionExtensionKey]: {
271
+ /** Query host chain configuration */
113
272
  readonly hostChainConfig: (request: QueryHostChainConfigRequest) => Promise<QueryHostChainConfigResponse>;
273
+ /** Query Osmosis arithmetic TWAP data */
114
274
  readonly osmosisArithmeticTwap: (request: QueryOsmosisArithmeticTwapRequest) => Promise<QueryOsmosisArithmeticTwapResponse>;
275
+ /** Query fee abstraction module account balances */
115
276
  readonly feeabsModuleBalances: (request: QueryFeeabsModuleBalacesRequest) => Promise<QueryFeeabsModuleBalacesResponse>;
116
277
  };
117
278
  };
279
+ /**
280
+ * Sets up the fee abstraction extension for the querier client.
281
+ * Creates and configures the fee abstraction-specific query methods.
282
+ *
283
+ * @param base - Base QueryClient to extend
284
+ * @returns Configured fee abstraction extension with query methods
285
+ */
118
286
  export declare const setupFeeabstractionExtension: (base: QueryClient) => FeeabstractionExtension;
287
+ /**
288
+ * Fee Abstraction Module class providing comprehensive fee abstraction functionality.
289
+ * Handles host zone management, cross-chain swaps, and fee abstraction operations on the Cheqd blockchain.
290
+ */
119
291
  export declare class FeeabstractionModule extends AbstractCheqdSDKModule {
120
292
  static readonly registryTypes: Iterable<[string, GeneratedType]>;
293
+ /** Querier extension setup function for fee abstraction operations */
121
294
  static readonly querierExtensionSetup: QueryExtensionSetup<FeeabstractionExtension>;
295
+ /** Querier instance with fee abstraction extension capabilities */
122
296
  querier: CheqdQuerier & FeeabstractionExtension;
297
+ /**
298
+ * Constructs a new fee abstraction module instance.
299
+ *
300
+ * @param signer - Signing client for blockchain transactions
301
+ * @param querier - Querier client with fee abstraction extension for data retrieval
302
+ */
123
303
  constructor(signer: CheqdSigningStargateClient, querier: CheqdQuerier & FeeabstractionExtension);
304
+ /**
305
+ * Gets the registry types for fee abstraction message encoding/decoding.
306
+ *
307
+ * @returns Iterable of [typeUrl, GeneratedType] pairs for the registry
308
+ */
124
309
  getRegistryTypes(): Iterable<[string, GeneratedType]>;
310
+ /**
311
+ * Gets the querier extension setup for fee abstraction operations.
312
+ *
313
+ * @returns Query extension setup function for fee abstraction functionality
314
+ */
125
315
  getQuerierExtensionSetup(): QueryExtensionSetup<FeeabstractionExtension>;
316
+ /**
317
+ * Creates a governance proposal to add a new host zone for fee abstraction.
318
+ * Submits the proposal through the governance module for community voting.
319
+ *
320
+ * @param data - Host zone data to add
321
+ * @param title - Proposal title
322
+ * @param deposit - Initial deposit for the proposal
323
+ * @param proposer - Address of the proposal submitter
324
+ * @param fee - Transaction fee configuration
325
+ * @param memo - Optional transaction memo
326
+ * @param context - Optional SDK context for accessing clients
327
+ * @returns Promise resolving to the transaction response
328
+ */
126
329
  addHostZoneProposal(data: MsgAddHostZone, title: string, deposit: Coin[], proposer: string, fee: DidStdFee, memo?: string, context?: IContext): Promise<DeliverTxResponse>;
330
+ /**
331
+ * Funds the fee abstraction module account with tokens.
332
+ * Allows users to provide liquidity for fee abstraction functionality.
333
+ *
334
+ * @param sender - Address of the account sending funds
335
+ * @param amount - Array of coins to send to the module account
336
+ * @param fee - Transaction fee configuration
337
+ * @param memo - Optional transaction memo
338
+ * @param context - Optional SDK context for accessing clients
339
+ * @returns Promise resolving to the transaction response
340
+ */
127
341
  fundFeeAbsModuleAccount(sender: string, amount: Coin[], fee: DidStdFee, memo?: string, context?: IContext): Promise<MsgFundFeeAbsModuleAccountResponse>;
342
+ /**
343
+ * Creates a governance proposal to remove an existing host zone from fee abstraction.
344
+ * Submits the proposal through the governance module for community voting.
345
+ *
346
+ * @param data - Host zone data to remove
347
+ * @param title - Proposal title
348
+ * @param deposit - Initial deposit for the proposal
349
+ * @param proposer - Address of the proposal submitter
350
+ * @param fee - Transaction fee configuration
351
+ * @param memo - Optional transaction memo
352
+ * @param context - Optional SDK context for accessing clients
353
+ * @returns Promise resolving to the transaction response
354
+ */
128
355
  removeHostZoneProposal(data: MsgRemoveHostZone, title: string, deposit: Coin[], proposer: string, fee: DidStdFee, memo?: string, context?: IContext): Promise<DeliverTxResponse>;
356
+ /**
357
+ * Sends a query for IBC denomination Time-Weighted Average Price (TWAP) data.
358
+ * Initiates a cross-chain query to retrieve pricing information for fee calculation.
359
+ *
360
+ * @param sender - Address of the account sending the query
361
+ * @param data - TWAP query data containing denomination and parameters
362
+ * @param fee - Transaction fee configuration
363
+ * @param memo - Optional transaction memo
364
+ * @param context - Optional SDK context for accessing clients
365
+ * @returns Promise resolving to the TWAP query response
366
+ */
129
367
  sendQueryIbcDenomTWAP(sender: string, data: MsgSendQueryIbcDenomTWAP, fee: DidStdFee, memo?: string, context?: IContext): Promise<MsgSendQueryIbcDenomTWAPResponse>;
368
+ /**
369
+ * Performs a cross-chain token swap using fee abstraction.
370
+ * Enables users to swap IBC tokens across different chains.
371
+ *
372
+ * @param sender - Address of the account initiating the swap
373
+ * @param ibcDenom - IBC denomination to swap
374
+ * @param fee - Transaction fee configuration
375
+ * @param memo - Optional transaction memo
376
+ * @param context - Optional SDK context for accessing clients
377
+ * @returns Promise resolving to the swap response
378
+ */
130
379
  swapCrossChain(sender: string, ibcDenom: string, fee: DidStdFee, memo?: string, context?: IContext): Promise<MsgSwapCrossChainResponse>;
380
+ /**
381
+ * Creates a governance proposal to update an existing host zone configuration.
382
+ * Submits the proposal through the governance module for community voting.
383
+ *
384
+ * @param data - Updated host zone configuration data
385
+ * @param title - Proposal title
386
+ * @param deposit - Initial deposit for the proposal
387
+ * @param proposer - Address of the proposal submitter
388
+ * @param fee - Transaction fee configuration
389
+ * @param memo - Optional transaction memo
390
+ * @param context - Optional SDK context for accessing clients
391
+ * @returns Promise resolving to the transaction response
392
+ */
131
393
  updateHostZoneProposal(data: MsgUpdateHostZone, title: string, deposit: Coin[], proposer: string, fee: DidStdFee, memo?: string, context?: IContext): Promise<DeliverTxResponse>;
394
+ /**
395
+ * Creates a governance proposal to update fee abstraction module parameters.
396
+ * Submits the proposal through the governance module for community voting.
397
+ *
398
+ * @param data - Updated module parameters
399
+ * @param title - Proposal title
400
+ * @param deposit - Initial deposit for the proposal
401
+ * @param proposer - Address of the proposal submitter
402
+ * @param fee - Transaction fee configuration
403
+ * @param memo - Optional transaction memo
404
+ * @param context - Optional SDK context for accessing clients
405
+ * @returns Promise resolving to the transaction response
406
+ */
132
407
  updateParamsProposal(data: MsgUpdateParams, title: string, deposit: Coin[], proposer: string, fee: DidStdFee, memo?: string, context?: IContext): Promise<DeliverTxResponse>;
133
408
  }
134
409
  //# sourceMappingURL=feeabstraction.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"feeabstraction.d.ts","sourceRoot":"","sources":["../../../esm/src/modules/feeabstraction.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"feeabstraction.d.ts","sourceRoot":"","sources":["../../../esm/src/modules/feeabstraction.ts"],"names":[],"mappings":"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"}