lynx-client 0.0.28 → 0.0.29

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 (93) hide show
  1. package/dist/cjs/index.js +5 -1
  2. package/dist/cjs/lib/addresses/lensAddresses.js +3 -3
  3. package/dist/cjs/lib/addresses/systemAddresses.js +4 -0
  4. package/dist/cjs/lib/contractsIntegration/FeatureFlaggerService/FeatureFlaggerService.js +117 -0
  5. package/dist/cjs/lib/contractsIntegration/FeatureFlaggerService/IFeatureFlaggerService.js +2 -0
  6. package/dist/cjs/lib/contractsIntegration/FeatureFlaggerService/index.js +18 -0
  7. package/dist/cjs/lib/contractsIntegration/LexLensService/ILexLensService.js +7 -1
  8. package/dist/cjs/lib/contractsIntegration/LexLensService/LexLensService.js +18 -4
  9. package/dist/cjs/lib/contractsIntegration/TradersPortalService/TradersPortalServiceService.js +7 -4
  10. package/dist/cjs/lib/typechain/contracts/Lynx/FeatureFlagger/FeatureFlaggerV1.js +2 -0
  11. package/dist/cjs/lib/typechain/factories/contracts/Lynx/FeatureFlagger/FeatureFlaggerV1__factory.js +478 -0
  12. package/dist/cjs/lib/typechain/factories/contracts/Lynx/IntentsVerifier/TradeIntentsVerifierV1__factory.js +1 -1
  13. package/dist/cjs/lib/typechain/factories/contracts/Lynx/TradersPortal/TradersPortalV1__factory.js +187 -17
  14. package/dist/cjs/lib/typechain/factories/contracts/Peripheral/Lens/LexLens__factory.js +137 -1
  15. package/dist/cjs/lib/typechain/factories/contracts/Peripheral/Lens/TriggersAndPortalLens__factory.js +1 -1
  16. package/dist/esm/index.d.ts +4 -0
  17. package/dist/esm/index.d.ts.map +1 -1
  18. package/dist/esm/index.js +5 -1
  19. package/dist/esm/lib/addresses/lensAddresses.d.ts +3 -3
  20. package/dist/esm/lib/addresses/lensAddresses.js +3 -3
  21. package/dist/esm/lib/addresses/systemAddresses.d.ts +4 -0
  22. package/dist/esm/lib/addresses/systemAddresses.d.ts.map +1 -1
  23. package/dist/esm/lib/addresses/systemAddresses.js +4 -0
  24. package/dist/esm/lib/contractsIntegration/FeatureFlaggerService/FeatureFlaggerService.d.ts +17 -0
  25. package/dist/esm/lib/contractsIntegration/FeatureFlaggerService/FeatureFlaggerService.d.ts.map +1 -0
  26. package/dist/esm/lib/contractsIntegration/FeatureFlaggerService/FeatureFlaggerService.js +117 -0
  27. package/dist/esm/lib/contractsIntegration/FeatureFlaggerService/IFeatureFlaggerService.d.ts +42 -0
  28. package/dist/esm/lib/contractsIntegration/FeatureFlaggerService/IFeatureFlaggerService.d.ts.map +1 -0
  29. package/dist/esm/lib/contractsIntegration/FeatureFlaggerService/IFeatureFlaggerService.js +2 -0
  30. package/dist/esm/lib/contractsIntegration/FeatureFlaggerService/index.d.ts +3 -0
  31. package/dist/esm/lib/contractsIntegration/FeatureFlaggerService/index.d.ts.map +1 -0
  32. package/dist/esm/lib/contractsIntegration/FeatureFlaggerService/index.js +18 -0
  33. package/dist/esm/lib/contractsIntegration/LexLensService/ILexLensService.d.ts +3 -1
  34. package/dist/esm/lib/contractsIntegration/LexLensService/ILexLensService.d.ts.map +1 -1
  35. package/dist/esm/lib/contractsIntegration/LexLensService/ILexLensService.js +7 -1
  36. package/dist/esm/lib/contractsIntegration/LexLensService/LexLensService.d.ts.map +1 -1
  37. package/dist/esm/lib/contractsIntegration/LexLensService/LexLensService.js +18 -4
  38. package/dist/esm/lib/contractsIntegration/TradersPortalService/ITradersPortalService.d.ts +4 -3
  39. package/dist/esm/lib/contractsIntegration/TradersPortalService/ITradersPortalService.d.ts.map +1 -1
  40. package/dist/esm/lib/contractsIntegration/TradersPortalService/TradersPortalServiceService.d.ts.map +1 -1
  41. package/dist/esm/lib/contractsIntegration/TradersPortalService/TradersPortalServiceService.js +7 -4
  42. package/dist/esm/lib/typechain/contracts/Lynx/FeatureFlagger/FeatureFlaggerV1.d.ts +290 -0
  43. package/dist/esm/lib/typechain/contracts/Lynx/FeatureFlagger/FeatureFlaggerV1.d.ts.map +1 -0
  44. package/dist/esm/lib/typechain/contracts/Lynx/FeatureFlagger/FeatureFlaggerV1.js +2 -0
  45. package/dist/esm/lib/typechain/contracts/Lynx/TradersPortal/TradersPortalV1.d.ts +136 -21
  46. package/dist/esm/lib/typechain/contracts/Lynx/TradersPortal/TradersPortalV1.d.ts.map +1 -1
  47. package/dist/esm/lib/typechain/contracts/Peripheral/Lens/LexLens.d.ts +18 -1
  48. package/dist/esm/lib/typechain/contracts/Peripheral/Lens/LexLens.d.ts.map +1 -1
  49. package/dist/esm/lib/typechain/factories/contracts/Lynx/FeatureFlagger/FeatureFlaggerV1__factory.d.ts +361 -0
  50. package/dist/esm/lib/typechain/factories/contracts/Lynx/FeatureFlagger/FeatureFlaggerV1__factory.d.ts.map +1 -0
  51. package/dist/esm/lib/typechain/factories/contracts/Lynx/FeatureFlagger/FeatureFlaggerV1__factory.js +478 -0
  52. package/dist/esm/lib/typechain/factories/contracts/Lynx/IntentsVerifier/TradeIntentsVerifierV1__factory.d.ts +1 -1
  53. package/dist/esm/lib/typechain/factories/contracts/Lynx/IntentsVerifier/TradeIntentsVerifierV1__factory.js +1 -1
  54. package/dist/esm/lib/typechain/factories/contracts/Lynx/TradersPortal/TradersPortalV1__factory.d.ts +145 -14
  55. package/dist/esm/lib/typechain/factories/contracts/Lynx/TradersPortal/TradersPortalV1__factory.d.ts.map +1 -1
  56. package/dist/esm/lib/typechain/factories/contracts/Lynx/TradersPortal/TradersPortalV1__factory.js +187 -17
  57. package/dist/esm/lib/typechain/factories/contracts/Peripheral/Lens/LexLens__factory.d.ts +105 -1
  58. package/dist/esm/lib/typechain/factories/contracts/Peripheral/Lens/LexLens__factory.d.ts.map +1 -1
  59. package/dist/esm/lib/typechain/factories/contracts/Peripheral/Lens/LexLens__factory.js +137 -1
  60. package/dist/esm/lib/typechain/factories/contracts/Peripheral/Lens/TriggersAndPortalLens__factory.d.ts +1 -1
  61. package/dist/esm/lib/typechain/factories/contracts/Peripheral/Lens/TriggersAndPortalLens__factory.js +1 -1
  62. package/dist/types/index.d.ts +4 -0
  63. package/dist/types/index.d.ts.map +1 -1
  64. package/dist/types/lib/addresses/lensAddresses.d.ts +3 -3
  65. package/dist/types/lib/addresses/systemAddresses.d.ts +4 -0
  66. package/dist/types/lib/addresses/systemAddresses.d.ts.map +1 -1
  67. package/dist/types/lib/contractsIntegration/FeatureFlaggerService/FeatureFlaggerService.d.ts +17 -0
  68. package/dist/types/lib/contractsIntegration/FeatureFlaggerService/FeatureFlaggerService.d.ts.map +1 -0
  69. package/dist/types/lib/contractsIntegration/FeatureFlaggerService/IFeatureFlaggerService.d.ts +42 -0
  70. package/dist/types/lib/contractsIntegration/FeatureFlaggerService/IFeatureFlaggerService.d.ts.map +1 -0
  71. package/dist/types/lib/contractsIntegration/FeatureFlaggerService/index.d.ts +3 -0
  72. package/dist/types/lib/contractsIntegration/FeatureFlaggerService/index.d.ts.map +1 -0
  73. package/dist/types/lib/contractsIntegration/LexLensService/ILexLensService.d.ts +3 -1
  74. package/dist/types/lib/contractsIntegration/LexLensService/ILexLensService.d.ts.map +1 -1
  75. package/dist/types/lib/contractsIntegration/LexLensService/LexLensService.d.ts.map +1 -1
  76. package/dist/types/lib/contractsIntegration/TradersPortalService/ITradersPortalService.d.ts +4 -3
  77. package/dist/types/lib/contractsIntegration/TradersPortalService/ITradersPortalService.d.ts.map +1 -1
  78. package/dist/types/lib/contractsIntegration/TradersPortalService/TradersPortalServiceService.d.ts.map +1 -1
  79. package/dist/types/lib/typechain/contracts/Lynx/FeatureFlagger/FeatureFlaggerV1.d.ts +290 -0
  80. package/dist/types/lib/typechain/contracts/Lynx/FeatureFlagger/FeatureFlaggerV1.d.ts.map +1 -0
  81. package/dist/types/lib/typechain/contracts/Lynx/TradersPortal/TradersPortalV1.d.ts +136 -21
  82. package/dist/types/lib/typechain/contracts/Lynx/TradersPortal/TradersPortalV1.d.ts.map +1 -1
  83. package/dist/types/lib/typechain/contracts/Peripheral/Lens/LexLens.d.ts +18 -1
  84. package/dist/types/lib/typechain/contracts/Peripheral/Lens/LexLens.d.ts.map +1 -1
  85. package/dist/types/lib/typechain/factories/contracts/Lynx/FeatureFlagger/FeatureFlaggerV1__factory.d.ts +361 -0
  86. package/dist/types/lib/typechain/factories/contracts/Lynx/FeatureFlagger/FeatureFlaggerV1__factory.d.ts.map +1 -0
  87. package/dist/types/lib/typechain/factories/contracts/Lynx/IntentsVerifier/TradeIntentsVerifierV1__factory.d.ts +1 -1
  88. package/dist/types/lib/typechain/factories/contracts/Lynx/TradersPortal/TradersPortalV1__factory.d.ts +145 -14
  89. package/dist/types/lib/typechain/factories/contracts/Lynx/TradersPortal/TradersPortalV1__factory.d.ts.map +1 -1
  90. package/dist/types/lib/typechain/factories/contracts/Peripheral/Lens/LexLens__factory.d.ts +105 -1
  91. package/dist/types/lib/typechain/factories/contracts/Peripheral/Lens/LexLens__factory.d.ts.map +1 -1
  92. package/dist/types/lib/typechain/factories/contracts/Peripheral/Lens/TriggersAndPortalLens__factory.d.ts +1 -1
  93. package/package.json +3 -2
