@superfluid-finance/sdk-redux 0.5.2-dev.2d2d66f.0 → 0.5.2-dev.2dbb63e.0

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 (68) hide show
  1. package/CHANGELOG.md +5 -1
  2. package/dist/main/reduxSlices/rtkQuery/cacheTags/invalidateSpecificCacheTagsForEvents.js.map +1 -1
  3. package/dist/main/reduxSlices/rtkQuery/createApiWithReactHooks.d.ts +1 -1
  4. package/dist/main/reduxSlices/rtkQuery/createApiWithReactHooks.d.ts.map +1 -1
  5. package/dist/main/reduxSlices/rtkQuery/createApiWithoutReactHooks.d.ts +1 -1
  6. package/dist/main/reduxSlices/rtkQuery/createApiWithoutReactHooks.d.ts.map +1 -1
  7. package/dist/main/reduxSlices/rtkQuery/rpcApiSlice/endpoints/allRpcEndpoints.d.ts +14 -14
  8. package/dist/main/reduxSlices/rtkQuery/rpcApiSlice/endpoints/flowEndpoints.d.ts +3 -3
  9. package/dist/main/reduxSlices/rtkQuery/rpcApiSlice/endpoints/indexEndpoints.d.ts +7 -7
  10. package/dist/main/reduxSlices/rtkQuery/rpcApiSlice/endpoints/superTokenEndpoints.d.ts +4 -4
  11. package/dist/main/reduxSlices/rtkQuery/rpcApiSlice/rpcApiSlice.d.ts +1 -1
  12. package/dist/main/reduxSlices/rtkQuery/rpcApiSlice/rpcApiSlice.d.ts.map +1 -1
  13. package/dist/main/reduxSlices/rtkQuery/subgraphApiSlice/endpoints/allSubgraphEndpoints.d.ts +40 -34
  14. package/dist/main/reduxSlices/rtkQuery/subgraphApiSlice/endpoints/allSubgraphEndpoints.d.ts.map +1 -1
  15. package/dist/main/reduxSlices/rtkQuery/subgraphApiSlice/endpoints/baseEndpoints.d.ts +2 -2
  16. package/dist/main/reduxSlices/rtkQuery/subgraphApiSlice/endpoints/entityArgs.d.ts +19 -1
  17. package/dist/main/reduxSlices/rtkQuery/subgraphApiSlice/endpoints/entityArgs.d.ts.map +1 -1
  18. package/dist/main/reduxSlices/rtkQuery/subgraphApiSlice/endpoints/entityEndpoints.d.ts +30 -24
  19. package/dist/main/reduxSlices/rtkQuery/subgraphApiSlice/endpoints/entityEndpoints.d.ts.map +1 -1
  20. package/dist/main/reduxSlices/rtkQuery/subgraphApiSlice/endpoints/entityEndpoints.js +6 -0
  21. package/dist/main/reduxSlices/rtkQuery/subgraphApiSlice/endpoints/entityEndpoints.js.map +1 -1
  22. package/dist/main/reduxSlices/rtkQuery/subgraphApiSlice/endpoints/eventEndpoints.d.ts +10 -10
  23. package/dist/main/reduxSlices/rtkQuery/subgraphApiSlice/subgraphApiSlice.d.ts +1 -1
  24. package/dist/main/reduxSlices/rtkQuery/subgraphApiSlice/subgraphApiSlice.d.ts.map +1 -1
  25. package/dist/main/reduxSlices/transactionTrackerSlice/thunks/trackPendingTransactionThunk.js +1 -1
  26. package/dist/main/reduxSlices/transactionTrackerSlice/thunks/trackPendingTransactionThunk.js.map +1 -1
  27. package/dist/main/reduxSlices/transactionTrackerSlice/trySerializeTransaction.d.ts +2 -2
  28. package/dist/main/reduxSlices/transactionTrackerSlice/trySerializeTransaction.d.ts.map +1 -1
  29. package/dist/main/reduxSlices/transactionTrackerSlice/trySerializeTransaction.js +16 -0
  30. package/dist/main/reduxSlices/transactionTrackerSlice/trySerializeTransaction.js.map +1 -1
  31. package/dist/main/sdkReduxConfig.d.ts +2 -2
  32. package/dist/main/sdkReduxConfig.d.ts.map +1 -1
  33. package/dist/main/sdkReduxInitialization.d.ts +2 -2
  34. package/dist/main/sdkReduxInitialization.d.ts.map +1 -1
  35. package/dist/module/reduxSlices/rtkQuery/cacheTags/invalidateSpecificCacheTagsForEvents.js.map +1 -1
  36. package/dist/module/reduxSlices/rtkQuery/createApiWithReactHooks.d.ts +1 -1
  37. package/dist/module/reduxSlices/rtkQuery/createApiWithReactHooks.d.ts.map +1 -1
  38. package/dist/module/reduxSlices/rtkQuery/createApiWithoutReactHooks.d.ts +1 -1
  39. package/dist/module/reduxSlices/rtkQuery/createApiWithoutReactHooks.d.ts.map +1 -1
  40. package/dist/module/reduxSlices/rtkQuery/rpcApiSlice/endpoints/allRpcEndpoints.d.ts +14 -14
  41. package/dist/module/reduxSlices/rtkQuery/rpcApiSlice/endpoints/flowEndpoints.d.ts +3 -3
  42. package/dist/module/reduxSlices/rtkQuery/rpcApiSlice/endpoints/indexEndpoints.d.ts +7 -7
  43. package/dist/module/reduxSlices/rtkQuery/rpcApiSlice/endpoints/superTokenEndpoints.d.ts +4 -4
  44. package/dist/module/reduxSlices/rtkQuery/rpcApiSlice/rpcApiSlice.d.ts +1 -1
  45. package/dist/module/reduxSlices/rtkQuery/rpcApiSlice/rpcApiSlice.d.ts.map +1 -1
  46. package/dist/module/reduxSlices/rtkQuery/subgraphApiSlice/endpoints/allSubgraphEndpoints.d.ts +40 -34
  47. package/dist/module/reduxSlices/rtkQuery/subgraphApiSlice/endpoints/allSubgraphEndpoints.d.ts.map +1 -1
  48. package/dist/module/reduxSlices/rtkQuery/subgraphApiSlice/endpoints/baseEndpoints.d.ts +2 -2
  49. package/dist/module/reduxSlices/rtkQuery/subgraphApiSlice/endpoints/entityArgs.d.ts +19 -1
  50. package/dist/module/reduxSlices/rtkQuery/subgraphApiSlice/endpoints/entityArgs.d.ts.map +1 -1
  51. package/dist/module/reduxSlices/rtkQuery/subgraphApiSlice/endpoints/entityEndpoints.d.ts +30 -24
  52. package/dist/module/reduxSlices/rtkQuery/subgraphApiSlice/endpoints/entityEndpoints.d.ts.map +1 -1
  53. package/dist/module/reduxSlices/rtkQuery/subgraphApiSlice/endpoints/entityEndpoints.js +7 -1
  54. package/dist/module/reduxSlices/rtkQuery/subgraphApiSlice/endpoints/entityEndpoints.js.map +1 -1
  55. package/dist/module/reduxSlices/rtkQuery/subgraphApiSlice/endpoints/eventEndpoints.d.ts +10 -10
  56. package/dist/module/reduxSlices/rtkQuery/subgraphApiSlice/subgraphApiSlice.d.ts +1 -1
  57. package/dist/module/reduxSlices/rtkQuery/subgraphApiSlice/subgraphApiSlice.d.ts.map +1 -1
  58. package/dist/module/reduxSlices/transactionTrackerSlice/thunks/trackPendingTransactionThunk.js +1 -1
  59. package/dist/module/reduxSlices/transactionTrackerSlice/thunks/trackPendingTransactionThunk.js.map +1 -1
  60. package/dist/module/reduxSlices/transactionTrackerSlice/trySerializeTransaction.d.ts +2 -2
  61. package/dist/module/reduxSlices/transactionTrackerSlice/trySerializeTransaction.d.ts.map +1 -1
  62. package/dist/module/reduxSlices/transactionTrackerSlice/trySerializeTransaction.js +16 -0
  63. package/dist/module/reduxSlices/transactionTrackerSlice/trySerializeTransaction.js.map +1 -1
  64. package/dist/module/sdkReduxConfig.d.ts +2 -2
  65. package/dist/module/sdkReduxConfig.d.ts.map +1 -1
  66. package/dist/module/sdkReduxInitialization.d.ts +2 -2
  67. package/dist/module/sdkReduxInitialization.d.ts.map +1 -1
  68. package/package.json +4 -4
