@dodoex/api 3.0.0-beta.1 → 3.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/helper/ContractRequests/index.d.ts +1 -0
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/index.d.ts +1 -1
- package/dist/cjs/services/pool/PoolApi.d.ts +1 -11
- package/dist/helper/ContractRequests/index.d.ts +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/services/pool/PoolApi.d.ts +1 -11
- package/package.json +1 -1
|
@@ -33,17 +33,7 @@ export declare class PoolApi {
|
|
|
33
33
|
}>>;
|
|
34
34
|
fetchPoolDashboard: import("../../gql/graphql").TypedDocumentString<import("../../gql/graphql").FetchPoolDashboardQuery, import("../../gql/graphql").Exact<{
|
|
35
35
|
where?: import("../../gql/graphql").InputMaybe<import("../../gql/graphql").Dashboardpair_Detail_Filter> | undefined;
|
|
36
|
-
}>>;
|
|
37
|
-
* @notice Create DPP pool
|
|
38
|
-
* @param baseToken {"decimals","address"}
|
|
39
|
-
* @param quoteToken {"decimals","address"}
|
|
40
|
-
* @param baseInAmount The initial amount of liquidity base provided (considering decimals)
|
|
41
|
-
* @param quoteInAmount The initial amount of liquidity quote provided (considering decimals)
|
|
42
|
-
* @param lpFeeRate Example: 0.0001 is passed in 1
|
|
43
|
-
* @param i Decimals are not considered
|
|
44
|
-
* @param k Scope: 0 => 1
|
|
45
|
-
* @param deadline Deadline timestamp in seconds
|
|
46
|
-
*/
|
|
36
|
+
}>>;
|
|
47
37
|
fetchPoolSwapList: import("../../gql/graphql").TypedDocumentString<import("../../gql/graphql").FetchPoolSwapListQuery, import("../../gql/graphql").Exact<{
|
|
48
38
|
first?: import("../../gql/graphql").InputMaybe<number> | undefined;
|
|
49
39
|
skip?: import("../../gql/graphql").InputMaybe<number> | undefined;
|