@cheqd/sdk-esm 5.3.7-develop.1 → 5.4.0-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.
- package/build/cjs/src/index.d.ts +142 -0
- package/build/cjs/src/index.d.ts.map +1 -0
- package/build/cjs/src/index.js +184 -0
- package/build/cjs/src/index.js.map +1 -0
- package/build/cjs/src/modules/_.d.ts +81 -0
- package/build/cjs/src/modules/_.d.ts.map +1 -0
- package/build/cjs/src/modules/_.js +93 -0
- package/build/cjs/src/modules/_.js.map +1 -0
- package/build/cjs/src/modules/did.d.ts +488 -0
- package/build/cjs/src/modules/did.d.ts.map +1 -0
- package/build/cjs/src/modules/did.js +1249 -0
- package/build/cjs/src/modules/did.js.map +1 -0
- package/build/cjs/src/modules/feeabstraction.d.ts +429 -0
- package/build/cjs/src/modules/feeabstraction.d.ts.map +1 -0
- package/build/cjs/src/modules/feeabstraction.js +474 -0
- package/build/cjs/src/modules/feeabstraction.js.map +1 -0
- package/build/cjs/src/modules/feemarket.d.ts +244 -0
- package/build/cjs/src/modules/feemarket.d.ts.map +1 -0
- package/build/cjs/src/modules/feemarket.js +297 -0
- package/build/cjs/src/modules/feemarket.js.map +1 -0
- package/build/cjs/src/modules/oracle.d.ts +563 -0
- package/build/cjs/src/modules/oracle.d.ts.map +1 -0
- package/build/cjs/src/modules/oracle.js +784 -0
- package/build/cjs/src/modules/oracle.js.map +1 -0
- package/build/cjs/src/modules/resource.d.ts +330 -0
- package/build/cjs/src/modules/resource.d.ts.map +1 -0
- package/build/cjs/src/modules/resource.js +556 -0
- package/build/cjs/src/modules/resource.js.map +1 -0
- package/build/cjs/src/querier.d.ts +62 -0
- package/build/cjs/src/querier.d.ts.map +1 -0
- package/build/cjs/src/querier.js +87 -0
- package/build/cjs/src/querier.js.map +1 -0
- package/build/cjs/src/registry.d.ts +18 -0
- package/build/cjs/src/registry.d.ts.map +1 -0
- package/build/cjs/src/registry.js +23 -0
- package/build/cjs/src/registry.js.map +1 -0
- package/build/cjs/src/signer.d.ts +250 -0
- package/build/cjs/src/signer.d.ts.map +1 -0
- package/build/cjs/src/signer.js +617 -0
- package/build/cjs/src/signer.js.map +1 -0
- package/build/cjs/src/types.d.ts +221 -0
- package/build/cjs/src/types.d.ts.map +1 -0
- package/build/cjs/src/types.js.map +1 -0
- package/build/cjs/src/utils.d.ts +233 -0
- package/build/cjs/src/utils.d.ts.map +1 -0
- package/build/cjs/src/utils.js +571 -0
- package/build/cjs/src/utils.js.map +1 -0
- package/build/{index.d.ts → esm/src/index.d.ts} +7 -3
- package/build/esm/src/index.d.ts.map +1 -0
- package/build/{index.js → esm/src/index.js} +3 -1
- package/build/esm/src/index.js.map +1 -0
- package/build/esm/src/modules/_.d.ts.map +1 -0
- package/build/esm/src/modules/_.js.map +1 -0
- package/build/{modules → esm/src/modules}/did.d.ts +109 -7
- package/build/esm/src/modules/did.d.ts.map +1 -0
- package/build/{modules → esm/src/modules}/did.js +212 -6
- package/build/esm/src/modules/did.js.map +1 -0
- package/build/esm/src/modules/feeabstraction.d.ts.map +1 -0
- package/build/esm/src/modules/feeabstraction.js.map +1 -0
- package/build/esm/src/modules/feemarket.d.ts.map +1 -0
- package/build/esm/src/modules/feemarket.js.map +1 -0
- package/build/esm/src/modules/oracle.d.ts +563 -0
- package/build/esm/src/modules/oracle.d.ts.map +1 -0
- package/build/esm/src/modules/oracle.js +784 -0
- package/build/esm/src/modules/oracle.js.map +1 -0
- package/build/{modules → esm/src/modules}/resource.d.ts +132 -6
- package/build/esm/src/modules/resource.d.ts.map +1 -0
- package/build/esm/src/modules/resource.js +556 -0
- package/build/esm/src/modules/resource.js.map +1 -0
- package/build/esm/src/querier.d.ts.map +1 -0
- package/build/esm/src/querier.js.map +1 -0
- package/build/esm/src/registry.d.ts.map +1 -0
- package/build/esm/src/registry.js.map +1 -0
- package/build/esm/src/signer.d.ts.map +1 -0
- package/build/esm/src/signer.js.map +1 -0
- package/build/{types → esm/src}/types.d.ts +27 -1
- package/build/esm/src/types.d.ts.map +1 -0
- package/build/esm/src/types.js +43 -0
- package/build/esm/src/types.js.map +1 -0
- package/build/esm/src/utils.d.ts.map +1 -0
- package/build/esm/src/utils.js.map +1 -0
- package/build/types/cjs/src/index.d.ts +142 -0
- package/build/types/cjs/src/index.d.ts.map +1 -0
- package/build/types/cjs/src/modules/_.d.ts +81 -0
- package/build/types/cjs/src/modules/_.d.ts.map +1 -0
- package/build/types/cjs/src/modules/did.d.ts +488 -0
- package/build/types/cjs/src/modules/did.d.ts.map +1 -0
- package/build/types/cjs/src/modules/feeabstraction.d.ts +429 -0
- package/build/types/cjs/src/modules/feeabstraction.d.ts.map +1 -0
- package/build/types/cjs/src/modules/feemarket.d.ts +244 -0
- package/build/types/cjs/src/modules/feemarket.d.ts.map +1 -0
- package/build/types/cjs/src/modules/oracle.d.ts +563 -0
- package/build/types/cjs/src/modules/oracle.d.ts.map +1 -0
- package/build/types/cjs/src/modules/resource.d.ts +330 -0
- package/build/types/cjs/src/modules/resource.d.ts.map +1 -0
- package/build/types/cjs/src/querier.d.ts +62 -0
- package/build/types/cjs/src/querier.d.ts.map +1 -0
- package/build/types/cjs/src/registry.d.ts +18 -0
- package/build/types/cjs/src/registry.d.ts.map +1 -0
- package/build/types/cjs/src/signer.d.ts +250 -0
- package/build/types/cjs/src/signer.d.ts.map +1 -0
- package/build/types/cjs/src/types.d.ts +221 -0
- package/build/types/cjs/src/types.d.ts.map +1 -0
- package/build/types/cjs/src/utils.d.ts +233 -0
- package/build/types/cjs/src/utils.d.ts.map +1 -0
- package/build/types/{index.d.ts → esm/src/index.d.ts} +7 -3
- package/build/types/esm/src/index.d.ts.map +1 -0
- package/build/types/esm/src/modules/_.d.ts.map +1 -0
- package/build/types/{modules → esm/src/modules}/did.d.ts +109 -7
- package/build/types/esm/src/modules/did.d.ts.map +1 -0
- package/build/types/esm/src/modules/feeabstraction.d.ts.map +1 -0
- package/build/types/esm/src/modules/feemarket.d.ts.map +1 -0
- package/build/types/esm/src/modules/oracle.d.ts +563 -0
- package/build/types/esm/src/modules/oracle.d.ts.map +1 -0
- package/build/types/{modules → esm/src/modules}/resource.d.ts +132 -6
- package/build/types/esm/src/modules/resource.d.ts.map +1 -0
- package/build/types/esm/src/querier.d.ts.map +1 -0
- package/build/types/esm/src/registry.d.ts.map +1 -0
- package/build/types/esm/src/signer.d.ts.map +1 -0
- package/build/{types.d.ts → types/esm/src/types.d.ts} +27 -1
- package/build/types/esm/src/types.d.ts.map +1 -0
- package/build/types/esm/src/utils.d.ts.map +1 -0
- package/package.json +2 -2
- package/build/index.d.ts.map +0 -1
- package/build/index.js.map +0 -1
- package/build/modules/_.d.ts.map +0 -1
- package/build/modules/_.js.map +0 -1
- package/build/modules/did.d.ts.map +0 -1
- package/build/modules/did.js.map +0 -1
- package/build/modules/feeabstraction.d.ts.map +0 -1
- package/build/modules/feeabstraction.js.map +0 -1
- package/build/modules/feemarket.d.ts.map +0 -1
- package/build/modules/feemarket.js.map +0 -1
- package/build/modules/resource.d.ts.map +0 -1
- package/build/modules/resource.js +0 -297
- package/build/modules/resource.js.map +0 -1
- package/build/querier.d.ts.map +0 -1
- package/build/querier.js.map +0 -1
- package/build/registry.d.ts.map +0 -1
- package/build/registry.js.map +0 -1
- package/build/signer.d.ts.map +0 -1
- package/build/signer.js.map +0 -1
- package/build/types/index.d.ts.map +0 -1
- package/build/types/modules/_.d.ts.map +0 -1
- package/build/types/modules/did.d.ts.map +0 -1
- package/build/types/modules/feeabstraction.d.ts.map +0 -1
- package/build/types/modules/feemarket.d.ts.map +0 -1
- package/build/types/modules/resource.d.ts.map +0 -1
- package/build/types/querier.d.ts.map +0 -1
- package/build/types/registry.d.ts.map +0 -1
- package/build/types/signer.d.ts.map +0 -1
- package/build/types/types.d.ts.map +0 -1
- package/build/types/utils.d.ts.map +0 -1
- package/build/types.d.ts.map +0 -1
- package/build/types.js.map +0 -1
- package/build/utils.d.ts.map +0 -1
- package/build/utils.js.map +0 -1
- /package/build/{types.js → cjs/src/types.js} +0 -0
- /package/build/{modules → esm/src/modules}/_.d.ts +0 -0
- /package/build/{modules → esm/src/modules}/_.js +0 -0
- /package/build/{modules → esm/src/modules}/feeabstraction.d.ts +0 -0
- /package/build/{modules → esm/src/modules}/feeabstraction.js +0 -0
- /package/build/{modules → esm/src/modules}/feemarket.d.ts +0 -0
- /package/build/{modules → esm/src/modules}/feemarket.js +0 -0
- /package/build/{querier.d.ts → esm/src/querier.d.ts} +0 -0
- /package/build/{querier.js → esm/src/querier.js} +0 -0
- /package/build/{registry.d.ts → esm/src/registry.d.ts} +0 -0
- /package/build/{registry.js → esm/src/registry.js} +0 -0
- /package/build/{signer.d.ts → esm/src/signer.d.ts} +0 -0
- /package/build/{signer.js → esm/src/signer.js} +0 -0
- /package/build/{types → esm/src}/utils.d.ts +0 -0
- /package/build/{utils.js → esm/src/utils.js} +0 -0
- /package/build/types/{modules → esm/src/modules}/_.d.ts +0 -0
- /package/build/types/{modules → esm/src/modules}/feeabstraction.d.ts +0 -0
- /package/build/types/{modules → esm/src/modules}/feemarket.d.ts +0 -0
- /package/build/types/{querier.d.ts → esm/src/querier.d.ts} +0 -0
- /package/build/types/{registry.d.ts → esm/src/registry.d.ts} +0 -0
- /package/build/types/{signer.d.ts → esm/src/signer.d.ts} +0 -0
- /package/build/{utils.d.ts → types/esm/src/utils.d.ts} +0 -0
|
@@ -0,0 +1,429 @@
|
|
|
1
|
+
import { MsgAddHostZone, MsgAddHostZoneResponse, MsgFundFeeAbsModuleAccount, MsgFundFeeAbsModuleAccountResponse, MsgRemoveHostZone, MsgRemoveHostZoneResponse, MsgSendQueryIbcDenomTWAP, MsgSendQueryIbcDenomTWAPResponse, MsgSwapCrossChain, MsgSwapCrossChainResponse, MsgUpdateHostZone, MsgUpdateHostZoneResponse, MsgUpdateParams, MsgUpdateParamsResponse, QueryHostChainConfigRequest, QueryHostChainConfigResponse, QueryOsmosisArithmeticTwapRequest, QueryOsmosisArithmeticTwapResponse, QueryFeeabsModuleBalacesRequest, QueryFeeabsModuleBalacesResponse } from '@cheqd/ts-proto-cjs/feeabstraction/feeabs/v1beta1/index';
|
|
2
|
+
import { EncodeObject, GeneratedType } from '@cosmjs/proto-signing-cjs';
|
|
3
|
+
import { AbstractCheqdSDKModule, MinimalImportableCheqdSDKModule } from './_';
|
|
4
|
+
import { DeliverTxResponse, QueryClient } from '@cosmjs/stargate-cjs';
|
|
5
|
+
import { DidStdFee, IContext, QueryExtensionSetup } from '../types';
|
|
6
|
+
import { CheqdQuerier } from '../querier';
|
|
7
|
+
import { CheqdSigningStargateClient } from '../signer';
|
|
8
|
+
import { Coin } from 'cosmjs-types/cosmos/base/v1beta1/coin';
|
|
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
|
+
*/
|
|
15
|
+
export declare const protobufLiterals: {
|
|
16
|
+
/** Add host zone message type */
|
|
17
|
+
readonly MsgAddHostZone: "MsgAddHostZone";
|
|
18
|
+
/** Add host zone response message type */
|
|
19
|
+
readonly MsgAddHostZoneResponse: "MsgAddHostZoneResponse";
|
|
20
|
+
/** Fund fee abstraction module account message type */
|
|
21
|
+
readonly MsgFundFeeAbsModuleAccount: "MsgFundFeeAbsModuleAccount";
|
|
22
|
+
/** Fund fee abstraction module account response message type */
|
|
23
|
+
readonly MsgFundFeeAbsModuleAccountResponse: "MsgFundFeeAbsModuleAccountResponse";
|
|
24
|
+
/** Remove host zone message type */
|
|
25
|
+
readonly MsgRemoveHostZone: "MsgRemoveHostZone";
|
|
26
|
+
/** Remove host zone response message type */
|
|
27
|
+
readonly MsgRemoveHostZoneResponse: "MsgRemoveHostZoneResponse";
|
|
28
|
+
/** Send query IBC denomination TWAP message type */
|
|
29
|
+
readonly MsgSendQueryIbcDenomTWAP: "MsgSendQueryIbcDenomTWAP";
|
|
30
|
+
/** Send query IBC denomination TWAP response message type */
|
|
31
|
+
readonly MsgSendQueryIbcDenomTWAPResponse: "MsgSendQueryIbcDenomTWAPResponse";
|
|
32
|
+
/** Swap cross-chain message type */
|
|
33
|
+
readonly MsgSwapCrossChain: "MsgSwapCrossChain";
|
|
34
|
+
/** Swap cross-chain response message type */
|
|
35
|
+
readonly MsgSwapCrossChainResponse: "MsgSwapCrossChainResponse";
|
|
36
|
+
/** Update host zone message type */
|
|
37
|
+
readonly MsgUpdateHostZone: "MsgUpdateHostZone";
|
|
38
|
+
/** Update host zone response message type */
|
|
39
|
+
readonly MsgUpdateHostZoneResponse: "MsgUpdateHostZoneResponse";
|
|
40
|
+
/** Update parameters message type */
|
|
41
|
+
readonly MsgUpdateParams: "MsgUpdateParams";
|
|
42
|
+
/** Update parameters response message type */
|
|
43
|
+
readonly MsgUpdateParamsResponse: "MsgUpdateParamsResponse";
|
|
44
|
+
};
|
|
45
|
+
/** Type URL for MsgAddHostZone messages */
|
|
46
|
+
export declare const typeUrlMsgAddHostZone: "/feeabstraction.feeabs.v1beta1.MsgAddHostZone";
|
|
47
|
+
/** Type URL for MsgAddHostZoneResponse messages */
|
|
48
|
+
export declare const typeUrlMsgAddHostZoneResponse: "/feeabstraction.feeabs.v1beta1.MsgAddHostZoneResponse";
|
|
49
|
+
/** Type URL for MsgFundFeeAbsModuleAccount messages */
|
|
50
|
+
export declare const typeUrlMsgFundFeeAbsModuleAccount: "/feeabstraction.feeabs.v1beta1.MsgFundFeeAbsModuleAccount";
|
|
51
|
+
/** Type URL for MsgFundFeeAbsModuleAccountResponse messages */
|
|
52
|
+
export declare const typeUrlMsgFundFeeAbsModuleAccountResponse: "/feeabstraction.feeabs.v1beta1.MsgFundFeeAbsModuleAccountResponse";
|
|
53
|
+
/** Type URL for MsgRemoveHostZone messages */
|
|
54
|
+
export declare const typeUrlMsgRemoveHostZone: "/feeabstraction.feeabs.v1beta1.MsgRemoveHostZone";
|
|
55
|
+
/** Type URL for MsgRemoveHostZoneResponse messages */
|
|
56
|
+
export declare const typeUrlMsgRemoveHostZoneResponse: "/feeabstraction.feeabs.v1beta1.MsgRemoveHostZoneResponse";
|
|
57
|
+
/** Type URL for MsgSendQueryIbcDenomTWAP messages */
|
|
58
|
+
export declare const typeUrlMsgSendQueryIbcDenomTWAP: "/feeabstraction.feeabs.v1beta1.MsgSendQueryIbcDenomTWAP";
|
|
59
|
+
/** Type URL for MsgSendQueryIbcDenomTWAPResponse messages */
|
|
60
|
+
export declare const typeUrlMsgSendQueryIbcDenomTWAPResponse: "/feeabstraction.feeabs.v1beta1.MsgSendQueryIbcDenomTWAPResponse";
|
|
61
|
+
/** Type URL for MsgSwapCrossChain messages */
|
|
62
|
+
export declare const typeUrlMsgSwapCrossChain: "/feeabstraction.feeabs.v1beta1.MsgSwapCrossChain";
|
|
63
|
+
/** Type URL for MsgSwapCrossChainResponse messages */
|
|
64
|
+
export declare const typeUrlMsgSwapCrossChainResponse: "/feeabstraction.feeabs.v1beta1.MsgSwapCrossChainResponse";
|
|
65
|
+
/** Type URL for MsgUpdateHostZone messages */
|
|
66
|
+
export declare const typeUrlMsgUpdateHostZone: "/feeabstraction.feeabs.v1beta1.MsgUpdateHostZone";
|
|
67
|
+
/** Type URL for MsgUpdateHostZoneResponse messages */
|
|
68
|
+
export declare const typeUrlMsgUpdateHostZoneResponse: "/feeabstraction.feeabs.v1beta1.MsgUpdateHostZoneResponse";
|
|
69
|
+
/** Type URL for MsgUpdateParams messages */
|
|
70
|
+
export declare const typeUrlMsgUpdateParams: "/feeabstraction.feeabs.v1beta1.MsgUpdateParams";
|
|
71
|
+
/** Type URL for MsgUpdateParamsResponse messages */
|
|
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
|
+
*/
|
|
77
|
+
export interface MsgAddHostZoneEncodeObject extends EncodeObject {
|
|
78
|
+
readonly typeUrl: typeof typeUrlMsgAddHostZone;
|
|
79
|
+
readonly value: Partial<MsgAddHostZone>;
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
92
|
+
export interface MsgAddHostZoneResponseEncodeObject extends EncodeObject {
|
|
93
|
+
readonly typeUrl: typeof typeUrlMsgAddHostZoneResponse;
|
|
94
|
+
readonly value: Partial<MsgAddHostZoneResponse>;
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
107
|
+
export interface MsgFundFeeAbsModuleAccountEncodeObject extends EncodeObject {
|
|
108
|
+
readonly typeUrl: typeof typeUrlMsgFundFeeAbsModuleAccount;
|
|
109
|
+
readonly value: Partial<MsgFundFeeAbsModuleAccount>;
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
122
|
+
export interface MsgFundFeeAbsModuleAccountResponseEncodeObject extends EncodeObject {
|
|
123
|
+
readonly typeUrl: typeof typeUrlMsgFundFeeAbsModuleAccountResponse;
|
|
124
|
+
readonly value: Partial<MsgFundFeeAbsModuleAccountResponse>;
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
137
|
+
export interface MsgRemoveHostZoneEncodeObject extends EncodeObject {
|
|
138
|
+
readonly typeUrl: typeof typeUrlMsgRemoveHostZone;
|
|
139
|
+
readonly value: Partial<MsgRemoveHostZone>;
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
152
|
+
export interface MsgRemoveHostZoneResponseEncodeObject extends EncodeObject {
|
|
153
|
+
readonly typeUrl: typeof typeUrlMsgRemoveHostZoneResponse;
|
|
154
|
+
readonly value: Partial<MsgRemoveHostZoneResponse>;
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
167
|
+
export interface MsgSendQueryIbcDenomTWAPEncodeObject extends EncodeObject {
|
|
168
|
+
readonly typeUrl: typeof typeUrlMsgSendQueryIbcDenomTWAP;
|
|
169
|
+
readonly value: Partial<MsgSendQueryIbcDenomTWAP>;
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
182
|
+
export interface MsgSendQueryIbcDenomTWAPResponseEncodeObject extends EncodeObject {
|
|
183
|
+
readonly typeUrl: typeof typeUrlMsgSendQueryIbcDenomTWAPResponse;
|
|
184
|
+
readonly value: Partial<MsgSendQueryIbcDenomTWAPResponse>;
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
197
|
+
export interface MsgSwapCrossChainEncodeObject extends EncodeObject {
|
|
198
|
+
readonly typeUrl: typeof typeUrlMsgSwapCrossChain;
|
|
199
|
+
readonly value: Partial<MsgSwapCrossChain>;
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
212
|
+
export interface MsgSwapCrossChainResponseEncodeObject extends EncodeObject {
|
|
213
|
+
readonly typeUrl: typeof typeUrlMsgSwapCrossChainResponse;
|
|
214
|
+
readonly value: Partial<MsgSwapCrossChainResponse>;
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
227
|
+
export interface MsgUpdateHostZoneEncodeObject extends EncodeObject {
|
|
228
|
+
readonly typeUrl: typeof typeUrlMsgUpdateHostZone;
|
|
229
|
+
readonly value: Partial<MsgUpdateHostZone>;
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
242
|
+
export interface MsgUpdateHostZoneResponseEncodeObject extends EncodeObject {
|
|
243
|
+
readonly typeUrl: typeof typeUrlMsgUpdateHostZoneResponse;
|
|
244
|
+
readonly value: Partial<MsgUpdateHostZoneResponse>;
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
257
|
+
export interface MsgUpdateParamsEncodeObject extends EncodeObject {
|
|
258
|
+
readonly typeUrl: typeof typeUrlMsgUpdateParams;
|
|
259
|
+
readonly value: Partial<MsgUpdateParams>;
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
272
|
+
export interface MsgUpdateParamsResponseEncodeObject extends EncodeObject {
|
|
273
|
+
readonly typeUrl: typeof typeUrlMsgUpdateParamsResponse;
|
|
274
|
+
readonly value: Partial<MsgUpdateParamsResponse>;
|
|
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
|
+
*/
|
|
282
|
+
export declare function isMsgUpdateParamsResponseEncodeObject(obj: EncodeObject): obj is MsgUpdateParamsResponseEncodeObject;
|
|
283
|
+
/** Minimal importable version of the fee abstraction module for clean external interfaces */
|
|
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
|
+
*/
|
|
289
|
+
export type FeeabstractionExtension = {
|
|
290
|
+
readonly [defaultFeeabstractionExtensionKey]: {
|
|
291
|
+
/** Query host chain configuration */
|
|
292
|
+
readonly hostChainConfig: (request: QueryHostChainConfigRequest) => Promise<QueryHostChainConfigResponse>;
|
|
293
|
+
/** Query Osmosis arithmetic TWAP data */
|
|
294
|
+
readonly osmosisArithmeticTwap: (request: QueryOsmosisArithmeticTwapRequest) => Promise<QueryOsmosisArithmeticTwapResponse>;
|
|
295
|
+
/** Query fee abstraction module balances */
|
|
296
|
+
readonly feeabsModuleBalances: (request: QueryFeeabsModuleBalacesRequest) => Promise<QueryFeeabsModuleBalacesResponse>;
|
|
297
|
+
};
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
311
|
+
export declare class FeeabstractionModule extends AbstractCheqdSDKModule {
|
|
312
|
+
static readonly registryTypes: Iterable<[string, GeneratedType]>;
|
|
313
|
+
/** Querier extension setup function for fee abstraction operations */
|
|
314
|
+
static readonly querierExtensionSetup: QueryExtensionSetup<FeeabstractionExtension>;
|
|
315
|
+
/** Querier instance with fee abstraction extension capabilities */
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
427
|
+
updateParamsProposal(data: MsgUpdateParams, title: string, deposit: Coin[], proposer: string, fee: DidStdFee, memo?: string, context?: IContext): Promise<DeliverTxResponse>;
|
|
428
|
+
}
|
|
429
|
+
//# sourceMappingURL=feeabstraction.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"feeabstraction.d.ts","sourceRoot":"","sources":["../../../../../../cjs/src/modules/feeabstraction.ts"],"names":[],"mappings":"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"}
|