@@ -2,15 +2,15 @@ import { AllEvents, FlowUpdatedEvent, IndexUpdatedEvent, PagedResult, Subscripti
2
2
  import { SubgraphEndpointBuilder } from '../subgraphEndpointBuilder';
3
3
  import { EventQuery, EventsQuery, FlowUpdatedEventQuery, FlowUpdatedEventsQuery, IndexUpdatedEventQuery, IndexUpdatedEventsQuery, SubscriptionUnitsUpdatedEventQuery, SubscriptionUnitsUpdatedEventsQuery, TransferEventQuery, TransferEventsQuery } from './eventArgs';
4
4
  export declare const createEventQueryEndpoints: (builder: SubgraphEndpointBuilder) => {
5
- event: import("@reduxjs/toolkit/dist/query").QueryDefinition<EventQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, AllEvents | null, "superfluid_subgraph">;
6
- events: import("@reduxjs/toolkit/dist/query").QueryDefinition<EventsQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, PagedResult<AllEvents>, "superfluid_subgraph">;
7
- flowUpdatedEvent: import("@reduxjs/toolkit/dist/query").QueryDefinition<FlowUpdatedEventQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, FlowUpdatedEvent | null, "superfluid_subgraph">;
8
- flowUpdatedEvents: import("@reduxjs/toolkit/dist/query").QueryDefinition<FlowUpdatedEventsQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, PagedResult<FlowUpdatedEvent>, "superfluid_subgraph">;
9
- indexUpdatedEvent: import("@reduxjs/toolkit/dist/query").QueryDefinition<IndexUpdatedEventQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, IndexUpdatedEvent | null, "superfluid_subgraph">;
10
- indexUpdatedEvents: import("@reduxjs/toolkit/dist/query").QueryDefinition<IndexUpdatedEventsQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, PagedResult<IndexUpdatedEvent>, "superfluid_subgraph">;
11
- subscriptionUnitsUpdatedEvent: import("@reduxjs/toolkit/dist/query").QueryDefinition<SubscriptionUnitsUpdatedEventQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, SubscriptionUnitsUpdatedEvent | null, "superfluid_subgraph">;
12
- subscriptionUnitsUpdatedEvents: import("@reduxjs/toolkit/dist/query").QueryDefinition<SubscriptionUnitsUpdatedEventsQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, PagedResult<SubscriptionUnitsUpdatedEvent>, "superfluid_subgraph">;
13
- transferEvent: import("@reduxjs/toolkit/dist/query").QueryDefinition<TransferEventQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransferEvent | null, "superfluid_subgraph">;
14
- transferEvents: import("@reduxjs/toolkit/dist/query").QueryDefinition<TransferEventsQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, PagedResult<TransferEvent>, "superfluid_subgraph">;
5
+ event: import("@reduxjs/toolkit/query").QueryDefinition<EventQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, AllEvents | null, "superfluid_subgraph">;
6
+ events: import("@reduxjs/toolkit/query").QueryDefinition<EventsQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, PagedResult<AllEvents>, "superfluid_subgraph">;
7
+ flowUpdatedEvent: import("@reduxjs/toolkit/query").QueryDefinition<FlowUpdatedEventQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, FlowUpdatedEvent | null, "superfluid_subgraph">;
8
+ flowUpdatedEvents: import("@reduxjs/toolkit/query").QueryDefinition<FlowUpdatedEventsQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, PagedResult<FlowUpdatedEvent>, "superfluid_subgraph">;
9
+ indexUpdatedEvent: import("@reduxjs/toolkit/query").QueryDefinition<IndexUpdatedEventQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, IndexUpdatedEvent | null, "superfluid_subgraph">;
10
+ indexUpdatedEvents: import("@reduxjs/toolkit/query").QueryDefinition<IndexUpdatedEventsQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, PagedResult<IndexUpdatedEvent>, "superfluid_subgraph">;
11
+ subscriptionUnitsUpdatedEvent: import("@reduxjs/toolkit/query").QueryDefinition<SubscriptionUnitsUpdatedEventQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, SubscriptionUnitsUpdatedEvent | null, "superfluid_subgraph">;
12
+ subscriptionUnitsUpdatedEvents: import("@reduxjs/toolkit/query").QueryDefinition<SubscriptionUnitsUpdatedEventsQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, PagedResult<SubscriptionUnitsUpdatedEvent>, "superfluid_subgraph">;
13
+ transferEvent: import("@reduxjs/toolkit/query").QueryDefinition<TransferEventQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransferEvent | null, "superfluid_subgraph">;
14
+ transferEvents: import("@reduxjs/toolkit/query").QueryDefinition<TransferEventsQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, PagedResult<TransferEvent>, "superfluid_subgraph">;
15
15
  };
16
16
  //# sourceMappingURL=eventEndpoints.d.ts.map
@@ -1,4 +1,4 @@
1
1
  import { CreateApi } from '@reduxjs/toolkit/dist/query';
2
- export declare const createSubgraphApiSlice: <T extends keyof import("@reduxjs/toolkit/dist/query").ApiModules<any, any, any, any>>(createRtkQueryApi: CreateApi<T>) => import("@reduxjs/toolkit/dist/query").Api<import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, {}, "superfluid_subgraph", import("../cacheTags/CacheTagTypes").CacheTagType, T>;
2
+ export declare const createSubgraphApiSlice: <T extends keyof import("@reduxjs/toolkit/query").ApiModules<any, any, any, any>>(createRtkQueryApi: CreateApi<T>) => import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, {}, "superfluid_subgraph", import("../cacheTags/CacheTagTypes").CacheTagType, T>;
3
3
  export type SubgraphApiSliceEmpty = ReturnType<typeof createSubgraphApiSlice>;
4
4
  //# sourceMappingURL=subgraphApiSlice.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"subgraphApiSlice.d.ts","sourceRoot":"","sources":["../../../../../src/reduxSlices/rtkQuery/subgraphApiSlice/subgraphApiSlice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,6BAA6B,CAAC;AAYtD,eAAO,MAAM,sBAAsB,8XAQ7B,CAAC;AAEP,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
1
+ {"version":3,"file":"subgraphApiSlice.d.ts","sourceRoot":"","sources":["../../../../../src/reduxSlices/rtkQuery/subgraphApiSlice/subgraphApiSlice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,6BAA6B,CAAC;AAYtD,eAAO,MAAM,sBAAsB,+WAQ7B,CAAC;AAEP,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
@@ -29,7 +29,7 @@ exports.trackPendingTransactionThunk = (0, toolkit_1.createAsyncThunk)(`${transa
29
29
  const framework = await (0, sdkReduxConfig_1.getFramework)(chainId);
30
30
  const waitForOneConfirmation = wait
31
31
  ? () => wait(1)
32
- : () => framework.settings.provider.waitForTransaction(transactionHash, 1, utils_1.MillisecondTimes.TenMinutes);
32
+ : () => framework.settings.provider.waitForTransaction(transactionHash, 1, utils_1.MillisecondTimes.ThreeMinutes);
33
33
  await waitForOneConfirmation()
34
34
  .then(async (transactionReceipt) => {
35
35
  // When Ethers successfully returns then we assume the transaction was mined as per documentation: https://docs.ethers.io/v5/api/providers/provider/#Provider-waitForTransaction
@@ -1 +1 @@
1
- {"version":3,"file":"trackPendingTransactionThunk.js","sourceRoot":"","sources":["../../../../../src/reduxSlices/transactionTrackerSlice/thunks/trackPendingTransactionThunk.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"trackPendingTransactionThunk.js","sourceRoot":"","sources":["../../../../../src/reduxSlices/transactionTrackerSlice/thunks/trackPendingTransactionThunk.ts"],"names":[],"mappings":"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"}
@@ -1,7 +1,7 @@
1
1
  import { SignatureLike } from '@ethersproject/bytes';
2
- import { UnsignedTransaction } from 'ethers';
2
+ import { Transaction } from 'ethers';
3
3
  /**
4
4
  * The use-case arose from Gnosis Safe transaction serialization failing.
5
5
  */
6
- export declare const trySerializeTransaction: (transaction: UnsignedTransaction, signature?: SignatureLike) => string | undefined;
6
+ export declare const trySerializeTransaction: (transaction: Partial<Transaction>, signature?: SignatureLike) => string | undefined;
7
7
  //# sourceMappingURL=trySerializeTransaction.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"trySerializeTransaction.d.ts","sourceRoot":"","sources":["../../../../src/reduxSlices/transactionTrackerSlice/trySerializeTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAC,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAS,mBAAmB,EAAC,MAAM,QAAQ,CAAC;AAEnD;;GAEG;AACH,eAAO,MAAM,uBAAuB,gBACnB,mBAAmB,cACpB,aAAa,KAC1B,MAAM,GAAG,SAQX,CAAC"}
1
+ {"version":3,"file":"trySerializeTransaction.d.ts","sourceRoot":"","sources":["../../../../src/reduxSlices/transactionTrackerSlice/trySerializeTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAC,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAS,WAAW,EAAC,MAAM,QAAQ,CAAC;AAE3C;;GAEG;AACH,eAAO,MAAM,uBAAuB,gBACnB,QAAQ,WAAW,CAAC,cACrB,aAAa,KAC1B,MAAM,GAAG,SAyBX,CAAC"}
@@ -11,6 +11,22 @@ const trySerializeTransaction = (transaction, signature) => {
11
11
  }
12
12
  catch (error) {
13
13
  // This tends to happen with Gnosis Safe which changes the transaction response structure.
14
+ if (transaction.hash) {
15
+ // Check if the transaction hash contains a prefix (e.g. chainId) followed by colon
16
+ const parts = transaction.hash.split(':');
17
+ if (parts.length === 2) {
18
+ // Remove the prefix and set the plain transaction hash
19
+ transaction.hash = parts[1];
20
+ // Second attempt to serialize the transaction with the correct (?) hash
21
+ try {
22
+ return ethers_1.ethers.utils.serializeTransaction(transaction, signature);
23
+ }
24
+ catch {
25
+ // Log the first error instead
26
+ console.warn(error);
27
+ }
28
+ }
29
+ }
14
30
  console.warn(error);
15
31
  }
16
32
  return undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"trySerializeTransaction.js","sourceRoot":"","sources":["../../../../src/reduxSlices/transactionTrackerSlice/trySerializeTransaction.ts"],"names":[],"mappings":";;;AACA,mCAAmD;AAEnD;;GAEG;AACI,MAAM,uBAAuB,GAAG,CACnC,WAAgC,EAChC,SAAyB,EACP,EAAE;IACpB,IAAI,CAAC;QACD,OAAO,eAAM,CAAC,KAAK,CAAC,oBAAoB,CAAC,WAAW,EAAE,SAAS,CAAC,CAAC;IACrE,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACb,0FAA0F;QAC1F,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IACxB,CAAC;IACD,OAAO,SAAS,CAAC;AACrB,CAAC,CAAC;AAXW,QAAA,uBAAuB,2BAWlC"}
1
+ {"version":3,"file":"trySerializeTransaction.js","sourceRoot":"","sources":["../../../../src/reduxSlices/transactionTrackerSlice/trySerializeTransaction.ts"],"names":[],"mappings":";;;AACA,mCAA2C;AAE3C;;GAEG;AACI,MAAM,uBAAuB,GAAG,CACnC,WAAiC,EACjC,SAAyB,EACP,EAAE;IACpB,IAAI,CAAC;QACD,OAAO,eAAM,CAAC,KAAK,CAAC,oBAAoB,CAAC,WAAW,EAAE,SAAS,CAAC,CAAC;IACrE,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACb,0FAA0F;QAE1F,IAAI,WAAW,CAAC,IAAI,EAAE,CAAC;YACnB,mFAAmF;YACnF,MAAM,KAAK,GAAG,WAAW,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;YAC1C,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;gBACrB,uDAAuD;gBACvD,WAAW,CAAC,IAAI,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;gBAC5B,wEAAwE;gBACxE,IAAI,CAAC;oBACD,OAAO,eAAM,CAAC,KAAK,CAAC,oBAAoB,CAAC,WAAW,EAAE,SAAS,CAAC,CAAC;gBACrE,CAAC;gBAAC,MAAM,CAAC;oBACL,8BAA8B;oBAC9B,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;gBACxB,CAAC;YACL,CAAC;QACL,CAAC;QAED,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IACxB,CAAC;IACD,OAAO,SAAS,CAAC;AACrB,CAAC,CAAC;AA5BW,QAAA,uBAAuB,2BA4BlC"}
@@ -39,8 +39,8 @@ export default class SdkReduxConfig implements FrameworkLocator, RpcApiSliceLoca
39
39
  setTransactionTrackerSlice(slice: TransactionTrackerSlice): void;
40
40
  }
41
41
  export declare const getConfig: typeof SdkReduxConfig.getOrCreateSingleton;
42
- export declare const getRpcApiSlice: () => import("@reduxjs/toolkit/dist/query").Api<import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, {}, "superfluid_rpc", import(".").CacheTagType, keyof import("@reduxjs/toolkit/dist/query").ApiModules<any, any, any, any>>;
43
- export declare const getSubgraphApiSlice: () => import("@reduxjs/toolkit/dist/query").Api<import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, {}, "superfluid_subgraph", import(".").CacheTagType, keyof import("@reduxjs/toolkit/dist/query").ApiModules<any, any, any, any>>;
42
+ export declare const getRpcApiSlice: () => import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, {}, "superfluid_rpc", import(".").CacheTagType, keyof import("@reduxjs/toolkit/query").ApiModules<any, any, any, any>>;
43
+ export declare const getSubgraphApiSlice: () => import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, {}, "superfluid_subgraph", import(".").CacheTagType, keyof import("@reduxjs/toolkit/query").ApiModules<any, any, any, any>>;
44
44
  export declare const getTransactionTrackerSlice: () => {
45
45
  name: "superfluid_transactions";
46
46
  reducer: import("redux").Reducer<import("@reduxjs/toolkit").EntityState<import(".").TrackedTransaction>>;
@@ -1 +1 @@
1
- {"version":3,"file":"sdkReduxConfig.d.ts","sourceRoot":"","sources":["../../src/sdkReduxConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAC,MAAM,EAAC,MAAM,QAAQ,CAAC;AAK9B,OAAO,EAAC,gBAAgB,EAAC,MAAM,gDAAgD,CAAC;AAChF,OAAO,EAAC,qBAAqB,EAAC,MAAM,0DAA0D,CAAC;AAC/F,OAAO,EAAC,uBAAuB,EAAC,MAAM,+DAA+D,CAAC;AAEtG,UAAU,gBAAgB;IACtB,YAAY,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,OAAO,CAAC,SAAS,CAAC,CAAC;IACtD,YAAY,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,SAAS,GAAG,CAAC,MAAM,OAAO,CAAC,SAAS,CAAC,CAAC,KAAK,IAAI,CAAC;CACvG;AAED,UAAU,kBAAkB;IACxB,cAAc,EAAE,MAAM,gBAAgB,CAAC;IACvC,cAAc,EAAE,CAAC,GAAG,EAAE,gBAAgB,KAAK,IAAI,CAAC;CACnD;AAED,UAAU,uBAAuB;IAC7B,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;IACjD,mBAAmB,EAAE,CAAC,GAAG,EAAE,qBAAqB,KAAK,IAAI,CAAC;CAC7D;AAED,UAAU,8BAA8B;IACpC,0BAA0B,EAAE,MAAM,uBAAuB,CAAC;IAC1D,0BAA0B,EAAE,CAAC,KAAK,EAAE,uBAAuB,KAAK,IAAI,CAAC;CACxE;AAED;;GAEG;AACH,MAAM,CAAC,OAAO,OAAO,cACjB,YAAW,gBAAgB,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,8BAA8B;IAExG,WAAW,EAAE,gBAAgB,GAAG,SAAS,CAAC;IAC1C,gBAAgB,EAAE,qBAAqB,GAAG,SAAS,CAAC;IACpD,uBAAuB,EAAE,uBAAuB,GAAG,SAAS,CAAC;IAC7D,0BAA0B,oBAAyB,QAAQ,SAAS,CAAC,EAAI;IACzE,uBAAuB,oBAAyB,QAAQ,MAAM,CAAC,EAAI;IAEnE,MAAM,CAAC,oBAAoB,IAAI,cAAc;IAO7C,cAAc,IAAI,gBAAgB;IAOlC,mBAAmB,IAAI,qBAAqB;IAO5C,YAAY,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,SAAS,CAAC;IASjD,0BAA0B,IAAI,uBAAuB;IASrD,cAAc,CAAC,KAAK,EAAE,gBAAgB,GAAG,IAAI;IAS7C,mBAAmB,CAAC,KAAK,EAAE,qBAAqB,GAAG,IAAI;IASvD,YAAY,CAAC,OAAO,EAAE,MAAM,EAAE,iBAAiB,EAAE,SAAS,GAAG,CAAC,MAAM,OAAO,CAAC,SAAS,CAAC,CAAC;IAQvF,0BAA0B,CAAC,KAAK,EAAE,uBAAuB,GAAG,IAAI;CAQnE;AAED,eAAO,MAAM,SAAS,4CAAsC,CAAC;AAC7D,eAAO,MAAM,cAAc,oTAAqC,CAAC;AACjE,eAAO,MAAM,mBAAmB,yTAA0C,CAAC;AAC3E,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiD,CAAC;AACzF,eAAO,MAAM,YAAY,YAAa,MAAM,uBAAsC,CAAC;AACnF,eAAO,MAAM,iBAAiB,YAAa,MAAM,uGAGL,CAAC"}
1
+ {"version":3,"file":"sdkReduxConfig.d.ts","sourceRoot":"","sources":["../../src/sdkReduxConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAC,MAAM,EAAC,MAAM,QAAQ,CAAC;AAK9B,OAAO,EAAC,gBAAgB,EAAC,MAAM,gDAAgD,CAAC;AAChF,OAAO,EAAC,qBAAqB,EAAC,MAAM,0DAA0D,CAAC;AAC/F,OAAO,EAAC,uBAAuB,EAAC,MAAM,+DAA+D,CAAC;AAEtG,UAAU,gBAAgB;IACtB,YAAY,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,OAAO,CAAC,SAAS,CAAC,CAAC;IACtD,YAAY,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,SAAS,GAAG,CAAC,MAAM,OAAO,CAAC,SAAS,CAAC,CAAC,KAAK,IAAI,CAAC;CACvG;AAED,UAAU,kBAAkB;IACxB,cAAc,EAAE,MAAM,gBAAgB,CAAC;IACvC,cAAc,EAAE,CAAC,GAAG,EAAE,gBAAgB,KAAK,IAAI,CAAC;CACnD;AAED,UAAU,uBAAuB;IAC7B,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;IACjD,mBAAmB,EAAE,CAAC,GAAG,EAAE,qBAAqB,KAAK,IAAI,CAAC;CAC7D;AAED,UAAU,8BAA8B;IACpC,0BAA0B,EAAE,MAAM,uBAAuB,CAAC;IAC1D,0BAA0B,EAAE,CAAC,KAAK,EAAE,uBAAuB,KAAK,IAAI,CAAC;CACxE;AAED;;GAEG;AACH,MAAM,CAAC,OAAO,OAAO,cACjB,YAAW,gBAAgB,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,8BAA8B;IAExG,WAAW,EAAE,gBAAgB,GAAG,SAAS,CAAC;IAC1C,gBAAgB,EAAE,qBAAqB,GAAG,SAAS,CAAC;IACpD,uBAAuB,EAAE,uBAAuB,GAAG,SAAS,CAAC;IAC7D,0BAA0B,oBAAyB,QAAQ,SAAS,CAAC,EAAI;IACzE,uBAAuB,oBAAyB,QAAQ,MAAM,CAAC,EAAI;IAEnE,MAAM,CAAC,oBAAoB,IAAI,cAAc;IAO7C,cAAc,IAAI,gBAAgB;IAOlC,mBAAmB,IAAI,qBAAqB;IAO5C,YAAY,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,SAAS,CAAC;IASjD,0BAA0B,IAAI,uBAAuB;IASrD,cAAc,CAAC,KAAK,EAAE,gBAAgB,GAAG,IAAI;IAS7C,mBAAmB,CAAC,KAAK,EAAE,qBAAqB,GAAG,IAAI;IASvD,YAAY,CAAC,OAAO,EAAE,MAAM,EAAE,iBAAiB,EAAE,SAAS,GAAG,CAAC,MAAM,OAAO,CAAC,SAAS,CAAC,CAAC;IAQvF,0BAA0B,CAAC,KAAK,EAAE,uBAAuB,GAAG,IAAI;CAQnE;AAED,eAAO,MAAM,SAAS,4CAAsC,CAAC;AAC7D,eAAO,MAAM,cAAc,qSAAqC,CAAC;AACjE,eAAO,MAAM,mBAAmB,0SAA0C,CAAC;AAC3E,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiD,CAAC;AACzF,eAAO,MAAM,YAAY,YAAa,MAAM,uBAAsC,CAAC;AACnF,eAAO,MAAM,iBAAiB,YAAa,MAAM,uGAGL,CAAC"}
@@ -6,14 +6,14 @@ import { Framework } from '@superfluid-finance/sdk-core';
6
6
  * @param createApi Pass in either {@see createApiWithReactHooks} or {@see createApiWithoutReactHooks}.
7
7
  * You can wrap the function with your own function to add even more configuration to the RTK-Query API (e.g. "redux-persist" support).
8
8
  */
9
- export declare const initializeRpcApiSlice: <T extends keyof import("@reduxjs/toolkit/dist/query").ApiModules<any, any, any, any>>(createApi: CreateApi<T>) => import("@reduxjs/toolkit/dist/query").Api<import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, {}, "superfluid_rpc", import(".").CacheTagType, T>;
9
+ export declare const initializeRpcApiSlice: <T extends keyof import("@reduxjs/toolkit/query").ApiModules<any, any, any, any>>(createApi: CreateApi<T>) => import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, {}, "superfluid_rpc", import(".").CacheTagType, T>;
10
10
  /**
11
11
  * For initializing "subgraphApiSlice" Redux slice.
12
12
  *
13
13
  * @param createApi Pass in either {@see createApiWithReactHooks} or {@see createApiWithoutReactHooks}.
14
14
  * You can wrap the function with your own function to add even more configuration to the RTK-Query API (e.g. "redux-persist" support).
15
15
  */
16
- export declare const initializeSubgraphApiSlice: <T extends keyof import("@reduxjs/toolkit/dist/query").ApiModules<any, any, any, any>>(createApi: CreateApi<T>) => import("@reduxjs/toolkit/dist/query").Api<import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, {}, "superfluid_subgraph", import(".").CacheTagType, T>;
16
+ export declare const initializeSubgraphApiSlice: <T extends keyof import("@reduxjs/toolkit/query").ApiModules<any, any, any, any>>(createApi: CreateApi<T>) => import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, {}, "superfluid_subgraph", import(".").CacheTagType, T>;
17
17
  /**
18
18
  * For initializing "sfTransaction" Redux slice.
19
19
  */
@@ -1 +1 @@
1
- {"version":3,"file":"sdkReduxInitialization.d.ts","sourceRoot":"","sources":["../../src/sdkReduxInitialization.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,6BAA6B,CAAC;AAEtD,OAAO,EAAC,SAAS,EAAC,MAAM,8BAA8B,CAAC;AAOvD;;;;;GAKG;AACH,eAAO,MAAM,qBAAqB,wVAIjC,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,0BAA0B,6VAItC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAI7C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,YAAa,MAAM,aAAa,CAAC,MAAM,QAAQ,SAAS,CAAC,CAAC,GAAG,SAAS,SAC1D,CAAC"}
1
+ {"version":3,"file":"sdkReduxInitialization.d.ts","sourceRoot":"","sources":["../../src/sdkReduxInitialization.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,6BAA6B,CAAC;AAEtD,OAAO,EAAC,SAAS,EAAC,MAAM,8BAA8B,CAAC;AAOvD;;;;;GAKG;AACH,eAAO,MAAM,qBAAqB,yUAIjC,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,0BAA0B,8UAItC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAI7C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,YAAa,MAAM,aAAa,CAAC,MAAM,QAAQ,SAAS,CAAC,CAAC,GAAG,SAAS,SAC1D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"invalidateSpecificCacheTagsForEvents.js","sourceRoot":"","sources":["../../../../../src/reduxSlices/rtkQuery/cacheTags/invalidateSpecificCacheTagsForEvents.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"invalidateSpecificCacheTagsForEvents.js","sourceRoot":"","sources":["../../../../../src/reduxSlices/rtkQuery/cacheTags/invalidateSpecificCacheTagsForEvents.ts"],"names":[],"mappings":"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"}
@@ -3,5 +3,5 @@
3
3
  *
4
4
  * Read more: https://redux-toolkit.js.org/rtk-query/api/created-api/hooks
5
5
  */
6
- export declare const createApiWithReactHooks: import("@reduxjs/toolkit/query/react").CreateApi<typeof import("@reduxjs/toolkit/dist/query/core/module").coreModuleName | typeof import("@reduxjs/toolkit/dist/query/react/module").reactHooksModuleName>;
6
+ export declare const createApiWithReactHooks: import("@reduxjs/toolkit/query/react").CreateApi<typeof import("@reduxjs/toolkit/query/react").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
7
7
  //# sourceMappingURL=createApiWithReactHooks.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"createApiWithReactHooks.d.ts","sourceRoot":"","sources":["../../../../src/reduxSlices/rtkQuery/createApiWithReactHooks.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,4MAAY,CAAC"}
1
+ {"version":3,"file":"createApiWithReactHooks.d.ts","sourceRoot":"","sources":["../../../../src/reduxSlices/rtkQuery/createApiWithReactHooks.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,qLAAY,CAAC"}
@@ -3,5 +3,5 @@
3
3
  *
4
4
  * Read more: https://redux-toolkit.js.org/rtk-query/usage/usage-without-react-hooks
5
5
  */
6
- export declare const createApiWithoutReactHooks: import("@reduxjs/toolkit/query").CreateApi<typeof import("@reduxjs/toolkit/dist/query/core/module").coreModuleName>;
6
+ export declare const createApiWithoutReactHooks: import("@reduxjs/toolkit/query").CreateApi<typeof import("@reduxjs/toolkit/query").coreModuleName>;
7
7
  //# sourceMappingURL=createApiWithoutReactHooks.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"createApiWithoutReactHooks.d.ts","sourceRoot":"","sources":["../../../../src/reduxSlices/rtkQuery/createApiWithoutReactHooks.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,qHAAY,CAAC"}
1
+ {"version":3,"file":"createApiWithoutReactHooks.d.ts","sourceRoot":"","sources":["../../../../src/reduxSlices/rtkQuery/createApiWithoutReactHooks.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,oGAAY,CAAC"}
@@ -1,22 +1,22 @@
1
1
  import { RpcEndpointBuilder } from '../rpcEndpointBuilder';
2
2
  export declare const allRpcEndpoints: {
3
3
  endpoints: (builder: RpcEndpointBuilder) => {
4
- flowCreate: import("@reduxjs/toolkit/dist/query").MutationDefinition<import("./flowArgs").FlowCreateMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("../../../argTypes").TransactionInfo, "superfluid_rpc">;
5
- flowUpdate: import("@reduxjs/toolkit/dist/query").MutationDefinition<import("./flowArgs").FlowUpdateMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("../../../argTypes").TransactionInfo, "superfluid_rpc">;
6
- flowDelete: import("@reduxjs/toolkit/dist/query").MutationDefinition<import("./flowArgs").FlowDeleteMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("../../../argTypes").TransactionInfo, "superfluid_rpc">;
4
+ flowCreate: import("@reduxjs/toolkit/query").MutationDefinition<import("./flowArgs").FlowCreateMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("../../../argTypes").TransactionInfo, "superfluid_rpc">;
5
+ flowUpdate: import("@reduxjs/toolkit/query").MutationDefinition<import("./flowArgs").FlowUpdateMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("../../../argTypes").TransactionInfo, "superfluid_rpc">;
6
+ flowDelete: import("@reduxjs/toolkit/query").MutationDefinition<import("./flowArgs").FlowDeleteMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("../../../argTypes").TransactionInfo, "superfluid_rpc">;
7
7
  } & {
8
- indexCreate: import("@reduxjs/toolkit/dist/query").MutationDefinition<import("./indexArgs").IndexCreateMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("../../../argTypes").TransactionInfo, "superfluid_rpc">;
9
- indexDistribute: import("@reduxjs/toolkit/dist/query").MutationDefinition<import("./indexArgs").IndexDistributeMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("../../../argTypes").TransactionInfo, "superfluid_rpc">;
10
- indexUpdateSubscriptionUnits: import("@reduxjs/toolkit/dist/query").MutationDefinition<import("./indexArgs").IndexUpdateSubscriptionUnitsMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("../../../argTypes").TransactionInfo, "superfluid_rpc">;
11
- indexSubscriptionApprove: import("@reduxjs/toolkit/dist/query").MutationDefinition<import("./indexArgs").IndexSubscriptionApproveMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("../../../argTypes").TransactionInfo, "superfluid_rpc">;
12
- indexSubscriptionClaim: import("@reduxjs/toolkit/dist/query").MutationDefinition<import("./indexArgs").IndexSubscriptionClaimMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("../../../argTypes").TransactionInfo, "superfluid_rpc">;
13
- indexDeleteSubscription: import("@reduxjs/toolkit/dist/query").MutationDefinition<import("./indexArgs").IndexDeleteSubscriptionMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("../../../argTypes").TransactionInfo, "superfluid_rpc">;
14
- indexSubscriptionRevoke: import("@reduxjs/toolkit/dist/query").MutationDefinition<import("./indexArgs").IndexSubscriptionRevokeMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("../../../argTypes").TransactionInfo, "superfluid_rpc">;
8
+ indexCreate: import("@reduxjs/toolkit/query").MutationDefinition<import("./indexArgs").IndexCreateMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("../../../argTypes").TransactionInfo, "superfluid_rpc">;
9
+ indexDistribute: import("@reduxjs/toolkit/query").MutationDefinition<import("./indexArgs").IndexDistributeMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("../../../argTypes").TransactionInfo, "superfluid_rpc">;
10
+ indexUpdateSubscriptionUnits: import("@reduxjs/toolkit/query").MutationDefinition<import("./indexArgs").IndexUpdateSubscriptionUnitsMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("../../../argTypes").TransactionInfo, "superfluid_rpc">;
11
+ indexSubscriptionApprove: import("@reduxjs/toolkit/query").MutationDefinition<import("./indexArgs").IndexSubscriptionApproveMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("../../../argTypes").TransactionInfo, "superfluid_rpc">;
12
+ indexSubscriptionClaim: import("@reduxjs/toolkit/query").MutationDefinition<import("./indexArgs").IndexSubscriptionClaimMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("../../../argTypes").TransactionInfo, "superfluid_rpc">;
13
+ indexDeleteSubscription: import("@reduxjs/toolkit/query").MutationDefinition<import("./indexArgs").IndexDeleteSubscriptionMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("../../../argTypes").TransactionInfo, "superfluid_rpc">;
14
+ indexSubscriptionRevoke: import("@reduxjs/toolkit/query").MutationDefinition<import("./indexArgs").IndexSubscriptionRevokeMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("../../../argTypes").TransactionInfo, "superfluid_rpc">;
15
15
  } & {
16
- superTokenUpgrade: import("@reduxjs/toolkit/dist/query").MutationDefinition<import("./superTokenArgs").SuperTokenUpgradeMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("../../../argTypes").TransactionInfo, "superfluid_rpc">;
17
- superTokenUpgradeAllowance: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./superTokenArgs").SuperTokenUpgradeAllowanceQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, string, "superfluid_rpc">;
18
- superTokenDowngrade: import("@reduxjs/toolkit/dist/query").MutationDefinition<import("./superTokenArgs").SuperTokenDowngradeMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("../../../argTypes").TransactionInfo, "superfluid_rpc">;
19
- superTokenTransfer: import("@reduxjs/toolkit/dist/query").MutationDefinition<import("./superTokenArgs").SuperTokenTransferMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("../../../argTypes").TransactionInfo, "superfluid_rpc">;
16
+ superTokenUpgrade: import("@reduxjs/toolkit/query").MutationDefinition<import("./superTokenArgs").SuperTokenUpgradeMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("../../../argTypes").TransactionInfo, "superfluid_rpc">;
17
+ superTokenUpgradeAllowance: import("@reduxjs/toolkit/query").QueryDefinition<import("./superTokenArgs").SuperTokenUpgradeAllowanceQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, string, "superfluid_rpc">;
18
+ superTokenDowngrade: import("@reduxjs/toolkit/query").MutationDefinition<import("./superTokenArgs").SuperTokenDowngradeMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("../../../argTypes").TransactionInfo, "superfluid_rpc">;
19
+ superTokenTransfer: import("@reduxjs/toolkit/query").MutationDefinition<import("./superTokenArgs").SuperTokenTransferMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("../../../argTypes").TransactionInfo, "superfluid_rpc">;
20
20
  };
21
21
  };
22
22
  //# sourceMappingURL=allRpcEndpoints.d.ts.map
@@ -2,8 +2,8 @@ import { TransactionInfo } from '../../../argTypes';
2
2
  import { RpcEndpointBuilder } from '../rpcEndpointBuilder';
3
3
  import { FlowCreateMutation, FlowDeleteMutation, FlowUpdateMutation } from './flowArgs';
4
4
  export declare const createFlowEndpoints: (builder: RpcEndpointBuilder) => {
5
- flowCreate: import("@reduxjs/toolkit/dist/query").MutationDefinition<FlowCreateMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransactionInfo, "superfluid_rpc">;
6
- flowUpdate: import("@reduxjs/toolkit/dist/query").MutationDefinition<FlowUpdateMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransactionInfo, "superfluid_rpc">;
7
- flowDelete: import("@reduxjs/toolkit/dist/query").MutationDefinition<FlowDeleteMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransactionInfo, "superfluid_rpc">;
5
+ flowCreate: import("@reduxjs/toolkit/query").MutationDefinition<FlowCreateMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransactionInfo, "superfluid_rpc">;
6
+ flowUpdate: import("@reduxjs/toolkit/query").MutationDefinition<FlowUpdateMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransactionInfo, "superfluid_rpc">;
7
+ flowDelete: import("@reduxjs/toolkit/query").MutationDefinition<FlowDeleteMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransactionInfo, "superfluid_rpc">;
8
8
  };
9
9
  //# sourceMappingURL=flowEndpoints.d.ts.map
@@ -2,12 +2,12 @@ import { TransactionInfo } from '../../../argTypes';
2
2
  import { RpcEndpointBuilder } from '../rpcEndpointBuilder';
3
3
  import { IndexCreateMutation, IndexDeleteSubscriptionMutation, IndexDistributeMutation, IndexSubscriptionApproveMutation, IndexSubscriptionClaimMutation, IndexSubscriptionRevokeMutation, IndexUpdateSubscriptionUnitsMutation } from './indexArgs';
4
4
  export declare const createIndexEndpoints: (builder: RpcEndpointBuilder) => {
5
- indexCreate: import("@reduxjs/toolkit/dist/query").MutationDefinition<IndexCreateMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransactionInfo, "superfluid_rpc">;
6
- indexDistribute: import("@reduxjs/toolkit/dist/query").MutationDefinition<IndexDistributeMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransactionInfo, "superfluid_rpc">;
7
- indexUpdateSubscriptionUnits: import("@reduxjs/toolkit/dist/query").MutationDefinition<IndexUpdateSubscriptionUnitsMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransactionInfo, "superfluid_rpc">;
8
- indexSubscriptionApprove: import("@reduxjs/toolkit/dist/query").MutationDefinition<IndexSubscriptionApproveMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransactionInfo, "superfluid_rpc">;
9
- indexSubscriptionClaim: import("@reduxjs/toolkit/dist/query").MutationDefinition<IndexSubscriptionClaimMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransactionInfo, "superfluid_rpc">;
10
- indexDeleteSubscription: import("@reduxjs/toolkit/dist/query").MutationDefinition<IndexDeleteSubscriptionMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransactionInfo, "superfluid_rpc">;
11
- indexSubscriptionRevoke: import("@reduxjs/toolkit/dist/query").MutationDefinition<IndexSubscriptionRevokeMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransactionInfo, "superfluid_rpc">;
5
+ indexCreate: import("@reduxjs/toolkit/query").MutationDefinition<IndexCreateMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransactionInfo, "superfluid_rpc">;
6
+ indexDistribute: import("@reduxjs/toolkit/query").MutationDefinition<IndexDistributeMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransactionInfo, "superfluid_rpc">;
7
+ indexUpdateSubscriptionUnits: import("@reduxjs/toolkit/query").MutationDefinition<IndexUpdateSubscriptionUnitsMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransactionInfo, "superfluid_rpc">;
8
+ indexSubscriptionApprove: import("@reduxjs/toolkit/query").MutationDefinition<IndexSubscriptionApproveMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransactionInfo, "superfluid_rpc">;
9
+ indexSubscriptionClaim: import("@reduxjs/toolkit/query").MutationDefinition<IndexSubscriptionClaimMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransactionInfo, "superfluid_rpc">;
10
+ indexDeleteSubscription: import("@reduxjs/toolkit/query").MutationDefinition<IndexDeleteSubscriptionMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransactionInfo, "superfluid_rpc">;
11
+ indexSubscriptionRevoke: import("@reduxjs/toolkit/query").MutationDefinition<IndexSubscriptionRevokeMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransactionInfo, "superfluid_rpc">;
12
12
  };
13
13
  //# sourceMappingURL=indexEndpoints.d.ts.map
@@ -2,9 +2,9 @@ import { TransactionInfo } from '../../../argTypes';
2
2
  import { RpcEndpointBuilder } from '../rpcEndpointBuilder';
3
3
  import { SuperTokenDowngradeMutation, SuperTokenTransferMutation, SuperTokenUpgradeAllowanceQuery, SuperTokenUpgradeMutation } from './superTokenArgs';
4
4
  export declare const createSuperTokenEndpoints: (builder: RpcEndpointBuilder) => {
5
- superTokenUpgrade: import("@reduxjs/toolkit/dist/query").MutationDefinition<SuperTokenUpgradeMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransactionInfo, "superfluid_rpc">;
6
- superTokenUpgradeAllowance: import("@reduxjs/toolkit/dist/query").QueryDefinition<SuperTokenUpgradeAllowanceQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, string, "superfluid_rpc">;
7
- superTokenDowngrade: import("@reduxjs/toolkit/dist/query").MutationDefinition<SuperTokenDowngradeMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransactionInfo, "superfluid_rpc">;
8
- superTokenTransfer: import("@reduxjs/toolkit/dist/query").MutationDefinition<SuperTokenTransferMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransactionInfo, "superfluid_rpc">;
5
+ superTokenUpgrade: import("@reduxjs/toolkit/query").MutationDefinition<SuperTokenUpgradeMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransactionInfo, "superfluid_rpc">;
6
+ superTokenUpgradeAllowance: import("@reduxjs/toolkit/query").QueryDefinition<SuperTokenUpgradeAllowanceQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, string, "superfluid_rpc">;
7
+ superTokenDowngrade: import("@reduxjs/toolkit/query").MutationDefinition<SuperTokenDowngradeMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransactionInfo, "superfluid_rpc">;
8
+ superTokenTransfer: import("@reduxjs/toolkit/query").MutationDefinition<SuperTokenTransferMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, TransactionInfo, "superfluid_rpc">;
9
9
  };
10
10
  //# sourceMappingURL=superTokenEndpoints.d.ts.map
@@ -1,4 +1,4 @@
1
1
  import { CreateApi } from '@reduxjs/toolkit/dist/query';
2
- export declare const createRpcApiSlice: <T extends keyof import("@reduxjs/toolkit/dist/query").ApiModules<any, any, any, any>>(createRtkQueryApi: CreateApi<T>) => import("@reduxjs/toolkit/dist/query").Api<import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, {}, "superfluid_rpc", import("../cacheTags/CacheTagTypes").CacheTagType, T>;
2
+ export declare const createRpcApiSlice: <T extends keyof import("@reduxjs/toolkit/query").ApiModules<any, any, any, any>>(createRtkQueryApi: CreateApi<T>) => import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, {}, "superfluid_rpc", import("../cacheTags/CacheTagTypes").CacheTagType, T>;
3
3
  export type RpcApiSliceEmpty = ReturnType<typeof createRpcApiSlice>;
4
4
  //# sourceMappingURL=rpcApiSlice.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"rpcApiSlice.d.ts","sourceRoot":"","sources":["../../../../../src/reduxSlices/rtkQuery/rpcApiSlice/rpcApiSlice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,6BAA6B,CAAC;AAWtD,eAAO,MAAM,iBAAiB,yXAOxB,CAAC;AAEP,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC"}
1
+ {"version":3,"file":"rpcApiSlice.d.ts","sourceRoot":"","sources":["../../../../../src/reduxSlices/rtkQuery/rpcApiSlice/rpcApiSlice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,6BAA6B,CAAC;AAWtD,eAAO,MAAM,iBAAiB,0WAOxB,CAAC;AAEP,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC"}
@@ -1,42 +1,48 @@
1
1
  import { SubgraphEndpointBuilder } from '../subgraphEndpointBuilder';
2
2
  export declare const allSubgraphEndpoints: {
3
3
  endpoints: (builder: SubgraphEndpointBuilder) => {
4
- custom: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./baseArgs").CustomSubgraphQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, unknown, "superfluid_subgraph">;
5
- monitorForEventsToInvalidateCache: import("@reduxjs/toolkit/dist/query").MutationDefinition<import("./baseArgs").MonitorForEventsToInvalidateCacheMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, true, "superfluid_subgraph">;
4
+ custom: import("@reduxjs/toolkit/query").QueryDefinition<import("./baseArgs").CustomSubgraphQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, unknown, "superfluid_subgraph">;
5
+ monitorForEventsToInvalidateCache: import("@reduxjs/toolkit/query").MutationDefinition<import("./baseArgs").MonitorForEventsToInvalidateCacheMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, true, "superfluid_subgraph">;
6
6
  } & {
7
- account: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./entityArgs").AccountQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").Account | null, "superfluid_subgraph">;
8
- accounts: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./entityArgs").AccountsQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").Account>, "superfluid_subgraph">;
9
- accountTokenSnapshot: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./entityArgs").AccountTokenSnapshotQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").AccountTokenSnapshot | null, "superfluid_subgraph">;
10
- accountTokenSnapshots: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./entityArgs").AccountTokenSnapshotsQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").AccountTokenSnapshot>, "superfluid_subgraph">;
11
- accountTokenSnapshotLog: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./entityArgs").AccountTokenSnapshotLogQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").AccountTokenSnapshotLog | null, "superfluid_subgraph">;
12
- accountTokenSnapshotLogs: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./entityArgs").AccountTokenSnapshotLogsQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").AccountTokenSnapshotLog>, "superfluid_subgraph">;
13
- index: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./entityArgs").IndexQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").Index | null, "superfluid_subgraph">;
14
- indexes: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./entityArgs").IndexesQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").Index>, "superfluid_subgraph">;
15
- indexSubscription: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./entityArgs").IndexSubscriptionQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").IndexSubscription | null, "superfluid_subgraph">;
16
- indexSubscriptions: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./entityArgs").IndexSubscriptionsQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").IndexSubscription>, "superfluid_subgraph">;
17
- stream: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./entityArgs").StreamQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").Stream | null, "superfluid_subgraph">;
18
- streams: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./entityArgs").StreamsQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").Stream>, "superfluid_subgraph">;
19
- streamPeriod: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./entityArgs").StreamPeriodQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").StreamPeriod | null, "superfluid_subgraph">;
20
- streamPeriods: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./entityArgs").StreamPeriodsQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").StreamPeriod>, "superfluid_subgraph">;
21
- token: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./entityArgs").TokenQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").Token | null, "superfluid_subgraph">;
22
- tokens: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./entityArgs").TokensQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").Token>, "superfluid_subgraph">;
23
- tokenStatistic: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./entityArgs").TokenStatisticQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").TokenStatistic | null, "superfluid_subgraph">;
24
- tokenStatistics: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./entityArgs").TokenStatisticsQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").TokenStatistic>, "superfluid_subgraph">;
25
- tokenStatisticLog: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./entityArgs").TokenStatisticLogQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").TokenStatisticLog | null, "superfluid_subgraph">;
26
- tokenStatisticLogs: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./entityArgs").TokenStatisticLogsQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").TokenStatisticLog>, "superfluid_subgraph">;
27
- flowOperator: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./entityArgs").FlowOperatorQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").FlowOperator | null, "superfluid_subgraph">;
28
- flowOperators: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./entityArgs").FlowOperatorsQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").FlowOperator>, "superfluid_subgraph">;
7
+ account: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").AccountQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").Account | null, "superfluid_subgraph">;
8
+ accounts: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").AccountsQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").Account>, "superfluid_subgraph">;
9
+ accountTokenSnapshot: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").AccountTokenSnapshotQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").AccountTokenSnapshot | null, "superfluid_subgraph">;
10
+ accountTokenSnapshots: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").AccountTokenSnapshotsQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").AccountTokenSnapshot>, "superfluid_subgraph">;
11
+ accountTokenSnapshotLog: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").AccountTokenSnapshotLogQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").AccountTokenSnapshotLog | null, "superfluid_subgraph">;
12
+ accountTokenSnapshotLogs: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").AccountTokenSnapshotLogsQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").AccountTokenSnapshotLog>, "superfluid_subgraph">;
13
+ index: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").IndexQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").Index | null, "superfluid_subgraph">;
14
+ indexes: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").IndexesQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").Index>, "superfluid_subgraph">;
15
+ indexSubscription: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").IndexSubscriptionQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").IndexSubscription | null, "superfluid_subgraph">;
16
+ indexSubscriptions: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").IndexSubscriptionsQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").IndexSubscription>, "superfluid_subgraph">;
17
+ stream: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").StreamQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").Stream | null, "superfluid_subgraph">;
18
+ streams: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").StreamsQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").Stream>, "superfluid_subgraph">;
19
+ streamPeriod: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").StreamPeriodQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").StreamPeriod | null, "superfluid_subgraph">;
20
+ streamPeriods: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").StreamPeriodsQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").StreamPeriod>, "superfluid_subgraph">;
21
+ token: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").TokenQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").Token | null, "superfluid_subgraph">;
22
+ tokens: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").TokensQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").Token>, "superfluid_subgraph">;
23
+ tokenStatistic: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").TokenStatisticQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").TokenStatistic | null, "superfluid_subgraph">;
24
+ tokenStatistics: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").TokenStatisticsQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").TokenStatistic>, "superfluid_subgraph">;
25
+ tokenStatisticLog: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").TokenStatisticLogQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").TokenStatisticLog | null, "superfluid_subgraph">;
26
+ tokenStatisticLogs: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").TokenStatisticLogsQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").TokenStatisticLog>, "superfluid_subgraph">;
27
+ flowOperator: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").FlowOperatorQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").FlowOperator | null, "superfluid_subgraph">;
28
+ flowOperators: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").FlowOperatorsQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").FlowOperator>, "superfluid_subgraph">;
29
+ pool: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").PoolQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").Pool | null, "superfluid_subgraph">;
30
+ pools: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").PoolsQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").Pool>, "superfluid_subgraph">;
31
+ poolMember: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").PoolMemberQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PoolMember | null, "superfluid_subgraph">;
32
+ poolMembers: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").PoolMembersQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").PoolMember>, "superfluid_subgraph">;
33
+ poolDistributor: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").PoolDistributorQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PoolDistributor | null, "superfluid_subgraph">;
34
+ poolDistributors: import("@reduxjs/toolkit/query").QueryDefinition<import("./entityArgs").PoolDistributorsQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").PoolDistributor>, "superfluid_subgraph">;
29
35
  } & {
30
- event: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./eventArgs").EventQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").AllEvents | null, "superfluid_subgraph">;
31
- events: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./eventArgs").EventsQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").AllEvents>, "superfluid_subgraph">;
32
- flowUpdatedEvent: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./eventArgs").FlowUpdatedEventQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").FlowUpdatedEvent | null, "superfluid_subgraph">;
33
- flowUpdatedEvents: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./eventArgs").FlowUpdatedEventsQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").FlowUpdatedEvent>, "superfluid_subgraph">;
34
- indexUpdatedEvent: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./eventArgs").IndexUpdatedEventQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").IndexUpdatedEvent | null, "superfluid_subgraph">;
35
- indexUpdatedEvents: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./eventArgs").IndexUpdatedEventsQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").IndexUpdatedEvent>, "superfluid_subgraph">;
36
- subscriptionUnitsUpdatedEvent: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./eventArgs").SubscriptionUnitsUpdatedEventQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").SubscriptionUnitsUpdatedEvent | null, "superfluid_subgraph">;
37
- subscriptionUnitsUpdatedEvents: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./eventArgs").SubscriptionUnitsUpdatedEventsQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").SubscriptionUnitsUpdatedEvent>, "superfluid_subgraph">;
38
- transferEvent: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./eventArgs").TransferEventQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").TransferEvent | null, "superfluid_subgraph">;
39
- transferEvents: import("@reduxjs/toolkit/dist/query").QueryDefinition<import("./eventArgs").TransferEventsQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").TransferEvent>, "superfluid_subgraph">;
36
+ event: import("@reduxjs/toolkit/query").QueryDefinition<import("./eventArgs").EventQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").AllEvents | null, "superfluid_subgraph">;
37
+ events: import("@reduxjs/toolkit/query").QueryDefinition<import("./eventArgs").EventsQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").AllEvents>, "superfluid_subgraph">;
38
+ flowUpdatedEvent: import("@reduxjs/toolkit/query").QueryDefinition<import("./eventArgs").FlowUpdatedEventQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").FlowUpdatedEvent | null, "superfluid_subgraph">;
39
+ flowUpdatedEvents: import("@reduxjs/toolkit/query").QueryDefinition<import("./eventArgs").FlowUpdatedEventsQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").FlowUpdatedEvent>, "superfluid_subgraph">;
40
+ indexUpdatedEvent: import("@reduxjs/toolkit/query").QueryDefinition<import("./eventArgs").IndexUpdatedEventQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").IndexUpdatedEvent | null, "superfluid_subgraph">;
41
+ indexUpdatedEvents: import("@reduxjs/toolkit/query").QueryDefinition<import("./eventArgs").IndexUpdatedEventsQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").IndexUpdatedEvent>, "superfluid_subgraph">;
42
+ subscriptionUnitsUpdatedEvent: import("@reduxjs/toolkit/query").QueryDefinition<import("./eventArgs").SubscriptionUnitsUpdatedEventQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").SubscriptionUnitsUpdatedEvent | null, "superfluid_subgraph">;
43
+ subscriptionUnitsUpdatedEvents: import("@reduxjs/toolkit/query").QueryDefinition<import("./eventArgs").SubscriptionUnitsUpdatedEventsQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").SubscriptionUnitsUpdatedEvent>, "superfluid_subgraph">;
44
+ transferEvent: import("@reduxjs/toolkit/query").QueryDefinition<import("./eventArgs").TransferEventQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").TransferEvent | null, "superfluid_subgraph">;
45
+ transferEvents: import("@reduxjs/toolkit/query").QueryDefinition<import("./eventArgs").TransferEventsQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, import("@superfluid-finance/sdk-core").PagedResult<import("@superfluid-finance/sdk-core").TransferEvent>, "superfluid_subgraph">;
40
46
  };
41
47
  };
42
48
  //# sourceMappingURL=allSubgraphEndpoints.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"allSubgraphEndpoints.d.ts","sourceRoot":"","sources":["../../../../../../src/reduxSlices/rtkQuery/subgraphApiSlice/endpoints/allSubgraphEndpoints.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,uBAAuB,EAAC,MAAM,4BAA4B,CAAC;AAMnE,eAAO,MAAM,oBAAoB;yBACR,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAE/C,CAAC"}
1
+ {"version":3,"file":"allSubgraphEndpoints.d.ts","sourceRoot":"","sources":["../../../../../../src/reduxSlices/rtkQuery/subgraphApiSlice/endpoints/allSubgraphEndpoints.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,uBAAuB,EAAC,MAAM,4BAA4B,CAAC;AAMnE,eAAO,MAAM,oBAAoB;yBACR,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAE/C,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import { SubgraphEndpointBuilder } from '../subgraphEndpointBuilder';
2
2
  import { CustomSubgraphQuery, MonitorForEventsToInvalidateCacheMutation } from './baseArgs';
3
3
  export declare const createBaseEndpoints: (builder: SubgraphEndpointBuilder) => {
4
- custom: import("@reduxjs/toolkit/dist/query").QueryDefinition<CustomSubgraphQuery, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, unknown, "superfluid_subgraph">;
5
- monitorForEventsToInvalidateCache: import("@reduxjs/toolkit/dist/query").MutationDefinition<MonitorForEventsToInvalidateCacheMutation, import("@reduxjs/toolkit/dist/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, true, "superfluid_subgraph">;
4
+ custom: import("@reduxjs/toolkit/query").QueryDefinition<CustomSubgraphQuery, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, unknown, "superfluid_subgraph">;
5
+ monitorForEventsToInvalidateCache: import("@reduxjs/toolkit/query").MutationDefinition<MonitorForEventsToInvalidateCacheMutation, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, import("@reduxjs/toolkit").SerializedError, Record<string, unknown>>, import("../../cacheTags/CacheTagTypes").CacheTagType, true, "superfluid_subgraph">;
6
6
  };
7
7
  //# sourceMappingURL=baseEndpoints.d.ts.map