@merkl/api 0.17.30 → 0.17.32
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/database/api/.generated/drizzle/schema.d.ts +17 -0
- package/dist/database/api/.generated/drizzle/schema.js +1 -0
- package/dist/database/api/.generated/drizzle/schema.ts +1 -0
- package/dist/database/api/.generated/edge.js +4 -3
- package/dist/database/api/.generated/index-browser.js +1 -0
- package/dist/database/api/.generated/index.d.ts +58 -1
- package/dist/database/api/.generated/index.js +4 -3
- package/dist/database/api/.generated/package.json +1 -1
- package/dist/database/api/.generated/schema.prisma +1 -0
- package/dist/database/api/.generated/wasm.js +1 -0
- package/dist/src/eden/index.d.ts +103 -9
- package/dist/src/index.d.ts +21 -3
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +2 -0
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +3 -0
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +4 -0
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +4 -0
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +13 -0
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +12 -0
- package/dist/src/modules/v4/reward/reward.repository.d.ts +2 -0
- package/dist/src/modules/v4/reward/reward.service.d.ts +11 -0
- package/dist/src/modules/v4/router.d.ts +20 -0
- package/dist/src/modules/v4/token/token.controller.d.ts +10 -0
- package/dist/src/modules/v4/token/token.controller.js +1 -1
- package/dist/src/modules/v4/token/token.model.d.ts +2 -0
- package/dist/src/modules/v4/token/token.model.js +2 -0
- package/dist/src/modules/v4/token/token.repository.d.ts +3 -0
- package/dist/src/modules/v4/token/token.service.d.ts +12 -1
- package/dist/src/modules/v4/token/token.service.js +19 -7
- package/dist/src/modules/v4/user/user.controller.d.ts +4 -0
- package/dist/src/routes/v3/campaignClaims.d.ts +5 -3
- package/dist/src/routes/v3/campaignClaims.js +18 -4
- package/dist/src/routes/v3/router.d.ts +1 -3
- package/dist/tsconfig.package.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/src/eden/index.d.ts
CHANGED
@@ -125,6 +125,7 @@ declare const eden: {
|
|
125
125
|
decimals: number;
|
126
126
|
verified: boolean;
|
127
127
|
isTest: boolean;
|
128
|
+
isNative: boolean;
|
128
129
|
} & {
|
129
130
|
price?: number | null | undefined;
|
130
131
|
})[];
|
@@ -524,6 +525,7 @@ declare const eden: {
|
|
524
525
|
displaySymbol: string;
|
525
526
|
verified: boolean;
|
526
527
|
isTest: boolean;
|
528
|
+
isNative: boolean;
|
527
529
|
price: number | null;
|
528
530
|
};
|
529
531
|
amount: bigint;
|
@@ -548,6 +550,7 @@ declare const eden: {
|
|
548
550
|
decimals: number;
|
549
551
|
verified: boolean;
|
550
552
|
isTest: boolean;
|
553
|
+
isNative: boolean;
|
551
554
|
} & {
|
552
555
|
price?: number | null | undefined;
|
553
556
|
};
|
@@ -608,6 +611,7 @@ declare const eden: {
|
|
608
611
|
decimals: number;
|
609
612
|
verified: boolean;
|
610
613
|
isTest: boolean;
|
614
|
+
isNative: boolean;
|
611
615
|
} & {
|
612
616
|
price?: number | null | undefined;
|
613
617
|
})[];
|
@@ -959,6 +963,7 @@ declare const eden: {
|
|
959
963
|
decimals: number;
|
960
964
|
verified: boolean;
|
961
965
|
isTest: boolean;
|
966
|
+
isNative: boolean;
|
962
967
|
} & {
|
963
968
|
price?: number | null | undefined;
|
964
969
|
};
|
@@ -1183,6 +1188,7 @@ declare const eden: {
|
|
1183
1188
|
decimals: number;
|
1184
1189
|
verified: boolean;
|
1185
1190
|
isTest: boolean;
|
1191
|
+
isNative: boolean;
|
1186
1192
|
} & {
|
1187
1193
|
price?: number | null | undefined;
|
1188
1194
|
};
|
@@ -1465,6 +1471,7 @@ declare const eden: {
|
|
1465
1471
|
decimals: number;
|
1466
1472
|
verified: boolean;
|
1467
1473
|
isTest: boolean;
|
1474
|
+
isNative: boolean;
|
1468
1475
|
price?: number | null | undefined;
|
1469
1476
|
} | undefined;
|
1470
1477
|
}>>;
|
@@ -1489,6 +1496,7 @@ declare const eden: {
|
|
1489
1496
|
decimals: number;
|
1490
1497
|
verified: boolean;
|
1491
1498
|
isTest: boolean;
|
1499
|
+
isNative: boolean;
|
1492
1500
|
price?: number | null | undefined;
|
1493
1501
|
} | undefined;
|
1494
1502
|
}>>;
|
@@ -1497,6 +1505,7 @@ declare const eden: {
|
|
1497
1505
|
name?: string | undefined;
|
1498
1506
|
icon?: string | undefined;
|
1499
1507
|
displaySymbol?: string | undefined;
|
1508
|
+
verified?: boolean | undefined;
|
1500
1509
|
isTest?: boolean | undefined;
|
1501
1510
|
}, options: {
|
1502
1511
|
headers: {
|
@@ -1516,6 +1525,7 @@ declare const eden: {
|
|
1516
1525
|
displaySymbol: string;
|
1517
1526
|
verified: boolean;
|
1518
1527
|
isTest: boolean;
|
1528
|
+
isNative: boolean;
|
1519
1529
|
price: number | null;
|
1520
1530
|
};
|
1521
1531
|
}>>;
|
@@ -1540,6 +1550,7 @@ declare const eden: {
|
|
1540
1550
|
displaySymbol: string;
|
1541
1551
|
verified: boolean;
|
1542
1552
|
isTest: boolean;
|
1553
|
+
isNative: boolean;
|
1543
1554
|
price: number | null;
|
1544
1555
|
}[];
|
1545
1556
|
}>>;
|
@@ -1566,6 +1577,7 @@ declare const eden: {
|
|
1566
1577
|
decimals: number;
|
1567
1578
|
verified: boolean;
|
1568
1579
|
isTest: boolean;
|
1580
|
+
isNative: boolean;
|
1569
1581
|
} & {
|
1570
1582
|
price?: number | null | undefined;
|
1571
1583
|
} & {
|
@@ -1584,6 +1596,7 @@ declare const eden: {
|
|
1584
1596
|
address?: string | undefined;
|
1585
1597
|
displaySymbol?: string | undefined;
|
1586
1598
|
verified?: boolean | undefined;
|
1599
|
+
isNative?: boolean | undefined;
|
1587
1600
|
test?: boolean | undefined;
|
1588
1601
|
};
|
1589
1602
|
fetch?: RequestInit | undefined;
|
@@ -1598,6 +1611,7 @@ declare const eden: {
|
|
1598
1611
|
decimals: number;
|
1599
1612
|
verified: boolean;
|
1600
1613
|
isTest: boolean;
|
1614
|
+
isNative: boolean;
|
1601
1615
|
} & {
|
1602
1616
|
price?: number | null | undefined;
|
1603
1617
|
})[];
|
@@ -1625,6 +1639,7 @@ declare const eden: {
|
|
1625
1639
|
decimals: number;
|
1626
1640
|
verified: boolean;
|
1627
1641
|
isTest: boolean;
|
1642
|
+
isNative: boolean;
|
1628
1643
|
price?: number | null | undefined;
|
1629
1644
|
} | undefined;
|
1630
1645
|
}>>;
|
@@ -1640,6 +1655,7 @@ declare const eden: {
|
|
1640
1655
|
address?: string | undefined;
|
1641
1656
|
displaySymbol?: string | undefined;
|
1642
1657
|
verified?: boolean | undefined;
|
1658
|
+
isNative?: boolean | undefined;
|
1643
1659
|
test?: boolean | undefined;
|
1644
1660
|
};
|
1645
1661
|
fetch?: RequestInit | undefined;
|
@@ -2289,6 +2305,7 @@ declare const eden: {
|
|
2289
2305
|
displaySymbol: string;
|
2290
2306
|
verified: boolean;
|
2291
2307
|
isTest: boolean;
|
2308
|
+
isNative: boolean;
|
2292
2309
|
price: number | null;
|
2293
2310
|
};
|
2294
2311
|
breakdowns: {
|
@@ -2310,6 +2327,7 @@ declare const eden: {
|
|
2310
2327
|
displaySymbol: string;
|
2311
2328
|
verified: boolean;
|
2312
2329
|
isTest: boolean;
|
2330
|
+
isNative: boolean;
|
2313
2331
|
price: number | null;
|
2314
2332
|
}[];
|
2315
2333
|
Protocols: {
|
@@ -2391,6 +2409,7 @@ declare const eden: {
|
|
2391
2409
|
displaySymbol: string;
|
2392
2410
|
verified: boolean;
|
2393
2411
|
isTest: boolean;
|
2412
|
+
isNative: boolean;
|
2394
2413
|
price: number | null;
|
2395
2414
|
};
|
2396
2415
|
breakdowns: {
|
@@ -2412,6 +2431,7 @@ declare const eden: {
|
|
2412
2431
|
displaySymbol: string;
|
2413
2432
|
verified: boolean;
|
2414
2433
|
isTest: boolean;
|
2434
|
+
isNative: boolean;
|
2415
2435
|
price: number | null;
|
2416
2436
|
}[];
|
2417
2437
|
Protocols: {
|
@@ -3522,6 +3542,7 @@ declare const eden: {
|
|
3522
3542
|
decimals: number;
|
3523
3543
|
verified: boolean;
|
3524
3544
|
isTest: boolean;
|
3545
|
+
isNative: boolean;
|
3525
3546
|
} & {
|
3526
3547
|
price?: number | null | undefined;
|
3527
3548
|
})[];
|
@@ -3921,6 +3942,7 @@ declare const eden: {
|
|
3921
3942
|
displaySymbol: string;
|
3922
3943
|
verified: boolean;
|
3923
3944
|
isTest: boolean;
|
3945
|
+
isNative: boolean;
|
3924
3946
|
price: number | null;
|
3925
3947
|
};
|
3926
3948
|
amount: bigint;
|
@@ -3945,6 +3967,7 @@ declare const eden: {
|
|
3945
3967
|
decimals: number;
|
3946
3968
|
verified: boolean;
|
3947
3969
|
isTest: boolean;
|
3970
|
+
isNative: boolean;
|
3948
3971
|
} & {
|
3949
3972
|
price?: number | null | undefined;
|
3950
3973
|
};
|
@@ -4005,6 +4028,7 @@ declare const eden: {
|
|
4005
4028
|
decimals: number;
|
4006
4029
|
verified: boolean;
|
4007
4030
|
isTest: boolean;
|
4031
|
+
isNative: boolean;
|
4008
4032
|
} & {
|
4009
4033
|
price?: number | null | undefined;
|
4010
4034
|
})[];
|
@@ -4356,6 +4380,7 @@ declare const eden: {
|
|
4356
4380
|
decimals: number;
|
4357
4381
|
verified: boolean;
|
4358
4382
|
isTest: boolean;
|
4383
|
+
isNative: boolean;
|
4359
4384
|
} & {
|
4360
4385
|
price?: number | null | undefined;
|
4361
4386
|
};
|
@@ -4580,6 +4605,7 @@ declare const eden: {
|
|
4580
4605
|
decimals: number;
|
4581
4606
|
verified: boolean;
|
4582
4607
|
isTest: boolean;
|
4608
|
+
isNative: boolean;
|
4583
4609
|
} & {
|
4584
4610
|
price?: number | null | undefined;
|
4585
4611
|
};
|
@@ -4862,6 +4888,7 @@ declare const eden: {
|
|
4862
4888
|
decimals: number;
|
4863
4889
|
verified: boolean;
|
4864
4890
|
isTest: boolean;
|
4891
|
+
isNative: boolean;
|
4865
4892
|
price?: number | null | undefined;
|
4866
4893
|
} | undefined;
|
4867
4894
|
}>>;
|
@@ -4886,6 +4913,7 @@ declare const eden: {
|
|
4886
4913
|
decimals: number;
|
4887
4914
|
verified: boolean;
|
4888
4915
|
isTest: boolean;
|
4916
|
+
isNative: boolean;
|
4889
4917
|
price?: number | null | undefined;
|
4890
4918
|
} | undefined;
|
4891
4919
|
}>>;
|
@@ -4894,6 +4922,7 @@ declare const eden: {
|
|
4894
4922
|
name?: string | undefined;
|
4895
4923
|
icon?: string | undefined;
|
4896
4924
|
displaySymbol?: string | undefined;
|
4925
|
+
verified?: boolean | undefined;
|
4897
4926
|
isTest?: boolean | undefined;
|
4898
4927
|
}, options: {
|
4899
4928
|
headers: {
|
@@ -4913,6 +4942,7 @@ declare const eden: {
|
|
4913
4942
|
displaySymbol: string;
|
4914
4943
|
verified: boolean;
|
4915
4944
|
isTest: boolean;
|
4945
|
+
isNative: boolean;
|
4916
4946
|
price: number | null;
|
4917
4947
|
};
|
4918
4948
|
}>>;
|
@@ -4937,6 +4967,7 @@ declare const eden: {
|
|
4937
4967
|
displaySymbol: string;
|
4938
4968
|
verified: boolean;
|
4939
4969
|
isTest: boolean;
|
4970
|
+
isNative: boolean;
|
4940
4971
|
price: number | null;
|
4941
4972
|
}[];
|
4942
4973
|
}>>;
|
@@ -4963,6 +4994,7 @@ declare const eden: {
|
|
4963
4994
|
decimals: number;
|
4964
4995
|
verified: boolean;
|
4965
4996
|
isTest: boolean;
|
4997
|
+
isNative: boolean;
|
4966
4998
|
} & {
|
4967
4999
|
price?: number | null | undefined;
|
4968
5000
|
} & {
|
@@ -4981,6 +5013,7 @@ declare const eden: {
|
|
4981
5013
|
address?: string | undefined;
|
4982
5014
|
displaySymbol?: string | undefined;
|
4983
5015
|
verified?: boolean | undefined;
|
5016
|
+
isNative?: boolean | undefined;
|
4984
5017
|
test?: boolean | undefined;
|
4985
5018
|
};
|
4986
5019
|
fetch?: RequestInit | undefined;
|
@@ -4995,6 +5028,7 @@ declare const eden: {
|
|
4995
5028
|
decimals: number;
|
4996
5029
|
verified: boolean;
|
4997
5030
|
isTest: boolean;
|
5031
|
+
isNative: boolean;
|
4998
5032
|
} & {
|
4999
5033
|
price?: number | null | undefined;
|
5000
5034
|
})[];
|
@@ -5022,6 +5056,7 @@ declare const eden: {
|
|
5022
5056
|
decimals: number;
|
5023
5057
|
verified: boolean;
|
5024
5058
|
isTest: boolean;
|
5059
|
+
isNative: boolean;
|
5025
5060
|
price?: number | null | undefined;
|
5026
5061
|
} | undefined;
|
5027
5062
|
}>>;
|
@@ -5037,6 +5072,7 @@ declare const eden: {
|
|
5037
5072
|
address?: string | undefined;
|
5038
5073
|
displaySymbol?: string | undefined;
|
5039
5074
|
verified?: boolean | undefined;
|
5075
|
+
isNative?: boolean | undefined;
|
5040
5076
|
test?: boolean | undefined;
|
5041
5077
|
};
|
5042
5078
|
fetch?: RequestInit | undefined;
|
@@ -5686,6 +5722,7 @@ declare const eden: {
|
|
5686
5722
|
displaySymbol: string;
|
5687
5723
|
verified: boolean;
|
5688
5724
|
isTest: boolean;
|
5725
|
+
isNative: boolean;
|
5689
5726
|
price: number | null;
|
5690
5727
|
};
|
5691
5728
|
breakdowns: {
|
@@ -5707,6 +5744,7 @@ declare const eden: {
|
|
5707
5744
|
displaySymbol: string;
|
5708
5745
|
verified: boolean;
|
5709
5746
|
isTest: boolean;
|
5747
|
+
isNative: boolean;
|
5710
5748
|
price: number | null;
|
5711
5749
|
}[];
|
5712
5750
|
Protocols: {
|
@@ -5788,6 +5826,7 @@ declare const eden: {
|
|
5788
5826
|
displaySymbol: string;
|
5789
5827
|
verified: boolean;
|
5790
5828
|
isTest: boolean;
|
5829
|
+
isNative: boolean;
|
5791
5830
|
price: number | null;
|
5792
5831
|
};
|
5793
5832
|
breakdowns: {
|
@@ -5809,6 +5848,7 @@ declare const eden: {
|
|
5809
5848
|
displaySymbol: string;
|
5810
5849
|
verified: boolean;
|
5811
5850
|
isTest: boolean;
|
5851
|
+
isNative: boolean;
|
5812
5852
|
price: number | null;
|
5813
5853
|
}[];
|
5814
5854
|
Protocols: {
|
@@ -6922,9 +6962,7 @@ declare const eden: {
|
|
6922
6962
|
};
|
6923
6963
|
fetch?: RequestInit | undefined;
|
6924
6964
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
6925
|
-
200:
|
6926
|
-
message: string;
|
6927
|
-
};
|
6965
|
+
200: unknown;
|
6928
6966
|
}>>;
|
6929
6967
|
};
|
6930
6968
|
campaigns: {
|
@@ -7698,6 +7736,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
7698
7736
|
decimals: number;
|
7699
7737
|
verified: boolean;
|
7700
7738
|
isTest: boolean;
|
7739
|
+
isNative: boolean;
|
7701
7740
|
} & {
|
7702
7741
|
price?: number | null | undefined;
|
7703
7742
|
})[];
|
@@ -7781,6 +7820,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
7781
7820
|
displaySymbol: string;
|
7782
7821
|
verified: boolean;
|
7783
7822
|
isTest: boolean;
|
7823
|
+
isNative: boolean;
|
7784
7824
|
price: number | null;
|
7785
7825
|
};
|
7786
7826
|
amount: bigint;
|
@@ -7805,6 +7845,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
7805
7845
|
decimals: number;
|
7806
7846
|
verified: boolean;
|
7807
7847
|
isTest: boolean;
|
7848
|
+
isNative: boolean;
|
7808
7849
|
} & {
|
7809
7850
|
price?: number | null | undefined;
|
7810
7851
|
};
|
@@ -7865,6 +7906,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
7865
7906
|
decimals: number;
|
7866
7907
|
verified: boolean;
|
7867
7908
|
isTest: boolean;
|
7909
|
+
isNative: boolean;
|
7868
7910
|
} & {
|
7869
7911
|
price?: number | null | undefined;
|
7870
7912
|
})[];
|
@@ -8733,6 +8775,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8733
8775
|
decimals: number;
|
8734
8776
|
verified: boolean;
|
8735
8777
|
isTest: boolean;
|
8778
|
+
isNative: boolean;
|
8736
8779
|
} & {
|
8737
8780
|
price?: number | null | undefined;
|
8738
8781
|
};
|
@@ -8813,6 +8856,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8813
8856
|
decimals: number;
|
8814
8857
|
verified: boolean;
|
8815
8858
|
isTest: boolean;
|
8859
|
+
isNative: boolean;
|
8816
8860
|
} & {
|
8817
8861
|
price?: number | null | undefined;
|
8818
8862
|
};
|
@@ -9159,6 +9203,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9159
9203
|
decimals: number;
|
9160
9204
|
verified: boolean;
|
9161
9205
|
isTest: boolean;
|
9206
|
+
isNative: boolean;
|
9162
9207
|
price?: number | null | undefined;
|
9163
9208
|
} | undefined;
|
9164
9209
|
};
|
@@ -9190,6 +9235,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9190
9235
|
decimals: number;
|
9191
9236
|
verified: boolean;
|
9192
9237
|
isTest: boolean;
|
9238
|
+
isNative: boolean;
|
9193
9239
|
price?: number | null | undefined;
|
9194
9240
|
} | undefined;
|
9195
9241
|
};
|
@@ -9221,6 +9267,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9221
9267
|
displaySymbol: string;
|
9222
9268
|
verified: boolean;
|
9223
9269
|
isTest: boolean;
|
9270
|
+
isNative: boolean;
|
9224
9271
|
price: number | null;
|
9225
9272
|
}[];
|
9226
9273
|
};
|
@@ -9251,6 +9298,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9251
9298
|
decimals: number;
|
9252
9299
|
verified: boolean;
|
9253
9300
|
isTest: boolean;
|
9301
|
+
isNative: boolean;
|
9254
9302
|
} & {
|
9255
9303
|
price?: number | null | undefined;
|
9256
9304
|
} & {
|
@@ -9272,6 +9320,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9272
9320
|
address?: string | undefined;
|
9273
9321
|
displaySymbol?: string | undefined;
|
9274
9322
|
verified?: boolean | undefined;
|
9323
|
+
isNative?: boolean | undefined;
|
9275
9324
|
test?: boolean | undefined;
|
9276
9325
|
};
|
9277
9326
|
headers: unknown;
|
@@ -9286,6 +9335,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9286
9335
|
decimals: number;
|
9287
9336
|
verified: boolean;
|
9288
9337
|
isTest: boolean;
|
9338
|
+
isNative: boolean;
|
9289
9339
|
} & {
|
9290
9340
|
price?: number | null | undefined;
|
9291
9341
|
})[];
|
@@ -9305,6 +9355,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9305
9355
|
address?: string | undefined;
|
9306
9356
|
displaySymbol?: string | undefined;
|
9307
9357
|
verified?: boolean | undefined;
|
9358
|
+
isNative?: boolean | undefined;
|
9308
9359
|
test?: boolean | undefined;
|
9309
9360
|
};
|
9310
9361
|
headers: unknown;
|
@@ -9339,6 +9390,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9339
9390
|
decimals: number;
|
9340
9391
|
verified: boolean;
|
9341
9392
|
isTest: boolean;
|
9393
|
+
isNative: boolean;
|
9342
9394
|
price?: number | null | undefined;
|
9343
9395
|
} | undefined;
|
9344
9396
|
};
|
@@ -9351,6 +9403,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9351
9403
|
name?: string | undefined;
|
9352
9404
|
icon?: string | undefined;
|
9353
9405
|
displaySymbol?: string | undefined;
|
9406
|
+
verified?: boolean | undefined;
|
9354
9407
|
isTest?: boolean | undefined;
|
9355
9408
|
};
|
9356
9409
|
params: {
|
@@ -9372,6 +9425,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9372
9425
|
displaySymbol: string;
|
9373
9426
|
verified: boolean;
|
9374
9427
|
isTest: boolean;
|
9428
|
+
isNative: boolean;
|
9375
9429
|
price: number | null;
|
9376
9430
|
};
|
9377
9431
|
};
|
@@ -10268,6 +10322,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
10268
10322
|
displaySymbol: string;
|
10269
10323
|
verified: boolean;
|
10270
10324
|
isTest: boolean;
|
10325
|
+
isNative: boolean;
|
10271
10326
|
price: number | null;
|
10272
10327
|
};
|
10273
10328
|
breakdowns: {
|
@@ -10289,6 +10344,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
10289
10344
|
displaySymbol: string;
|
10290
10345
|
verified: boolean;
|
10291
10346
|
isTest: boolean;
|
10347
|
+
isNative: boolean;
|
10292
10348
|
price: number | null;
|
10293
10349
|
}[];
|
10294
10350
|
Protocols: {
|
@@ -10381,6 +10437,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
10381
10437
|
displaySymbol: string;
|
10382
10438
|
verified: boolean;
|
10383
10439
|
isTest: boolean;
|
10440
|
+
isNative: boolean;
|
10384
10441
|
price: number | null;
|
10385
10442
|
};
|
10386
10443
|
breakdowns: {
|
@@ -10402,6 +10459,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
10402
10459
|
displaySymbol: string;
|
10403
10460
|
verified: boolean;
|
10404
10461
|
isTest: boolean;
|
10462
|
+
isNative: boolean;
|
10405
10463
|
price: number | null;
|
10406
10464
|
}[];
|
10407
10465
|
Protocols: {
|
@@ -11778,9 +11836,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
11778
11836
|
};
|
11779
11837
|
headers: unknown;
|
11780
11838
|
response: {
|
11781
|
-
200:
|
11782
|
-
message: string;
|
11783
|
-
};
|
11839
|
+
200: unknown;
|
11784
11840
|
};
|
11785
11841
|
};
|
11786
11842
|
};
|
@@ -12603,6 +12659,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12603
12659
|
decimals: number;
|
12604
12660
|
verified: boolean;
|
12605
12661
|
isTest: boolean;
|
12662
|
+
isNative: boolean;
|
12606
12663
|
} & {
|
12607
12664
|
price?: number | null | undefined;
|
12608
12665
|
})[];
|
@@ -13002,6 +13059,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13002
13059
|
displaySymbol: string;
|
13003
13060
|
verified: boolean;
|
13004
13061
|
isTest: boolean;
|
13062
|
+
isNative: boolean;
|
13005
13063
|
price: number | null;
|
13006
13064
|
};
|
13007
13065
|
amount: bigint;
|
@@ -13026,6 +13084,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13026
13084
|
decimals: number;
|
13027
13085
|
verified: boolean;
|
13028
13086
|
isTest: boolean;
|
13087
|
+
isNative: boolean;
|
13029
13088
|
} & {
|
13030
13089
|
price?: number | null | undefined;
|
13031
13090
|
};
|
@@ -13086,6 +13145,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13086
13145
|
decimals: number;
|
13087
13146
|
verified: boolean;
|
13088
13147
|
isTest: boolean;
|
13148
|
+
isNative: boolean;
|
13089
13149
|
} & {
|
13090
13150
|
price?: number | null | undefined;
|
13091
13151
|
})[];
|
@@ -13437,6 +13497,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13437
13497
|
decimals: number;
|
13438
13498
|
verified: boolean;
|
13439
13499
|
isTest: boolean;
|
13500
|
+
isNative: boolean;
|
13440
13501
|
} & {
|
13441
13502
|
price?: number | null | undefined;
|
13442
13503
|
};
|
@@ -13661,6 +13722,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13661
13722
|
decimals: number;
|
13662
13723
|
verified: boolean;
|
13663
13724
|
isTest: boolean;
|
13725
|
+
isNative: boolean;
|
13664
13726
|
} & {
|
13665
13727
|
price?: number | null | undefined;
|
13666
13728
|
};
|
@@ -13943,6 +14005,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13943
14005
|
decimals: number;
|
13944
14006
|
verified: boolean;
|
13945
14007
|
isTest: boolean;
|
14008
|
+
isNative: boolean;
|
13946
14009
|
price?: number | null | undefined;
|
13947
14010
|
} | undefined;
|
13948
14011
|
}>>;
|
@@ -13967,6 +14030,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13967
14030
|
decimals: number;
|
13968
14031
|
verified: boolean;
|
13969
14032
|
isTest: boolean;
|
14033
|
+
isNative: boolean;
|
13970
14034
|
price?: number | null | undefined;
|
13971
14035
|
} | undefined;
|
13972
14036
|
}>>;
|
@@ -13975,6 +14039,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13975
14039
|
name?: string | undefined;
|
13976
14040
|
icon?: string | undefined;
|
13977
14041
|
displaySymbol?: string | undefined;
|
14042
|
+
verified?: boolean | undefined;
|
13978
14043
|
isTest?: boolean | undefined;
|
13979
14044
|
}, options: {
|
13980
14045
|
headers: {
|
@@ -13994,6 +14059,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13994
14059
|
displaySymbol: string;
|
13995
14060
|
verified: boolean;
|
13996
14061
|
isTest: boolean;
|
14062
|
+
isNative: boolean;
|
13997
14063
|
price: number | null;
|
13998
14064
|
};
|
13999
14065
|
}>>;
|
@@ -14018,6 +14084,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14018
14084
|
displaySymbol: string;
|
14019
14085
|
verified: boolean;
|
14020
14086
|
isTest: boolean;
|
14087
|
+
isNative: boolean;
|
14021
14088
|
price: number | null;
|
14022
14089
|
}[];
|
14023
14090
|
}>>;
|
@@ -14044,6 +14111,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14044
14111
|
decimals: number;
|
14045
14112
|
verified: boolean;
|
14046
14113
|
isTest: boolean;
|
14114
|
+
isNative: boolean;
|
14047
14115
|
} & {
|
14048
14116
|
price?: number | null | undefined;
|
14049
14117
|
} & {
|
@@ -14062,6 +14130,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14062
14130
|
address?: string | undefined;
|
14063
14131
|
displaySymbol?: string | undefined;
|
14064
14132
|
verified?: boolean | undefined;
|
14133
|
+
isNative?: boolean | undefined;
|
14065
14134
|
test?: boolean | undefined;
|
14066
14135
|
};
|
14067
14136
|
fetch?: RequestInit | undefined;
|
@@ -14076,6 +14145,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14076
14145
|
decimals: number;
|
14077
14146
|
verified: boolean;
|
14078
14147
|
isTest: boolean;
|
14148
|
+
isNative: boolean;
|
14079
14149
|
} & {
|
14080
14150
|
price?: number | null | undefined;
|
14081
14151
|
})[];
|
@@ -14103,6 +14173,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14103
14173
|
decimals: number;
|
14104
14174
|
verified: boolean;
|
14105
14175
|
isTest: boolean;
|
14176
|
+
isNative: boolean;
|
14106
14177
|
price?: number | null | undefined;
|
14107
14178
|
} | undefined;
|
14108
14179
|
}>>;
|
@@ -14118,6 +14189,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14118
14189
|
address?: string | undefined;
|
14119
14190
|
displaySymbol?: string | undefined;
|
14120
14191
|
verified?: boolean | undefined;
|
14192
|
+
isNative?: boolean | undefined;
|
14121
14193
|
test?: boolean | undefined;
|
14122
14194
|
};
|
14123
14195
|
fetch?: RequestInit | undefined;
|
@@ -14767,6 +14839,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14767
14839
|
displaySymbol: string;
|
14768
14840
|
verified: boolean;
|
14769
14841
|
isTest: boolean;
|
14842
|
+
isNative: boolean;
|
14770
14843
|
price: number | null;
|
14771
14844
|
};
|
14772
14845
|
breakdowns: {
|
@@ -14788,6 +14861,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14788
14861
|
displaySymbol: string;
|
14789
14862
|
verified: boolean;
|
14790
14863
|
isTest: boolean;
|
14864
|
+
isNative: boolean;
|
14791
14865
|
price: number | null;
|
14792
14866
|
}[];
|
14793
14867
|
Protocols: {
|
@@ -14869,6 +14943,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14869
14943
|
displaySymbol: string;
|
14870
14944
|
verified: boolean;
|
14871
14945
|
isTest: boolean;
|
14946
|
+
isNative: boolean;
|
14872
14947
|
price: number | null;
|
14873
14948
|
};
|
14874
14949
|
breakdowns: {
|
@@ -14890,6 +14965,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14890
14965
|
displaySymbol: string;
|
14891
14966
|
verified: boolean;
|
14892
14967
|
isTest: boolean;
|
14968
|
+
isNative: boolean;
|
14893
14969
|
price: number | null;
|
14894
14970
|
}[];
|
14895
14971
|
Protocols: {
|
@@ -16000,6 +16076,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16000
16076
|
decimals: number;
|
16001
16077
|
verified: boolean;
|
16002
16078
|
isTest: boolean;
|
16079
|
+
isNative: boolean;
|
16003
16080
|
} & {
|
16004
16081
|
price?: number | null | undefined;
|
16005
16082
|
})[];
|
@@ -16399,6 +16476,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16399
16476
|
displaySymbol: string;
|
16400
16477
|
verified: boolean;
|
16401
16478
|
isTest: boolean;
|
16479
|
+
isNative: boolean;
|
16402
16480
|
price: number | null;
|
16403
16481
|
};
|
16404
16482
|
amount: bigint;
|
@@ -16423,6 +16501,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16423
16501
|
decimals: number;
|
16424
16502
|
verified: boolean;
|
16425
16503
|
isTest: boolean;
|
16504
|
+
isNative: boolean;
|
16426
16505
|
} & {
|
16427
16506
|
price?: number | null | undefined;
|
16428
16507
|
};
|
@@ -16483,6 +16562,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16483
16562
|
decimals: number;
|
16484
16563
|
verified: boolean;
|
16485
16564
|
isTest: boolean;
|
16565
|
+
isNative: boolean;
|
16486
16566
|
} & {
|
16487
16567
|
price?: number | null | undefined;
|
16488
16568
|
})[];
|
@@ -16834,6 +16914,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16834
16914
|
decimals: number;
|
16835
16915
|
verified: boolean;
|
16836
16916
|
isTest: boolean;
|
16917
|
+
isNative: boolean;
|
16837
16918
|
} & {
|
16838
16919
|
price?: number | null | undefined;
|
16839
16920
|
};
|
@@ -17058,6 +17139,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17058
17139
|
decimals: number;
|
17059
17140
|
verified: boolean;
|
17060
17141
|
isTest: boolean;
|
17142
|
+
isNative: boolean;
|
17061
17143
|
} & {
|
17062
17144
|
price?: number | null | undefined;
|
17063
17145
|
};
|
@@ -17340,6 +17422,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17340
17422
|
decimals: number;
|
17341
17423
|
verified: boolean;
|
17342
17424
|
isTest: boolean;
|
17425
|
+
isNative: boolean;
|
17343
17426
|
price?: number | null | undefined;
|
17344
17427
|
} | undefined;
|
17345
17428
|
}>>;
|
@@ -17364,6 +17447,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17364
17447
|
decimals: number;
|
17365
17448
|
verified: boolean;
|
17366
17449
|
isTest: boolean;
|
17450
|
+
isNative: boolean;
|
17367
17451
|
price?: number | null | undefined;
|
17368
17452
|
} | undefined;
|
17369
17453
|
}>>;
|
@@ -17372,6 +17456,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17372
17456
|
name?: string | undefined;
|
17373
17457
|
icon?: string | undefined;
|
17374
17458
|
displaySymbol?: string | undefined;
|
17459
|
+
verified?: boolean | undefined;
|
17375
17460
|
isTest?: boolean | undefined;
|
17376
17461
|
}, options: {
|
17377
17462
|
headers: {
|
@@ -17391,6 +17476,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17391
17476
|
displaySymbol: string;
|
17392
17477
|
verified: boolean;
|
17393
17478
|
isTest: boolean;
|
17479
|
+
isNative: boolean;
|
17394
17480
|
price: number | null;
|
17395
17481
|
};
|
17396
17482
|
}>>;
|
@@ -17415,6 +17501,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17415
17501
|
displaySymbol: string;
|
17416
17502
|
verified: boolean;
|
17417
17503
|
isTest: boolean;
|
17504
|
+
isNative: boolean;
|
17418
17505
|
price: number | null;
|
17419
17506
|
}[];
|
17420
17507
|
}>>;
|
@@ -17441,6 +17528,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17441
17528
|
decimals: number;
|
17442
17529
|
verified: boolean;
|
17443
17530
|
isTest: boolean;
|
17531
|
+
isNative: boolean;
|
17444
17532
|
} & {
|
17445
17533
|
price?: number | null | undefined;
|
17446
17534
|
} & {
|
@@ -17459,6 +17547,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17459
17547
|
address?: string | undefined;
|
17460
17548
|
displaySymbol?: string | undefined;
|
17461
17549
|
verified?: boolean | undefined;
|
17550
|
+
isNative?: boolean | undefined;
|
17462
17551
|
test?: boolean | undefined;
|
17463
17552
|
};
|
17464
17553
|
fetch?: RequestInit | undefined;
|
@@ -17473,6 +17562,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17473
17562
|
decimals: number;
|
17474
17563
|
verified: boolean;
|
17475
17564
|
isTest: boolean;
|
17565
|
+
isNative: boolean;
|
17476
17566
|
} & {
|
17477
17567
|
price?: number | null | undefined;
|
17478
17568
|
})[];
|
@@ -17500,6 +17590,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17500
17590
|
decimals: number;
|
17501
17591
|
verified: boolean;
|
17502
17592
|
isTest: boolean;
|
17593
|
+
isNative: boolean;
|
17503
17594
|
price?: number | null | undefined;
|
17504
17595
|
} | undefined;
|
17505
17596
|
}>>;
|
@@ -17515,6 +17606,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17515
17606
|
address?: string | undefined;
|
17516
17607
|
displaySymbol?: string | undefined;
|
17517
17608
|
verified?: boolean | undefined;
|
17609
|
+
isNative?: boolean | undefined;
|
17518
17610
|
test?: boolean | undefined;
|
17519
17611
|
};
|
17520
17612
|
fetch?: RequestInit | undefined;
|
@@ -18164,6 +18256,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
18164
18256
|
displaySymbol: string;
|
18165
18257
|
verified: boolean;
|
18166
18258
|
isTest: boolean;
|
18259
|
+
isNative: boolean;
|
18167
18260
|
price: number | null;
|
18168
18261
|
};
|
18169
18262
|
breakdowns: {
|
@@ -18185,6 +18278,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
18185
18278
|
displaySymbol: string;
|
18186
18279
|
verified: boolean;
|
18187
18280
|
isTest: boolean;
|
18281
|
+
isNative: boolean;
|
18188
18282
|
price: number | null;
|
18189
18283
|
}[];
|
18190
18284
|
Protocols: {
|
@@ -18266,6 +18360,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
18266
18360
|
displaySymbol: string;
|
18267
18361
|
verified: boolean;
|
18268
18362
|
isTest: boolean;
|
18363
|
+
isNative: boolean;
|
18269
18364
|
price: number | null;
|
18270
18365
|
};
|
18271
18366
|
breakdowns: {
|
@@ -18287,6 +18382,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
18287
18382
|
displaySymbol: string;
|
18288
18383
|
verified: boolean;
|
18289
18384
|
isTest: boolean;
|
18385
|
+
isNative: boolean;
|
18290
18386
|
price: number | null;
|
18291
18387
|
}[];
|
18292
18388
|
Protocols: {
|
@@ -19400,9 +19496,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
19400
19496
|
};
|
19401
19497
|
fetch?: RequestInit | undefined;
|
19402
19498
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
19403
|
-
200:
|
19404
|
-
message: string;
|
19405
|
-
};
|
19499
|
+
200: unknown;
|
19406
19500
|
}>>;
|
19407
19501
|
};
|
19408
19502
|
campaigns: {
|