@@ -0,0 +1,290 @@
1
+ import type { BaseContract, BigNumberish, BytesLike, FunctionFragment, Result, Interface, EventFragment, AddressLike, ContractRunner, ContractMethod, Listener } from "ethers";
2
+ import type { TypedContractEvent, TypedDeferredTopicFilter, TypedEventLog, TypedLogDescription, TypedListener, TypedContractMethod } from "../../../common";
3
+ export interface FeatureFlaggerV1Interface extends Interface {
4
+ getFunction(nameOrSignature: "CONTRACT_NAME" | "CONTRACT_VERSION" | "_become" | "admin" | "adminBatchDisableFeatureForUsers" | "adminDisableFeatureForUser" | "adminRegisterFeature" | "featureName" | "getAllFeatureIds" | "getContractName" | "getContractVersion" | "getFeatureMetadata" | "getFeatureUsers" | "getFeatureUsersCount" | "implementation" | "isFeatureActivated" | "isFeatureRegistered" | "pendingAdmin" | "pendingImplementation" | "registry" | "setFeatureActivated"): FunctionFragment;
5
+ getEvent(nameOrSignatureOrTopic: "AdminFeatureDisabled" | "FeatureRegistered" | "FeatureToggled"): EventFragment;
6
+ encodeFunctionData(functionFragment: "CONTRACT_NAME", values?: undefined): string;
7
+ encodeFunctionData(functionFragment: "CONTRACT_VERSION", values?: undefined): string;
8
+ encodeFunctionData(functionFragment: "_become", values: [AddressLike]): string;
9
+ encodeFunctionData(functionFragment: "admin", values?: undefined): string;
10
+ encodeFunctionData(functionFragment: "adminBatchDisableFeatureForUsers", values: [BigNumberish, AddressLike[]]): string;
11
+ encodeFunctionData(functionFragment: "adminDisableFeatureForUser", values: [BigNumberish, AddressLike]): string;
12
+ encodeFunctionData(functionFragment: "adminRegisterFeature", values: [BigNumberish, string]): string;
13
+ encodeFunctionData(functionFragment: "featureName", values: [BigNumberish]): string;
14
+ encodeFunctionData(functionFragment: "getAllFeatureIds", values?: undefined): string;
15
+ encodeFunctionData(functionFragment: "getContractName", values?: undefined): string;
16
+ encodeFunctionData(functionFragment: "getContractVersion", values?: undefined): string;
17
+ encodeFunctionData(functionFragment: "getFeatureMetadata", values: [BigNumberish]): string;
18
+ encodeFunctionData(functionFragment: "getFeatureUsers", values: [BigNumberish, BigNumberish, BigNumberish]): string;
19
+ encodeFunctionData(functionFragment: "getFeatureUsersCount", values: [BigNumberish]): string;
20
+ encodeFunctionData(functionFragment: "implementation", values?: undefined): string;
21
+ encodeFunctionData(functionFragment: "isFeatureActivated", values: [BigNumberish, AddressLike]): string;
22
+ encodeFunctionData(functionFragment: "isFeatureRegistered", values: [BigNumberish]): string;
23
+ encodeFunctionData(functionFragment: "pendingAdmin", values?: undefined): string;
24
+ encodeFunctionData(functionFragment: "pendingImplementation", values?: undefined): string;
25
+ encodeFunctionData(functionFragment: "registry", values?: undefined): string;
26
+ encodeFunctionData(functionFragment: "setFeatureActivated", values: [BigNumberish, boolean]): string;
27
+ decodeFunctionResult(functionFragment: "CONTRACT_NAME", data: BytesLike): Result;
28
+ decodeFunctionResult(functionFragment: "CONTRACT_VERSION", data: BytesLike): Result;
29
+ decodeFunctionResult(functionFragment: "_become", data: BytesLike): Result;
30
+ decodeFunctionResult(functionFragment: "admin", data: BytesLike): Result;
31
+ decodeFunctionResult(functionFragment: "adminBatchDisableFeatureForUsers", data: BytesLike): Result;
32
+ decodeFunctionResult(functionFragment: "adminDisableFeatureForUser", data: BytesLike): Result;
33
+ decodeFunctionResult(functionFragment: "adminRegisterFeature", data: BytesLike): Result;
34
+ decodeFunctionResult(functionFragment: "featureName", data: BytesLike): Result;
35
+ decodeFunctionResult(functionFragment: "getAllFeatureIds", data: BytesLike): Result;
36
+ decodeFunctionResult(functionFragment: "getContractName", data: BytesLike): Result;
37
+ decodeFunctionResult(functionFragment: "getContractVersion", data: BytesLike): Result;
38
+ decodeFunctionResult(functionFragment: "getFeatureMetadata", data: BytesLike): Result;
39
+ decodeFunctionResult(functionFragment: "getFeatureUsers", data: BytesLike): Result;
40
+ decodeFunctionResult(functionFragment: "getFeatureUsersCount", data: BytesLike): Result;
41
+ decodeFunctionResult(functionFragment: "implementation", data: BytesLike): Result;
42
+ decodeFunctionResult(functionFragment: "isFeatureActivated", data: BytesLike): Result;
43
+ decodeFunctionResult(functionFragment: "isFeatureRegistered", data: BytesLike): Result;
44
+ decodeFunctionResult(functionFragment: "pendingAdmin", data: BytesLike): Result;
45
+ decodeFunctionResult(functionFragment: "pendingImplementation", data: BytesLike): Result;
46
+ decodeFunctionResult(functionFragment: "registry", data: BytesLike): Result;
47
+ decodeFunctionResult(functionFragment: "setFeatureActivated", data: BytesLike): Result;
48
+ }
49
+ export declare namespace AdminFeatureDisabledEvent {
50
+ type InputTuple = [
51
+ featureId: BigNumberish,
52
+ user: AddressLike,
53
+ admin: AddressLike
54
+ ];
55
+ type OutputTuple = [featureId: bigint, user: string, admin: string];
56
+ interface OutputObject {
57
+ featureId: bigint;
58
+ user: string;
59
+ admin: string;
60
+ }
61
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
62
+ type Filter = TypedDeferredTopicFilter<Event>;
63
+ type Log = TypedEventLog<Event>;
64
+ type LogDescription = TypedLogDescription<Event>;
65
+ }
66
+ export declare namespace FeatureRegisteredEvent {
67
+ type InputTuple = [
68
+ featureId: BigNumberish,
69
+ name: string,
70
+ registeredBy: AddressLike
71
+ ];
72
+ type OutputTuple = [
73
+ featureId: bigint,
74
+ name: string,
75
+ registeredBy: string
76
+ ];
77
+ interface OutputObject {
78
+ featureId: bigint;
79
+ name: string;
80
+ registeredBy: string;
81
+ }
82
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
83
+ type Filter = TypedDeferredTopicFilter<Event>;
84
+ type Log = TypedEventLog<Event>;
85
+ type LogDescription = TypedLogDescription<Event>;
86
+ }
87
+ export declare namespace FeatureToggledEvent {
88
+ type InputTuple = [
89
+ featureId: BigNumberish,
90
+ user: AddressLike,
91
+ enabled: boolean
92
+ ];
93
+ type OutputTuple = [featureId: bigint, user: string, enabled: boolean];
94
+ interface OutputObject {
95
+ featureId: bigint;
96
+ user: string;
97
+ enabled: boolean;
98
+ }
99
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
100
+ type Filter = TypedDeferredTopicFilter<Event>;
101
+ type Log = TypedEventLog<Event>;
102
+ type LogDescription = TypedLogDescription<Event>;
103
+ }
104
+ export interface FeatureFlaggerV1 extends BaseContract {
105
+ connect(runner?: ContractRunner | null): FeatureFlaggerV1;
106
+ waitForDeployment(): Promise<this>;
107
+ interface: FeatureFlaggerV1Interface;
108
+ queryFilter<TCEvent extends TypedContractEvent>(event: TCEvent, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
109
+ queryFilter<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
110
+ on<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
111
+ on<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
112
+ once<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
113
+ once<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
114
+ listeners<TCEvent extends TypedContractEvent>(event: TCEvent): Promise<Array<TypedListener<TCEvent>>>;
115
+ listeners(eventName?: string): Promise<Array<Listener>>;
116
+ removeAllListeners<TCEvent extends TypedContractEvent>(event?: TCEvent): Promise<this>;
117
+ CONTRACT_NAME: TypedContractMethod<[], [string], "view">;
118
+ CONTRACT_VERSION: TypedContractMethod<[], [string], "view">;
119
+ _become: TypedContractMethod<[
120
+ featureFlaggerProxy: AddressLike
121
+ ], [
122
+ void
123
+ ], "nonpayable">;
124
+ admin: TypedContractMethod<[], [string], "view">;
125
+ adminBatchDisableFeatureForUsers: TypedContractMethod<[
126
+ featureId: BigNumberish,
127
+ users: AddressLike[]
128
+ ], [
129
+ void
130
+ ], "nonpayable">;
131
+ adminDisableFeatureForUser: TypedContractMethod<[
132
+ featureId: BigNumberish,
133
+ user: AddressLike
134
+ ], [
135
+ void
136
+ ], "nonpayable">;
137
+ adminRegisterFeature: TypedContractMethod<[
138
+ featureId: BigNumberish,
139
+ name: string
140
+ ], [
141
+ void
142
+ ], "nonpayable">;
143
+ featureName: TypedContractMethod<[arg0: BigNumberish], [string], "view">;
144
+ getAllFeatureIds: TypedContractMethod<[], [bigint[]], "view">;
145
+ getContractName: TypedContractMethod<[], [string], "view">;
146
+ getContractVersion: TypedContractMethod<[], [string], "view">;
147
+ getFeatureMetadata: TypedContractMethod<[
148
+ featureId: BigNumberish
149
+ ], [
150
+ [
151
+ string,
152
+ boolean,
153
+ bigint
154
+ ] & {
155
+ name: string;
156
+ exists: boolean;
157
+ usersCount: bigint;
158
+ }
159
+ ], "view">;
160
+ getFeatureUsers: TypedContractMethod<[
161
+ featureId: BigNumberish,
162
+ startIndex: BigNumberish,
163
+ pageSize: BigNumberish
164
+ ], [
165
+ [
166
+ string[],
167
+ bigint,
168
+ boolean
169
+ ] & {
170
+ users: string[];
171
+ totalCount: bigint;
172
+ hasMore: boolean;
173
+ }
174
+ ], "view">;
175
+ getFeatureUsersCount: TypedContractMethod<[
176
+ featureId: BigNumberish
177
+ ], [
178
+ bigint
179
+ ], "view">;
180
+ implementation: TypedContractMethod<[], [string], "view">;
181
+ isFeatureActivated: TypedContractMethod<[
182
+ featureId: BigNumberish,
183
+ user: AddressLike
184
+ ], [
185
+ boolean
186
+ ], "view">;
187
+ isFeatureRegistered: TypedContractMethod<[
188
+ featureId: BigNumberish
189
+ ], [
190
+ boolean
191
+ ], "view">;
192
+ pendingAdmin: TypedContractMethod<[], [string], "view">;
193
+ pendingImplementation: TypedContractMethod<[], [string], "view">;
194
+ registry: TypedContractMethod<[], [string], "view">;
195
+ setFeatureActivated: TypedContractMethod<[
196
+ featureId: BigNumberish,
197
+ enabled: boolean
198
+ ], [
199
+ void
200
+ ], "nonpayable">;
201
+ getFunction<T extends ContractMethod = ContractMethod>(key: string | FunctionFragment): T;
202
+ getFunction(nameOrSignature: "CONTRACT_NAME"): TypedContractMethod<[], [string], "view">;
203
+ getFunction(nameOrSignature: "CONTRACT_VERSION"): TypedContractMethod<[], [string], "view">;
204
+ getFunction(nameOrSignature: "_become"): TypedContractMethod<[
205
+ featureFlaggerProxy: AddressLike
206
+ ], [
207
+ void
208
+ ], "nonpayable">;
209
+ getFunction(nameOrSignature: "admin"): TypedContractMethod<[], [string], "view">;
210
+ getFunction(nameOrSignature: "adminBatchDisableFeatureForUsers"): TypedContractMethod<[
211
+ featureId: BigNumberish,
212
+ users: AddressLike[]
213
+ ], [
214
+ void
215
+ ], "nonpayable">;
216
+ getFunction(nameOrSignature: "adminDisableFeatureForUser"): TypedContractMethod<[
217
+ featureId: BigNumberish,
218
+ user: AddressLike
219
+ ], [
220
+ void
221
+ ], "nonpayable">;
222
+ getFunction(nameOrSignature: "adminRegisterFeature"): TypedContractMethod<[
223
+ featureId: BigNumberish,
224
+ name: string
225
+ ], [
226
+ void
227
+ ], "nonpayable">;
228
+ getFunction(nameOrSignature: "featureName"): TypedContractMethod<[arg0: BigNumberish], [string], "view">;
229
+ getFunction(nameOrSignature: "getAllFeatureIds"): TypedContractMethod<[], [bigint[]], "view">;
230
+ getFunction(nameOrSignature: "getContractName"): TypedContractMethod<[], [string], "view">;
231
+ getFunction(nameOrSignature: "getContractVersion"): TypedContractMethod<[], [string], "view">;
232
+ getFunction(nameOrSignature: "getFeatureMetadata"): TypedContractMethod<[
233
+ featureId: BigNumberish
234
+ ], [
235
+ [
236
+ string,
237
+ boolean,
238
+ bigint
239
+ ] & {
240
+ name: string;
241
+ exists: boolean;
242
+ usersCount: bigint;
243
+ }
244
+ ], "view">;
245
+ getFunction(nameOrSignature: "getFeatureUsers"): TypedContractMethod<[
246
+ featureId: BigNumberish,
247
+ startIndex: BigNumberish,
248
+ pageSize: BigNumberish
249
+ ], [
250
+ [
251
+ string[],
252
+ bigint,
253
+ boolean
254
+ ] & {
255
+ users: string[];
256
+ totalCount: bigint;
257
+ hasMore: boolean;
258
+ }
259
+ ], "view">;
260
+ getFunction(nameOrSignature: "getFeatureUsersCount"): TypedContractMethod<[featureId: BigNumberish], [bigint], "view">;
261
+ getFunction(nameOrSignature: "implementation"): TypedContractMethod<[], [string], "view">;
262
+ getFunction(nameOrSignature: "isFeatureActivated"): TypedContractMethod<[
263
+ featureId: BigNumberish,
264
+ user: AddressLike
265
+ ], [
266
+ boolean
267
+ ], "view">;
268
+ getFunction(nameOrSignature: "isFeatureRegistered"): TypedContractMethod<[featureId: BigNumberish], [boolean], "view">;
269
+ getFunction(nameOrSignature: "pendingAdmin"): TypedContractMethod<[], [string], "view">;
270
+ getFunction(nameOrSignature: "pendingImplementation"): TypedContractMethod<[], [string], "view">;
271
+ getFunction(nameOrSignature: "registry"): TypedContractMethod<[], [string], "view">;
272
+ getFunction(nameOrSignature: "setFeatureActivated"): TypedContractMethod<[
273
+ featureId: BigNumberish,
274
+ enabled: boolean
275
+ ], [
276
+ void
277
+ ], "nonpayable">;
278
+ getEvent(key: "AdminFeatureDisabled"): TypedContractEvent<AdminFeatureDisabledEvent.InputTuple, AdminFeatureDisabledEvent.OutputTuple, AdminFeatureDisabledEvent.OutputObject>;
279
+ getEvent(key: "FeatureRegistered"): TypedContractEvent<FeatureRegisteredEvent.InputTuple, FeatureRegisteredEvent.OutputTuple, FeatureRegisteredEvent.OutputObject>;
280
+ getEvent(key: "FeatureToggled"): TypedContractEvent<FeatureToggledEvent.InputTuple, FeatureToggledEvent.OutputTuple, FeatureToggledEvent.OutputObject>;
281
+ filters: {
282
+ "AdminFeatureDisabled(uint256,address,address)": TypedContractEvent<AdminFeatureDisabledEvent.InputTuple, AdminFeatureDisabledEvent.OutputTuple, AdminFeatureDisabledEvent.OutputObject>;
283
+ AdminFeatureDisabled: TypedContractEvent<AdminFeatureDisabledEvent.InputTuple, AdminFeatureDisabledEvent.OutputTuple, AdminFeatureDisabledEvent.OutputObject>;
284
+ "FeatureRegistered(uint256,string,address)": TypedContractEvent<FeatureRegisteredEvent.InputTuple, FeatureRegisteredEvent.OutputTuple, FeatureRegisteredEvent.OutputObject>;
285
+ FeatureRegistered: TypedContractEvent<FeatureRegisteredEvent.InputTuple, FeatureRegisteredEvent.OutputTuple, FeatureRegisteredEvent.OutputObject>;
286
+ "FeatureToggled(uint256,address,bool)": TypedContractEvent<FeatureToggledEvent.InputTuple, FeatureToggledEvent.OutputTuple, FeatureToggledEvent.OutputObject>;
287
+ FeatureToggled: TypedContractEvent<FeatureToggledEvent.InputTuple, FeatureToggledEvent.OutputTuple, FeatureToggledEvent.OutputObject>;
288
+ };
289
+ }
290
+ //# sourceMappingURL=FeatureFlaggerV1.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FeatureFlaggerV1.d.ts","sourceRoot":"","sources":["../../../../../../../lib/typechain/contracts/Lynx/FeatureFlagger/FeatureFlaggerV1.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });