@nirvana-labs/nirvana 1.13.1 → 1.14.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.
- package/CHANGELOG.md +8 -0
- package/package.json +1 -1
- package/resources/vektor/executions/steps.d.mts +12 -540
- package/resources/vektor/executions/steps.d.mts.map +1 -1
- package/resources/vektor/executions/steps.d.ts +12 -540
- package/resources/vektor/executions/steps.d.ts.map +1 -1
- package/resources/vektor/vektor.d.mts +55 -541
- package/resources/vektor/vektor.d.mts.map +1 -1
- package/resources/vektor/vektor.d.ts +55 -541
- package/resources/vektor/vektor.d.ts.map +1 -1
- package/resources/vektor/vektor.js.map +1 -1
- package/resources/vektor/vektor.mjs.map +1 -1
- package/src/resources/vektor/executions/steps.ts +12 -600
- package/src/resources/vektor/vektor.ts +59 -599
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -874,7 +874,7 @@ export declare namespace Execution {
|
|
|
874
874
|
/**
|
|
875
875
|
* Vektor error
|
|
876
876
|
*/
|
|
877
|
-
error:
|
|
877
|
+
error: VektorAPI.ExecutionError;
|
|
878
878
|
/**
|
|
879
879
|
* ISO8601 Timestamp
|
|
880
880
|
*/
|
|
@@ -924,50 +924,6 @@ export declare namespace Execution {
|
|
|
924
924
|
*/
|
|
925
925
|
value: string | null;
|
|
926
926
|
}
|
|
927
|
-
namespace ExecutionEVMTransactionApprove {
|
|
928
|
-
/**
|
|
929
|
-
* Vektor error
|
|
930
|
-
*/
|
|
931
|
-
interface Error {
|
|
932
|
-
/**
|
|
933
|
-
* Error context
|
|
934
|
-
*/
|
|
935
|
-
context: Error.Context;
|
|
936
|
-
/**
|
|
937
|
-
* Error message
|
|
938
|
-
*/
|
|
939
|
-
message: string;
|
|
940
|
-
/**
|
|
941
|
-
* Request ID
|
|
942
|
-
*/
|
|
943
|
-
request_id: string;
|
|
944
|
-
/**
|
|
945
|
-
* Error resource
|
|
946
|
-
*/
|
|
947
|
-
resource: string | null;
|
|
948
|
-
/**
|
|
949
|
-
* ISO8601 Timestamp
|
|
950
|
-
*/
|
|
951
|
-
timestamp: VektorAPI.Timestamp;
|
|
952
|
-
/**
|
|
953
|
-
* Error type
|
|
954
|
-
*/
|
|
955
|
-
type: string;
|
|
956
|
-
}
|
|
957
|
-
namespace Error {
|
|
958
|
-
/**
|
|
959
|
-
* Error context
|
|
960
|
-
*/
|
|
961
|
-
interface Context {
|
|
962
|
-
/**
|
|
963
|
-
* Error parameters
|
|
964
|
-
*/
|
|
965
|
-
parameters: {
|
|
966
|
-
[key: string]: unknown;
|
|
967
|
-
};
|
|
968
|
-
}
|
|
969
|
-
}
|
|
970
|
-
}
|
|
971
927
|
/**
|
|
972
928
|
* Borrowing an asset
|
|
973
929
|
*/
|
|
@@ -1005,7 +961,7 @@ export declare namespace Execution {
|
|
|
1005
961
|
/**
|
|
1006
962
|
* Vektor error
|
|
1007
963
|
*/
|
|
1008
|
-
error:
|
|
964
|
+
error: VektorAPI.ExecutionError;
|
|
1009
965
|
/**
|
|
1010
966
|
* ISO8601 Timestamp
|
|
1011
967
|
*/
|
|
@@ -1056,50 +1012,6 @@ export declare namespace Execution {
|
|
|
1056
1012
|
*/
|
|
1057
1013
|
venue_symbol: VektorAPI.VenueSymbol;
|
|
1058
1014
|
}
|
|
1059
|
-
namespace ExecutionEVMTransactionBorrow {
|
|
1060
|
-
/**
|
|
1061
|
-
* Vektor error
|
|
1062
|
-
*/
|
|
1063
|
-
interface Error {
|
|
1064
|
-
/**
|
|
1065
|
-
* Error context
|
|
1066
|
-
*/
|
|
1067
|
-
context: Error.Context;
|
|
1068
|
-
/**
|
|
1069
|
-
* Error message
|
|
1070
|
-
*/
|
|
1071
|
-
message: string;
|
|
1072
|
-
/**
|
|
1073
|
-
* Request ID
|
|
1074
|
-
*/
|
|
1075
|
-
request_id: string;
|
|
1076
|
-
/**
|
|
1077
|
-
* Error resource
|
|
1078
|
-
*/
|
|
1079
|
-
resource: string | null;
|
|
1080
|
-
/**
|
|
1081
|
-
* ISO8601 Timestamp
|
|
1082
|
-
*/
|
|
1083
|
-
timestamp: VektorAPI.Timestamp;
|
|
1084
|
-
/**
|
|
1085
|
-
* Error type
|
|
1086
|
-
*/
|
|
1087
|
-
type: string;
|
|
1088
|
-
}
|
|
1089
|
-
namespace Error {
|
|
1090
|
-
/**
|
|
1091
|
-
* Error context
|
|
1092
|
-
*/
|
|
1093
|
-
interface Context {
|
|
1094
|
-
/**
|
|
1095
|
-
* Error parameters
|
|
1096
|
-
*/
|
|
1097
|
-
parameters: {
|
|
1098
|
-
[key: string]: unknown;
|
|
1099
|
-
};
|
|
1100
|
-
}
|
|
1101
|
-
}
|
|
1102
|
-
}
|
|
1103
1015
|
/**
|
|
1104
1016
|
* Repaying a borrowed asset
|
|
1105
1017
|
*/
|
|
@@ -1137,7 +1049,7 @@ export declare namespace Execution {
|
|
|
1137
1049
|
/**
|
|
1138
1050
|
* Vektor error
|
|
1139
1051
|
*/
|
|
1140
|
-
error:
|
|
1052
|
+
error: VektorAPI.ExecutionError;
|
|
1141
1053
|
/**
|
|
1142
1054
|
* ISO8601 Timestamp
|
|
1143
1055
|
*/
|
|
@@ -1184,50 +1096,6 @@ export declare namespace Execution {
|
|
|
1184
1096
|
*/
|
|
1185
1097
|
value: string | null;
|
|
1186
1098
|
}
|
|
1187
|
-
namespace ExecutionEVMTransactionBorrowRepay {
|
|
1188
|
-
/**
|
|
1189
|
-
* Vektor error
|
|
1190
|
-
*/
|
|
1191
|
-
interface Error {
|
|
1192
|
-
/**
|
|
1193
|
-
* Error context
|
|
1194
|
-
*/
|
|
1195
|
-
context: Error.Context;
|
|
1196
|
-
/**
|
|
1197
|
-
* Error message
|
|
1198
|
-
*/
|
|
1199
|
-
message: string;
|
|
1200
|
-
/**
|
|
1201
|
-
* Request ID
|
|
1202
|
-
*/
|
|
1203
|
-
request_id: string;
|
|
1204
|
-
/**
|
|
1205
|
-
* Error resource
|
|
1206
|
-
*/
|
|
1207
|
-
resource: string | null;
|
|
1208
|
-
/**
|
|
1209
|
-
* ISO8601 Timestamp
|
|
1210
|
-
*/
|
|
1211
|
-
timestamp: VektorAPI.Timestamp;
|
|
1212
|
-
/**
|
|
1213
|
-
* Error type
|
|
1214
|
-
*/
|
|
1215
|
-
type: string;
|
|
1216
|
-
}
|
|
1217
|
-
namespace Error {
|
|
1218
|
-
/**
|
|
1219
|
-
* Error context
|
|
1220
|
-
*/
|
|
1221
|
-
interface Context {
|
|
1222
|
-
/**
|
|
1223
|
-
* Error parameters
|
|
1224
|
-
*/
|
|
1225
|
-
parameters: {
|
|
1226
|
-
[key: string]: unknown;
|
|
1227
|
-
};
|
|
1228
|
-
}
|
|
1229
|
-
}
|
|
1230
|
-
}
|
|
1231
1099
|
/**
|
|
1232
1100
|
* Buying an asset with another asset
|
|
1233
1101
|
*/
|
|
@@ -1261,7 +1129,7 @@ export declare namespace Execution {
|
|
|
1261
1129
|
/**
|
|
1262
1130
|
* Vektor error
|
|
1263
1131
|
*/
|
|
1264
|
-
error:
|
|
1132
|
+
error: VektorAPI.ExecutionError;
|
|
1265
1133
|
/**
|
|
1266
1134
|
* ISO8601 Timestamp
|
|
1267
1135
|
*/
|
|
@@ -1315,50 +1183,6 @@ export declare namespace Execution {
|
|
|
1315
1183
|
*/
|
|
1316
1184
|
value: string | null;
|
|
1317
1185
|
}
|
|
1318
|
-
namespace ExecutionEVMTransactionBuy {
|
|
1319
|
-
/**
|
|
1320
|
-
* Vektor error
|
|
1321
|
-
*/
|
|
1322
|
-
interface Error {
|
|
1323
|
-
/**
|
|
1324
|
-
* Error context
|
|
1325
|
-
*/
|
|
1326
|
-
context: Error.Context;
|
|
1327
|
-
/**
|
|
1328
|
-
* Error message
|
|
1329
|
-
*/
|
|
1330
|
-
message: string;
|
|
1331
|
-
/**
|
|
1332
|
-
* Request ID
|
|
1333
|
-
*/
|
|
1334
|
-
request_id: string;
|
|
1335
|
-
/**
|
|
1336
|
-
* Error resource
|
|
1337
|
-
*/
|
|
1338
|
-
resource: string | null;
|
|
1339
|
-
/**
|
|
1340
|
-
* ISO8601 Timestamp
|
|
1341
|
-
*/
|
|
1342
|
-
timestamp: VektorAPI.Timestamp;
|
|
1343
|
-
/**
|
|
1344
|
-
* Error type
|
|
1345
|
-
*/
|
|
1346
|
-
type: string;
|
|
1347
|
-
}
|
|
1348
|
-
namespace Error {
|
|
1349
|
-
/**
|
|
1350
|
-
* Error context
|
|
1351
|
-
*/
|
|
1352
|
-
interface Context {
|
|
1353
|
-
/**
|
|
1354
|
-
* Error parameters
|
|
1355
|
-
*/
|
|
1356
|
-
parameters: {
|
|
1357
|
-
[key: string]: unknown;
|
|
1358
|
-
};
|
|
1359
|
-
}
|
|
1360
|
-
}
|
|
1361
|
-
}
|
|
1362
1186
|
/**
|
|
1363
1187
|
* Lending an asset
|
|
1364
1188
|
*/
|
|
@@ -1396,7 +1220,7 @@ export declare namespace Execution {
|
|
|
1396
1220
|
/**
|
|
1397
1221
|
* Vektor error
|
|
1398
1222
|
*/
|
|
1399
|
-
error:
|
|
1223
|
+
error: VektorAPI.ExecutionError;
|
|
1400
1224
|
/**
|
|
1401
1225
|
* ISO8601 Timestamp
|
|
1402
1226
|
*/
|
|
@@ -1447,50 +1271,6 @@ export declare namespace Execution {
|
|
|
1447
1271
|
*/
|
|
1448
1272
|
venue_symbol: VektorAPI.VenueSymbol;
|
|
1449
1273
|
}
|
|
1450
|
-
namespace ExecutionEVMTransactionLend {
|
|
1451
|
-
/**
|
|
1452
|
-
* Vektor error
|
|
1453
|
-
*/
|
|
1454
|
-
interface Error {
|
|
1455
|
-
/**
|
|
1456
|
-
* Error context
|
|
1457
|
-
*/
|
|
1458
|
-
context: Error.Context;
|
|
1459
|
-
/**
|
|
1460
|
-
* Error message
|
|
1461
|
-
*/
|
|
1462
|
-
message: string;
|
|
1463
|
-
/**
|
|
1464
|
-
* Request ID
|
|
1465
|
-
*/
|
|
1466
|
-
request_id: string;
|
|
1467
|
-
/**
|
|
1468
|
-
* Error resource
|
|
1469
|
-
*/
|
|
1470
|
-
resource: string | null;
|
|
1471
|
-
/**
|
|
1472
|
-
* ISO8601 Timestamp
|
|
1473
|
-
*/
|
|
1474
|
-
timestamp: VektorAPI.Timestamp;
|
|
1475
|
-
/**
|
|
1476
|
-
* Error type
|
|
1477
|
-
*/
|
|
1478
|
-
type: string;
|
|
1479
|
-
}
|
|
1480
|
-
namespace Error {
|
|
1481
|
-
/**
|
|
1482
|
-
* Error context
|
|
1483
|
-
*/
|
|
1484
|
-
interface Context {
|
|
1485
|
-
/**
|
|
1486
|
-
* Error parameters
|
|
1487
|
-
*/
|
|
1488
|
-
parameters: {
|
|
1489
|
-
[key: string]: unknown;
|
|
1490
|
-
};
|
|
1491
|
-
}
|
|
1492
|
-
}
|
|
1493
|
-
}
|
|
1494
1274
|
/**
|
|
1495
1275
|
* Setting/unsetting a position as collateral
|
|
1496
1276
|
*/
|
|
@@ -1520,7 +1300,7 @@ export declare namespace Execution {
|
|
|
1520
1300
|
/**
|
|
1521
1301
|
* Vektor error
|
|
1522
1302
|
*/
|
|
1523
|
-
error:
|
|
1303
|
+
error: VektorAPI.ExecutionError;
|
|
1524
1304
|
/**
|
|
1525
1305
|
* ISO8601 Timestamp
|
|
1526
1306
|
*/
|
|
@@ -1568,50 +1348,6 @@ export declare namespace Execution {
|
|
|
1568
1348
|
*/
|
|
1569
1349
|
value: string | null;
|
|
1570
1350
|
}
|
|
1571
|
-
namespace ExecutionEVMTransactionLendSetCollateral {
|
|
1572
|
-
/**
|
|
1573
|
-
* Vektor error
|
|
1574
|
-
*/
|
|
1575
|
-
interface Error {
|
|
1576
|
-
/**
|
|
1577
|
-
* Error context
|
|
1578
|
-
*/
|
|
1579
|
-
context: Error.Context;
|
|
1580
|
-
/**
|
|
1581
|
-
* Error message
|
|
1582
|
-
*/
|
|
1583
|
-
message: string;
|
|
1584
|
-
/**
|
|
1585
|
-
* Request ID
|
|
1586
|
-
*/
|
|
1587
|
-
request_id: string;
|
|
1588
|
-
/**
|
|
1589
|
-
* Error resource
|
|
1590
|
-
*/
|
|
1591
|
-
resource: string | null;
|
|
1592
|
-
/**
|
|
1593
|
-
* ISO8601 Timestamp
|
|
1594
|
-
*/
|
|
1595
|
-
timestamp: VektorAPI.Timestamp;
|
|
1596
|
-
/**
|
|
1597
|
-
* Error type
|
|
1598
|
-
*/
|
|
1599
|
-
type: string;
|
|
1600
|
-
}
|
|
1601
|
-
namespace Error {
|
|
1602
|
-
/**
|
|
1603
|
-
* Error context
|
|
1604
|
-
*/
|
|
1605
|
-
interface Context {
|
|
1606
|
-
/**
|
|
1607
|
-
* Error parameters
|
|
1608
|
-
*/
|
|
1609
|
-
parameters: {
|
|
1610
|
-
[key: string]: unknown;
|
|
1611
|
-
};
|
|
1612
|
-
}
|
|
1613
|
-
}
|
|
1614
|
-
}
|
|
1615
1351
|
/**
|
|
1616
1352
|
* Withdrawing an asset
|
|
1617
1353
|
*/
|
|
@@ -1649,7 +1385,7 @@ export declare namespace Execution {
|
|
|
1649
1385
|
/**
|
|
1650
1386
|
* Vektor error
|
|
1651
1387
|
*/
|
|
1652
|
-
error:
|
|
1388
|
+
error: VektorAPI.ExecutionError;
|
|
1653
1389
|
/**
|
|
1654
1390
|
* ISO8601 Timestamp
|
|
1655
1391
|
*/
|
|
@@ -1696,50 +1432,6 @@ export declare namespace Execution {
|
|
|
1696
1432
|
*/
|
|
1697
1433
|
value: string | null;
|
|
1698
1434
|
}
|
|
1699
|
-
namespace ExecutionEVMTransactionLendWithdraw {
|
|
1700
|
-
/**
|
|
1701
|
-
* Vektor error
|
|
1702
|
-
*/
|
|
1703
|
-
interface Error {
|
|
1704
|
-
/**
|
|
1705
|
-
* Error context
|
|
1706
|
-
*/
|
|
1707
|
-
context: Error.Context;
|
|
1708
|
-
/**
|
|
1709
|
-
* Error message
|
|
1710
|
-
*/
|
|
1711
|
-
message: string;
|
|
1712
|
-
/**
|
|
1713
|
-
* Request ID
|
|
1714
|
-
*/
|
|
1715
|
-
request_id: string;
|
|
1716
|
-
/**
|
|
1717
|
-
* Error resource
|
|
1718
|
-
*/
|
|
1719
|
-
resource: string | null;
|
|
1720
|
-
/**
|
|
1721
|
-
* ISO8601 Timestamp
|
|
1722
|
-
*/
|
|
1723
|
-
timestamp: VektorAPI.Timestamp;
|
|
1724
|
-
/**
|
|
1725
|
-
* Error type
|
|
1726
|
-
*/
|
|
1727
|
-
type: string;
|
|
1728
|
-
}
|
|
1729
|
-
namespace Error {
|
|
1730
|
-
/**
|
|
1731
|
-
* Error context
|
|
1732
|
-
*/
|
|
1733
|
-
interface Context {
|
|
1734
|
-
/**
|
|
1735
|
-
* Error parameters
|
|
1736
|
-
*/
|
|
1737
|
-
parameters: {
|
|
1738
|
-
[key: string]: unknown;
|
|
1739
|
-
};
|
|
1740
|
-
}
|
|
1741
|
-
}
|
|
1742
|
-
}
|
|
1743
1435
|
/**
|
|
1744
1436
|
* A move of assets from one account to another
|
|
1745
1437
|
*/
|
|
@@ -1777,7 +1469,7 @@ export declare namespace Execution {
|
|
|
1777
1469
|
/**
|
|
1778
1470
|
* Vektor error
|
|
1779
1471
|
*/
|
|
1780
|
-
error:
|
|
1472
|
+
error: VektorAPI.ExecutionError;
|
|
1781
1473
|
/**
|
|
1782
1474
|
* ISO8601 Timestamp
|
|
1783
1475
|
*/
|
|
@@ -1819,50 +1511,6 @@ export declare namespace Execution {
|
|
|
1819
1511
|
*/
|
|
1820
1512
|
value: string | null;
|
|
1821
1513
|
}
|
|
1822
|
-
namespace ExecutionEVMTransactionMove {
|
|
1823
|
-
/**
|
|
1824
|
-
* Vektor error
|
|
1825
|
-
*/
|
|
1826
|
-
interface Error {
|
|
1827
|
-
/**
|
|
1828
|
-
* Error context
|
|
1829
|
-
*/
|
|
1830
|
-
context: Error.Context;
|
|
1831
|
-
/**
|
|
1832
|
-
* Error message
|
|
1833
|
-
*/
|
|
1834
|
-
message: string;
|
|
1835
|
-
/**
|
|
1836
|
-
* Request ID
|
|
1837
|
-
*/
|
|
1838
|
-
request_id: string;
|
|
1839
|
-
/**
|
|
1840
|
-
* Error resource
|
|
1841
|
-
*/
|
|
1842
|
-
resource: string | null;
|
|
1843
|
-
/**
|
|
1844
|
-
* ISO8601 Timestamp
|
|
1845
|
-
*/
|
|
1846
|
-
timestamp: VektorAPI.Timestamp;
|
|
1847
|
-
/**
|
|
1848
|
-
* Error type
|
|
1849
|
-
*/
|
|
1850
|
-
type: string;
|
|
1851
|
-
}
|
|
1852
|
-
namespace Error {
|
|
1853
|
-
/**
|
|
1854
|
-
* Error context
|
|
1855
|
-
*/
|
|
1856
|
-
interface Context {
|
|
1857
|
-
/**
|
|
1858
|
-
* Error parameters
|
|
1859
|
-
*/
|
|
1860
|
-
parameters: {
|
|
1861
|
-
[key: string]: unknown;
|
|
1862
|
-
};
|
|
1863
|
-
}
|
|
1864
|
-
}
|
|
1865
|
-
}
|
|
1866
1514
|
/**
|
|
1867
1515
|
* A permission to a contract
|
|
1868
1516
|
*/
|
|
@@ -1896,7 +1544,7 @@ export declare namespace Execution {
|
|
|
1896
1544
|
/**
|
|
1897
1545
|
* Vektor error
|
|
1898
1546
|
*/
|
|
1899
|
-
error:
|
|
1547
|
+
error: VektorAPI.ExecutionError;
|
|
1900
1548
|
/**
|
|
1901
1549
|
* ISO8601 Timestamp
|
|
1902
1550
|
*/
|
|
@@ -1952,50 +1600,6 @@ export declare namespace Execution {
|
|
|
1952
1600
|
*/
|
|
1953
1601
|
value: string | null;
|
|
1954
1602
|
}
|
|
1955
|
-
namespace ExecutionEVMTransactionPermission {
|
|
1956
|
-
/**
|
|
1957
|
-
* Vektor error
|
|
1958
|
-
*/
|
|
1959
|
-
interface Error {
|
|
1960
|
-
/**
|
|
1961
|
-
* Error context
|
|
1962
|
-
*/
|
|
1963
|
-
context: Error.Context;
|
|
1964
|
-
/**
|
|
1965
|
-
* Error message
|
|
1966
|
-
*/
|
|
1967
|
-
message: string;
|
|
1968
|
-
/**
|
|
1969
|
-
* Request ID
|
|
1970
|
-
*/
|
|
1971
|
-
request_id: string;
|
|
1972
|
-
/**
|
|
1973
|
-
* Error resource
|
|
1974
|
-
*/
|
|
1975
|
-
resource: string | null;
|
|
1976
|
-
/**
|
|
1977
|
-
* ISO8601 Timestamp
|
|
1978
|
-
*/
|
|
1979
|
-
timestamp: VektorAPI.Timestamp;
|
|
1980
|
-
/**
|
|
1981
|
-
* Error type
|
|
1982
|
-
*/
|
|
1983
|
-
type: string;
|
|
1984
|
-
}
|
|
1985
|
-
namespace Error {
|
|
1986
|
-
/**
|
|
1987
|
-
* Error context
|
|
1988
|
-
*/
|
|
1989
|
-
interface Context {
|
|
1990
|
-
/**
|
|
1991
|
-
* Error parameters
|
|
1992
|
-
*/
|
|
1993
|
-
parameters: {
|
|
1994
|
-
[key: string]: unknown;
|
|
1995
|
-
};
|
|
1996
|
-
}
|
|
1997
|
-
}
|
|
1998
|
-
}
|
|
1999
1603
|
/**
|
|
2000
1604
|
* An unwrap of the wrapped native asset
|
|
2001
1605
|
*/
|
|
@@ -2029,7 +1633,7 @@ export declare namespace Execution {
|
|
|
2029
1633
|
/**
|
|
2030
1634
|
* Vektor error
|
|
2031
1635
|
*/
|
|
2032
|
-
error:
|
|
1636
|
+
error: VektorAPI.ExecutionError;
|
|
2033
1637
|
/**
|
|
2034
1638
|
* ISO8601 Timestamp
|
|
2035
1639
|
*/
|
|
@@ -2071,50 +1675,6 @@ export declare namespace Execution {
|
|
|
2071
1675
|
*/
|
|
2072
1676
|
value: string | null;
|
|
2073
1677
|
}
|
|
2074
|
-
namespace ExecutionEVMTransactionUnwrap {
|
|
2075
|
-
/**
|
|
2076
|
-
* Vektor error
|
|
2077
|
-
*/
|
|
2078
|
-
interface Error {
|
|
2079
|
-
/**
|
|
2080
|
-
* Error context
|
|
2081
|
-
*/
|
|
2082
|
-
context: Error.Context;
|
|
2083
|
-
/**
|
|
2084
|
-
* Error message
|
|
2085
|
-
*/
|
|
2086
|
-
message: string;
|
|
2087
|
-
/**
|
|
2088
|
-
* Request ID
|
|
2089
|
-
*/
|
|
2090
|
-
request_id: string;
|
|
2091
|
-
/**
|
|
2092
|
-
* Error resource
|
|
2093
|
-
*/
|
|
2094
|
-
resource: string | null;
|
|
2095
|
-
/**
|
|
2096
|
-
* ISO8601 Timestamp
|
|
2097
|
-
*/
|
|
2098
|
-
timestamp: VektorAPI.Timestamp;
|
|
2099
|
-
/**
|
|
2100
|
-
* Error type
|
|
2101
|
-
*/
|
|
2102
|
-
type: string;
|
|
2103
|
-
}
|
|
2104
|
-
namespace Error {
|
|
2105
|
-
/**
|
|
2106
|
-
* Error context
|
|
2107
|
-
*/
|
|
2108
|
-
interface Context {
|
|
2109
|
-
/**
|
|
2110
|
-
* Error parameters
|
|
2111
|
-
*/
|
|
2112
|
-
parameters: {
|
|
2113
|
-
[key: string]: unknown;
|
|
2114
|
-
};
|
|
2115
|
-
}
|
|
2116
|
-
}
|
|
2117
|
-
}
|
|
2118
1678
|
/**
|
|
2119
1679
|
* A wrap of the native asset
|
|
2120
1680
|
*/
|
|
@@ -2148,7 +1708,7 @@ export declare namespace Execution {
|
|
|
2148
1708
|
/**
|
|
2149
1709
|
* Vektor error
|
|
2150
1710
|
*/
|
|
2151
|
-
error:
|
|
1711
|
+
error: VektorAPI.ExecutionError;
|
|
2152
1712
|
/**
|
|
2153
1713
|
* ISO8601 Timestamp
|
|
2154
1714
|
*/
|
|
@@ -2190,50 +1750,6 @@ export declare namespace Execution {
|
|
|
2190
1750
|
*/
|
|
2191
1751
|
value: string | null;
|
|
2192
1752
|
}
|
|
2193
|
-
namespace ExecutionEVMTransactionWrap {
|
|
2194
|
-
/**
|
|
2195
|
-
* Vektor error
|
|
2196
|
-
*/
|
|
2197
|
-
interface Error {
|
|
2198
|
-
/**
|
|
2199
|
-
* Error context
|
|
2200
|
-
*/
|
|
2201
|
-
context: Error.Context;
|
|
2202
|
-
/**
|
|
2203
|
-
* Error message
|
|
2204
|
-
*/
|
|
2205
|
-
message: string;
|
|
2206
|
-
/**
|
|
2207
|
-
* Request ID
|
|
2208
|
-
*/
|
|
2209
|
-
request_id: string;
|
|
2210
|
-
/**
|
|
2211
|
-
* Error resource
|
|
2212
|
-
*/
|
|
2213
|
-
resource: string | null;
|
|
2214
|
-
/**
|
|
2215
|
-
* ISO8601 Timestamp
|
|
2216
|
-
*/
|
|
2217
|
-
timestamp: VektorAPI.Timestamp;
|
|
2218
|
-
/**
|
|
2219
|
-
* Error type
|
|
2220
|
-
*/
|
|
2221
|
-
type: string;
|
|
2222
|
-
}
|
|
2223
|
-
namespace Error {
|
|
2224
|
-
/**
|
|
2225
|
-
* Error context
|
|
2226
|
-
*/
|
|
2227
|
-
interface Context {
|
|
2228
|
-
/**
|
|
2229
|
-
* Error parameters
|
|
2230
|
-
*/
|
|
2231
|
-
parameters: {
|
|
2232
|
-
[key: string]: unknown;
|
|
2233
|
-
};
|
|
2234
|
-
}
|
|
2235
|
-
}
|
|
2236
|
-
}
|
|
2237
1753
|
/**
|
|
2238
1754
|
* Selling an asset for another asset
|
|
2239
1755
|
*/
|
|
@@ -2267,7 +1783,7 @@ export declare namespace Execution {
|
|
|
2267
1783
|
/**
|
|
2268
1784
|
* Vektor error
|
|
2269
1785
|
*/
|
|
2270
|
-
error:
|
|
1786
|
+
error: VektorAPI.ExecutionError;
|
|
2271
1787
|
/**
|
|
2272
1788
|
* ISO8601 Timestamp
|
|
2273
1789
|
*/
|
|
@@ -2321,50 +1837,48 @@ export declare namespace Execution {
|
|
|
2321
1837
|
*/
|
|
2322
1838
|
value: string | null;
|
|
2323
1839
|
}
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
}
|
|
2367
|
-
}
|
|
1840
|
+
}
|
|
1841
|
+
}
|
|
1842
|
+
/**
|
|
1843
|
+
* Vektor error
|
|
1844
|
+
*/
|
|
1845
|
+
export interface ExecutionError {
|
|
1846
|
+
/**
|
|
1847
|
+
* Error context
|
|
1848
|
+
*/
|
|
1849
|
+
context: ExecutionError.Context;
|
|
1850
|
+
/**
|
|
1851
|
+
* Error message
|
|
1852
|
+
*/
|
|
1853
|
+
message: string;
|
|
1854
|
+
/**
|
|
1855
|
+
* Request ID
|
|
1856
|
+
*/
|
|
1857
|
+
request_id: string;
|
|
1858
|
+
/**
|
|
1859
|
+
* Error resource
|
|
1860
|
+
*/
|
|
1861
|
+
resource: string | null;
|
|
1862
|
+
/**
|
|
1863
|
+
* ISO8601 Timestamp
|
|
1864
|
+
*/
|
|
1865
|
+
timestamp: Timestamp;
|
|
1866
|
+
/**
|
|
1867
|
+
* Error type
|
|
1868
|
+
*/
|
|
1869
|
+
type: string;
|
|
1870
|
+
}
|
|
1871
|
+
export declare namespace ExecutionError {
|
|
1872
|
+
/**
|
|
1873
|
+
* Error context
|
|
1874
|
+
*/
|
|
1875
|
+
interface Context {
|
|
1876
|
+
/**
|
|
1877
|
+
* Error parameters
|
|
1878
|
+
*/
|
|
1879
|
+
parameters: {
|
|
1880
|
+
[key: string]: unknown;
|
|
1881
|
+
};
|
|
2368
1882
|
}
|
|
2369
1883
|
}
|
|
2370
1884
|
/**
|
|
@@ -3429,7 +2943,7 @@ export interface VoteReward {
|
|
|
3429
2943
|
value: Decimal;
|
|
3430
2944
|
}
|
|
3431
2945
|
export declare namespace Vektor {
|
|
3432
|
-
export { type Account as Account, type AddressEVM as AddressEVM, type APY as APY, type Asset as Asset, type AssetID as AssetID, type AssetIDOrAddressEVMOrAssetSymbol as AssetIDOrAddressEVMOrAssetSymbol, type AssetSymbol as AssetSymbol, type Balance as Balance, type BlockNumber as BlockNumber, type Blockchain as Blockchain, type BlockchainID as BlockchainID, type BlockchainIDOrBlockchainSymbol as BlockchainIDOrBlockchainSymbol, type BlockchainName as BlockchainName, type BlockchainSymbol as BlockchainSymbol, type Blockstamp as Blockstamp, type BorrowAccount as BorrowAccount, type BorrowMarket as BorrowMarket, type BorrowPosition as BorrowPosition, type BridgeQuote as BridgeQuote, type BuyQuote as BuyQuote, type ChainType as ChainType, type Decimal as Decimal, type ErrorListOutput as ErrorListOutput, type EVMChainData as EVMChainData, type Execution as Execution, type ExecutionEVMTransactionEIP1559Payload as ExecutionEVMTransactionEIP1559Payload, type ExecutionEVMTransactionPayload as ExecutionEVMTransactionPayload, type ExecutionEVMTransactionState as ExecutionEVMTransactionState, type ExecutionID as ExecutionID, type ExecutionState as ExecutionState, type ExecutionStepID as ExecutionStepID, type HexString as HexString, type IncentivizeMarket as IncentivizeMarket, type LendBorrowAPYs as LendBorrowAPYs, type LendBorrowMarketID as LendBorrowMarketID, type LendMarket as LendMarket, type LendPosition as LendPosition, type LockMarket as LockMarket, type LockPosition as LockPosition, type LPPool as LPPool, type LPPoolSolidlyAttributes as LPPoolSolidlyAttributes, type LPPoolUniswapV3Attributes as LPPoolUniswapV3Attributes, type LPPosition as LPPosition, type LPPositionAttributes as LPPositionAttributes, type LPPositionUniswapV3Attributes as LPPositionUniswapV3Attributes, type LPQuote as LPQuote, type LPUniswapV3PositionSpecifier as LPUniswapV3PositionSpecifier, type LPUniswapV3Range as LPUniswapV3Range, type NetworkFeeEstimate as NetworkFeeEstimate, type NetworkName as NetworkName, type NFT as NFT, type NFTCollection as NFTCollection, type OffChainHistoricalRange as OffChainHistoricalRange, type OnChainHistoricalRange as OnChainHistoricalRange, type Price as Price, type QuoteInfo0x as QuoteInfo0x, type QuoteInfo0xFill as QuoteInfo0xFill, type QuoteInfo0xRoute as QuoteInfo0xRoute, type QuoteInfo0xToken as QuoteInfo0xToken, type QuoteInfoCurve as QuoteInfoCurve, type QuoteInfoUniswapV2 as QuoteInfoUniswapV2, type QuoteInfoUniswapV3 as QuoteInfoUniswapV3, type RegistryLendBorrowMarket as RegistryLendBorrowMarket, type RegistryLPPool as RegistryLPPool, type SellQuote as SellQuote, type Timestamp as Timestamp, type TimestampOrBlockNumber as TimestampOrBlockNumber, type TransactionHash as TransactionHash, type VektorError as VektorError, type VektorErrorList as VektorErrorList, type VektorErrorWrapper as VektorErrorWrapper, type Venue as Venue, type VenueID as VenueID, type VenueIDOrVenueSymbol as VenueIDOrVenueSymbol, type VenueSymbol as VenueSymbol, type VoteMarket as VoteMarket, type VoteReward as VoteReward, };
|
|
2946
|
+
export { type Account as Account, type AddressEVM as AddressEVM, type APY as APY, type Asset as Asset, type AssetID as AssetID, type AssetIDOrAddressEVMOrAssetSymbol as AssetIDOrAddressEVMOrAssetSymbol, type AssetSymbol as AssetSymbol, type Balance as Balance, type BlockNumber as BlockNumber, type Blockchain as Blockchain, type BlockchainID as BlockchainID, type BlockchainIDOrBlockchainSymbol as BlockchainIDOrBlockchainSymbol, type BlockchainName as BlockchainName, type BlockchainSymbol as BlockchainSymbol, type Blockstamp as Blockstamp, type BorrowAccount as BorrowAccount, type BorrowMarket as BorrowMarket, type BorrowPosition as BorrowPosition, type BridgeQuote as BridgeQuote, type BuyQuote as BuyQuote, type ChainType as ChainType, type Decimal as Decimal, type ErrorListOutput as ErrorListOutput, type EVMChainData as EVMChainData, type Execution as Execution, type ExecutionError as ExecutionError, type ExecutionEVMTransactionEIP1559Payload as ExecutionEVMTransactionEIP1559Payload, type ExecutionEVMTransactionPayload as ExecutionEVMTransactionPayload, type ExecutionEVMTransactionState as ExecutionEVMTransactionState, type ExecutionID as ExecutionID, type ExecutionState as ExecutionState, type ExecutionStepID as ExecutionStepID, type HexString as HexString, type IncentivizeMarket as IncentivizeMarket, type LendBorrowAPYs as LendBorrowAPYs, type LendBorrowMarketID as LendBorrowMarketID, type LendMarket as LendMarket, type LendPosition as LendPosition, type LockMarket as LockMarket, type LockPosition as LockPosition, type LPPool as LPPool, type LPPoolSolidlyAttributes as LPPoolSolidlyAttributes, type LPPoolUniswapV3Attributes as LPPoolUniswapV3Attributes, type LPPosition as LPPosition, type LPPositionAttributes as LPPositionAttributes, type LPPositionUniswapV3Attributes as LPPositionUniswapV3Attributes, type LPQuote as LPQuote, type LPUniswapV3PositionSpecifier as LPUniswapV3PositionSpecifier, type LPUniswapV3Range as LPUniswapV3Range, type NetworkFeeEstimate as NetworkFeeEstimate, type NetworkName as NetworkName, type NFT as NFT, type NFTCollection as NFTCollection, type OffChainHistoricalRange as OffChainHistoricalRange, type OnChainHistoricalRange as OnChainHistoricalRange, type Price as Price, type QuoteInfo0x as QuoteInfo0x, type QuoteInfo0xFill as QuoteInfo0xFill, type QuoteInfo0xRoute as QuoteInfo0xRoute, type QuoteInfo0xToken as QuoteInfo0xToken, type QuoteInfoCurve as QuoteInfoCurve, type QuoteInfoUniswapV2 as QuoteInfoUniswapV2, type QuoteInfoUniswapV3 as QuoteInfoUniswapV3, type RegistryLendBorrowMarket as RegistryLendBorrowMarket, type RegistryLPPool as RegistryLPPool, type SellQuote as SellQuote, type Timestamp as Timestamp, type TimestampOrBlockNumber as TimestampOrBlockNumber, type TransactionHash as TransactionHash, type VektorError as VektorError, type VektorErrorList as VektorErrorList, type VektorErrorWrapper as VektorErrorWrapper, type Venue as Venue, type VenueID as VenueID, type VenueIDOrVenueSymbol as VenueIDOrVenueSymbol, type VenueSymbol as VenueSymbol, type VoteMarket as VoteMarket, type VoteReward as VoteReward, };
|
|
3433
2947
|
export { Registry as Registry };
|
|
3434
2948
|
export { Balances as Balances, type BalanceListResponse as BalanceListResponse, type BalanceListHistoricalResponse as BalanceListHistoricalResponse, type BalanceListParams as BalanceListParams, type BalanceListHistoricalParams as BalanceListHistoricalParams, };
|
|
3435
2949
|
export { Prices as Prices, type PriceListResponse as PriceListResponse, type PriceListHistoricalResponse as PriceListHistoricalResponse, type PriceListParams as PriceListParams, type PriceListHistoricalParams as PriceListHistoricalParams, };
|