@chainflip/processor 1.8.5 → 1.8.7
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/README.MD +13 -1
- package/dist/100/flip/remainingImbalance.d.cts +22 -22
- package/dist/100/flip/remainingImbalance.d.ts +22 -22
- package/dist/100/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/100/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/100/swapping/ccmDepositReceived.d.cts +62 -62
- package/dist/100/swapping/ccmDepositReceived.d.ts +62 -62
- package/dist/100/swapping/ccmFailed.d.cts +62 -62
- package/dist/100/swapping/ccmFailed.d.ts +62 -62
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +6 -6
- package/dist/100/swapping/minimumSwapAmountSet.d.ts +6 -6
- package/dist/100/swapping/swapAmountTooLow.d.cts +19 -19
- package/dist/100/swapping/swapAmountTooLow.d.ts +19 -19
- package/dist/100/swapping/swapDepositAddressReady.d.cts +26 -26
- package/dist/100/swapping/swapDepositAddressReady.d.ts +26 -26
- package/dist/100/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/100/swapping/swapEgressScheduled.d.ts +6 -6
- package/dist/100/swapping/swapExecuted.d.cts +12 -12
- package/dist/100/swapping/swapExecuted.d.ts +12 -12
- package/dist/100/swapping/swapScheduled.d.cts +91 -91
- package/dist/100/swapping/swapScheduled.d.ts +91 -91
- package/dist/100/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/100/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/141/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/141/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/141/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +4 -4
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/polkadotIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/stoppedBoosting.d.ts +2 -2
- package/dist/141/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/141/swapping/ccmDepositReceived.d.cts +68 -68
- package/dist/141/swapping/ccmDepositReceived.d.ts +68 -68
- package/dist/141/swapping/ccmFailed.d.cts +73 -73
- package/dist/141/swapping/ccmFailed.d.ts +73 -73
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/141/swapping/swapDepositAddressReady.d.cts +26 -26
- package/dist/141/swapping/swapDepositAddressReady.d.ts +26 -26
- package/dist/141/swapping/swapEgressIgnored.d.cts +24 -24
- package/dist/141/swapping/swapEgressIgnored.d.ts +24 -24
- package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +90 -90
- package/dist/141/swapping/swapExecuted.d.ts +90 -90
- package/dist/141/swapping/swapScheduled.d.cts +99 -99
- package/dist/141/swapping/swapScheduled.d.ts +99 -99
- package/dist/141/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/141/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/solanaIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/solanaIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +32 -32
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +32 -32
- package/dist/180/arbitrumIngressEgress/witnessSafetyMarginSet.cjs +7 -0
- package/dist/180/arbitrumIngressEgress/witnessSafetyMarginSet.d.cts +11 -0
- package/dist/180/arbitrumIngressEgress/witnessSafetyMarginSet.d.ts +11 -0
- package/dist/180/arbitrumIngressEgress/witnessSafetyMarginSet.mjs +7 -0
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +146 -146
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +146 -146
- package/dist/180/bitcoinIngressEgress/witnessSafetyMarginSet.cjs +7 -0
- package/dist/180/bitcoinIngressEgress/witnessSafetyMarginSet.d.cts +11 -0
- package/dist/180/bitcoinIngressEgress/witnessSafetyMarginSet.d.ts +11 -0
- package/dist/180/bitcoinIngressEgress/witnessSafetyMarginSet.mjs +7 -0
- package/dist/180/common.cjs +7 -7
- package/dist/180/common.d.cts +286 -286
- package/dist/180/common.d.ts +286 -286
- package/dist/180/common.mjs +7 -7
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +32 -32
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +32 -32
- package/dist/180/ethereumIngressEgress/witnessSafetyMarginSet.cjs +7 -0
- package/dist/180/ethereumIngressEgress/witnessSafetyMarginSet.d.cts +11 -0
- package/dist/180/ethereumIngressEgress/witnessSafetyMarginSet.d.ts +11 -0
- package/dist/180/ethereumIngressEgress/witnessSafetyMarginSet.mjs +7 -0
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +32 -32
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +32 -32
- package/dist/180/polkadotIngressEgress/witnessSafetyMarginSet.cjs +6 -0
- package/dist/180/polkadotIngressEgress/witnessSafetyMarginSet.d.cts +11 -0
- package/dist/180/polkadotIngressEgress/witnessSafetyMarginSet.d.ts +11 -0
- package/dist/180/polkadotIngressEgress/witnessSafetyMarginSet.mjs +6 -0
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +32 -32
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +32 -32
- package/dist/180/solanaIngressEgress/witnessSafetyMarginSet.cjs +7 -0
- package/dist/180/solanaIngressEgress/witnessSafetyMarginSet.d.cts +11 -0
- package/dist/180/solanaIngressEgress/witnessSafetyMarginSet.d.ts +11 -0
- package/dist/180/solanaIngressEgress/witnessSafetyMarginSet.mjs +7 -0
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.cjs +1 -1
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.mjs +3 -3
- package/dist/180/swapping/affiliateRegistration.cjs +1 -0
- package/dist/180/swapping/affiliateRegistration.d.cts +3 -0
- package/dist/180/swapping/affiliateRegistration.d.ts +3 -0
- package/dist/180/swapping/affiliateRegistration.mjs +2 -1
- package/dist/180/swapping/swapDepositAddressReady.cjs +1 -1
- package/dist/180/swapping/swapDepositAddressReady.d.cts +14 -14
- package/dist/180/swapping/swapDepositAddressReady.d.ts +14 -14
- package/dist/180/swapping/swapDepositAddressReady.mjs +1 -1
- package/dist/180/swapping/withdrawalRequested.cjs +20 -0
- package/dist/180/swapping/withdrawalRequested.d.cts +91 -0
- package/dist/180/swapping/withdrawalRequested.d.ts +91 -0
- package/dist/180/swapping/withdrawalRequested.mjs +20 -0
- package/package.json +4 -4
|
@@ -1102,7 +1102,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1102
1102
|
account: number;
|
|
1103
1103
|
bps: number;
|
|
1104
1104
|
}>, "many">;
|
|
1105
|
-
refundParams: z.
|
|
1105
|
+
refundParams: z.ZodObject<{
|
|
1106
1106
|
retryDuration: z.ZodNumber;
|
|
1107
1107
|
refundAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1108
1108
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
@@ -1209,7 +1209,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1209
1209
|
program: string;
|
|
1210
1210
|
};
|
|
1211
1211
|
minPrice: string | number;
|
|
1212
|
-
}
|
|
1212
|
+
}>;
|
|
1213
1213
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1214
1214
|
numberOfChunks: z.ZodNumber;
|
|
1215
1215
|
chunkInterval: z.ZodNumber;
|
|
@@ -1264,6 +1264,30 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1264
1264
|
account: number;
|
|
1265
1265
|
bps: number;
|
|
1266
1266
|
}[];
|
|
1267
|
+
refundParams: {
|
|
1268
|
+
retryDuration: number;
|
|
1269
|
+
refundAddress: {
|
|
1270
|
+
value: `0x${string}`;
|
|
1271
|
+
__kind: "P2PKH";
|
|
1272
|
+
} | {
|
|
1273
|
+
value: `0x${string}`;
|
|
1274
|
+
__kind: "P2SH";
|
|
1275
|
+
} | {
|
|
1276
|
+
value: `0x${string}`;
|
|
1277
|
+
__kind: "P2WPKH";
|
|
1278
|
+
} | {
|
|
1279
|
+
value: `0x${string}`;
|
|
1280
|
+
__kind: "P2WSH";
|
|
1281
|
+
} | {
|
|
1282
|
+
value: `0x${string}`;
|
|
1283
|
+
__kind: "Taproot";
|
|
1284
|
+
} | {
|
|
1285
|
+
__kind: "OtherSegwit";
|
|
1286
|
+
version: number;
|
|
1287
|
+
program: `0x${string}`;
|
|
1288
|
+
};
|
|
1289
|
+
minPrice: bigint;
|
|
1290
|
+
};
|
|
1267
1291
|
boostFee: number;
|
|
1268
1292
|
depositAddress?: {
|
|
1269
1293
|
value: `0x${string}`;
|
|
@@ -1333,30 +1357,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1333
1357
|
account: string;
|
|
1334
1358
|
bps: number;
|
|
1335
1359
|
} | null | undefined;
|
|
1336
|
-
refundParams?: {
|
|
1337
|
-
retryDuration: number;
|
|
1338
|
-
refundAddress: {
|
|
1339
|
-
value: `0x${string}`;
|
|
1340
|
-
__kind: "P2PKH";
|
|
1341
|
-
} | {
|
|
1342
|
-
value: `0x${string}`;
|
|
1343
|
-
__kind: "P2SH";
|
|
1344
|
-
} | {
|
|
1345
|
-
value: `0x${string}`;
|
|
1346
|
-
__kind: "P2WPKH";
|
|
1347
|
-
} | {
|
|
1348
|
-
value: `0x${string}`;
|
|
1349
|
-
__kind: "P2WSH";
|
|
1350
|
-
} | {
|
|
1351
|
-
value: `0x${string}`;
|
|
1352
|
-
__kind: "Taproot";
|
|
1353
|
-
} | {
|
|
1354
|
-
__kind: "OtherSegwit";
|
|
1355
|
-
version: number;
|
|
1356
|
-
program: `0x${string}`;
|
|
1357
|
-
};
|
|
1358
|
-
minPrice: bigint;
|
|
1359
|
-
} | null | undefined;
|
|
1360
1360
|
dcaParams?: {
|
|
1361
1361
|
numberOfChunks: number;
|
|
1362
1362
|
chunkInterval: number;
|
|
@@ -1396,6 +1396,30 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1396
1396
|
account: number;
|
|
1397
1397
|
bps: number;
|
|
1398
1398
|
}[];
|
|
1399
|
+
refundParams: {
|
|
1400
|
+
retryDuration: number;
|
|
1401
|
+
refundAddress: {
|
|
1402
|
+
value: string;
|
|
1403
|
+
__kind: "P2PKH";
|
|
1404
|
+
} | {
|
|
1405
|
+
value: string;
|
|
1406
|
+
__kind: "P2SH";
|
|
1407
|
+
} | {
|
|
1408
|
+
value: string;
|
|
1409
|
+
__kind: "P2WPKH";
|
|
1410
|
+
} | {
|
|
1411
|
+
value: string;
|
|
1412
|
+
__kind: "P2WSH";
|
|
1413
|
+
} | {
|
|
1414
|
+
value: string;
|
|
1415
|
+
__kind: "Taproot";
|
|
1416
|
+
} | {
|
|
1417
|
+
__kind: "OtherSegwit";
|
|
1418
|
+
version: number;
|
|
1419
|
+
program: string;
|
|
1420
|
+
};
|
|
1421
|
+
minPrice: string | number;
|
|
1422
|
+
};
|
|
1399
1423
|
boostFee: number;
|
|
1400
1424
|
depositAddress?: {
|
|
1401
1425
|
value: string;
|
|
@@ -1467,30 +1491,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1467
1491
|
account: string;
|
|
1468
1492
|
bps: number;
|
|
1469
1493
|
} | null | undefined;
|
|
1470
|
-
refundParams?: {
|
|
1471
|
-
retryDuration: number;
|
|
1472
|
-
refundAddress: {
|
|
1473
|
-
value: string;
|
|
1474
|
-
__kind: "P2PKH";
|
|
1475
|
-
} | {
|
|
1476
|
-
value: string;
|
|
1477
|
-
__kind: "P2SH";
|
|
1478
|
-
} | {
|
|
1479
|
-
value: string;
|
|
1480
|
-
__kind: "P2WPKH";
|
|
1481
|
-
} | {
|
|
1482
|
-
value: string;
|
|
1483
|
-
__kind: "P2WSH";
|
|
1484
|
-
} | {
|
|
1485
|
-
value: string;
|
|
1486
|
-
__kind: "Taproot";
|
|
1487
|
-
} | {
|
|
1488
|
-
__kind: "OtherSegwit";
|
|
1489
|
-
version: number;
|
|
1490
|
-
program: string;
|
|
1491
|
-
};
|
|
1492
|
-
minPrice: string | number;
|
|
1493
|
-
} | null | undefined;
|
|
1494
1494
|
dcaParams?: {
|
|
1495
1495
|
numberOfChunks: number;
|
|
1496
1496
|
chunkInterval: number;
|
|
@@ -1541,6 +1541,30 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1541
1541
|
account: number;
|
|
1542
1542
|
bps: number;
|
|
1543
1543
|
}[];
|
|
1544
|
+
refundParams: {
|
|
1545
|
+
retryDuration: number;
|
|
1546
|
+
refundAddress: {
|
|
1547
|
+
value: `0x${string}`;
|
|
1548
|
+
__kind: "P2PKH";
|
|
1549
|
+
} | {
|
|
1550
|
+
value: `0x${string}`;
|
|
1551
|
+
__kind: "P2SH";
|
|
1552
|
+
} | {
|
|
1553
|
+
value: `0x${string}`;
|
|
1554
|
+
__kind: "P2WPKH";
|
|
1555
|
+
} | {
|
|
1556
|
+
value: `0x${string}`;
|
|
1557
|
+
__kind: "P2WSH";
|
|
1558
|
+
} | {
|
|
1559
|
+
value: `0x${string}`;
|
|
1560
|
+
__kind: "Taproot";
|
|
1561
|
+
} | {
|
|
1562
|
+
__kind: "OtherSegwit";
|
|
1563
|
+
version: number;
|
|
1564
|
+
program: `0x${string}`;
|
|
1565
|
+
};
|
|
1566
|
+
minPrice: bigint;
|
|
1567
|
+
};
|
|
1544
1568
|
boostFee: number;
|
|
1545
1569
|
depositAddress?: {
|
|
1546
1570
|
value: `0x${string}`;
|
|
@@ -1610,30 +1634,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1610
1634
|
account: string;
|
|
1611
1635
|
bps: number;
|
|
1612
1636
|
} | null | undefined;
|
|
1613
|
-
refundParams?: {
|
|
1614
|
-
retryDuration: number;
|
|
1615
|
-
refundAddress: {
|
|
1616
|
-
value: `0x${string}`;
|
|
1617
|
-
__kind: "P2PKH";
|
|
1618
|
-
} | {
|
|
1619
|
-
value: `0x${string}`;
|
|
1620
|
-
__kind: "P2SH";
|
|
1621
|
-
} | {
|
|
1622
|
-
value: `0x${string}`;
|
|
1623
|
-
__kind: "P2WPKH";
|
|
1624
|
-
} | {
|
|
1625
|
-
value: `0x${string}`;
|
|
1626
|
-
__kind: "P2WSH";
|
|
1627
|
-
} | {
|
|
1628
|
-
value: `0x${string}`;
|
|
1629
|
-
__kind: "Taproot";
|
|
1630
|
-
} | {
|
|
1631
|
-
__kind: "OtherSegwit";
|
|
1632
|
-
version: number;
|
|
1633
|
-
program: `0x${string}`;
|
|
1634
|
-
};
|
|
1635
|
-
minPrice: bigint;
|
|
1636
|
-
} | null | undefined;
|
|
1637
1637
|
dcaParams?: {
|
|
1638
1638
|
numberOfChunks: number;
|
|
1639
1639
|
chunkInterval: number;
|
|
@@ -1676,6 +1676,30 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1676
1676
|
account: number;
|
|
1677
1677
|
bps: number;
|
|
1678
1678
|
}[];
|
|
1679
|
+
refundParams: {
|
|
1680
|
+
retryDuration: number;
|
|
1681
|
+
refundAddress: {
|
|
1682
|
+
value: string;
|
|
1683
|
+
__kind: "P2PKH";
|
|
1684
|
+
} | {
|
|
1685
|
+
value: string;
|
|
1686
|
+
__kind: "P2SH";
|
|
1687
|
+
} | {
|
|
1688
|
+
value: string;
|
|
1689
|
+
__kind: "P2WPKH";
|
|
1690
|
+
} | {
|
|
1691
|
+
value: string;
|
|
1692
|
+
__kind: "P2WSH";
|
|
1693
|
+
} | {
|
|
1694
|
+
value: string;
|
|
1695
|
+
__kind: "Taproot";
|
|
1696
|
+
} | {
|
|
1697
|
+
__kind: "OtherSegwit";
|
|
1698
|
+
version: number;
|
|
1699
|
+
program: string;
|
|
1700
|
+
};
|
|
1701
|
+
minPrice: string | number;
|
|
1702
|
+
};
|
|
1679
1703
|
boostFee: number;
|
|
1680
1704
|
depositAddress?: {
|
|
1681
1705
|
value: string;
|
|
@@ -1747,30 +1771,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1747
1771
|
account: string;
|
|
1748
1772
|
bps: number;
|
|
1749
1773
|
} | null | undefined;
|
|
1750
|
-
refundParams?: {
|
|
1751
|
-
retryDuration: number;
|
|
1752
|
-
refundAddress: {
|
|
1753
|
-
value: string;
|
|
1754
|
-
__kind: "P2PKH";
|
|
1755
|
-
} | {
|
|
1756
|
-
value: string;
|
|
1757
|
-
__kind: "P2SH";
|
|
1758
|
-
} | {
|
|
1759
|
-
value: string;
|
|
1760
|
-
__kind: "P2WPKH";
|
|
1761
|
-
} | {
|
|
1762
|
-
value: string;
|
|
1763
|
-
__kind: "P2WSH";
|
|
1764
|
-
} | {
|
|
1765
|
-
value: string;
|
|
1766
|
-
__kind: "Taproot";
|
|
1767
|
-
} | {
|
|
1768
|
-
__kind: "OtherSegwit";
|
|
1769
|
-
version: number;
|
|
1770
|
-
program: string;
|
|
1771
|
-
};
|
|
1772
|
-
minPrice: string | number;
|
|
1773
|
-
} | null | undefined;
|
|
1774
1774
|
dcaParams?: {
|
|
1775
1775
|
numberOfChunks: number;
|
|
1776
1776
|
chunkInterval: number;
|
|
@@ -1925,6 +1925,30 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1925
1925
|
account: number;
|
|
1926
1926
|
bps: number;
|
|
1927
1927
|
}[];
|
|
1928
|
+
refundParams: {
|
|
1929
|
+
retryDuration: number;
|
|
1930
|
+
refundAddress: {
|
|
1931
|
+
value: `0x${string}`;
|
|
1932
|
+
__kind: "P2PKH";
|
|
1933
|
+
} | {
|
|
1934
|
+
value: `0x${string}`;
|
|
1935
|
+
__kind: "P2SH";
|
|
1936
|
+
} | {
|
|
1937
|
+
value: `0x${string}`;
|
|
1938
|
+
__kind: "P2WPKH";
|
|
1939
|
+
} | {
|
|
1940
|
+
value: `0x${string}`;
|
|
1941
|
+
__kind: "P2WSH";
|
|
1942
|
+
} | {
|
|
1943
|
+
value: `0x${string}`;
|
|
1944
|
+
__kind: "Taproot";
|
|
1945
|
+
} | {
|
|
1946
|
+
__kind: "OtherSegwit";
|
|
1947
|
+
version: number;
|
|
1948
|
+
program: `0x${string}`;
|
|
1949
|
+
};
|
|
1950
|
+
minPrice: bigint;
|
|
1951
|
+
};
|
|
1928
1952
|
boostFee: number;
|
|
1929
1953
|
depositAddress?: {
|
|
1930
1954
|
value: `0x${string}`;
|
|
@@ -1994,30 +2018,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1994
2018
|
account: string;
|
|
1995
2019
|
bps: number;
|
|
1996
2020
|
} | null | undefined;
|
|
1997
|
-
refundParams?: {
|
|
1998
|
-
retryDuration: number;
|
|
1999
|
-
refundAddress: {
|
|
2000
|
-
value: `0x${string}`;
|
|
2001
|
-
__kind: "P2PKH";
|
|
2002
|
-
} | {
|
|
2003
|
-
value: `0x${string}`;
|
|
2004
|
-
__kind: "P2SH";
|
|
2005
|
-
} | {
|
|
2006
|
-
value: `0x${string}`;
|
|
2007
|
-
__kind: "P2WPKH";
|
|
2008
|
-
} | {
|
|
2009
|
-
value: `0x${string}`;
|
|
2010
|
-
__kind: "P2WSH";
|
|
2011
|
-
} | {
|
|
2012
|
-
value: `0x${string}`;
|
|
2013
|
-
__kind: "Taproot";
|
|
2014
|
-
} | {
|
|
2015
|
-
__kind: "OtherSegwit";
|
|
2016
|
-
version: number;
|
|
2017
|
-
program: `0x${string}`;
|
|
2018
|
-
};
|
|
2019
|
-
minPrice: bigint;
|
|
2020
|
-
} | null | undefined;
|
|
2021
2021
|
dcaParams?: {
|
|
2022
2022
|
numberOfChunks: number;
|
|
2023
2023
|
chunkInterval: number;
|
|
@@ -2172,6 +2172,30 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2172
2172
|
account: number;
|
|
2173
2173
|
bps: number;
|
|
2174
2174
|
}[];
|
|
2175
|
+
refundParams: {
|
|
2176
|
+
retryDuration: number;
|
|
2177
|
+
refundAddress: {
|
|
2178
|
+
value: string;
|
|
2179
|
+
__kind: "P2PKH";
|
|
2180
|
+
} | {
|
|
2181
|
+
value: string;
|
|
2182
|
+
__kind: "P2SH";
|
|
2183
|
+
} | {
|
|
2184
|
+
value: string;
|
|
2185
|
+
__kind: "P2WPKH";
|
|
2186
|
+
} | {
|
|
2187
|
+
value: string;
|
|
2188
|
+
__kind: "P2WSH";
|
|
2189
|
+
} | {
|
|
2190
|
+
value: string;
|
|
2191
|
+
__kind: "Taproot";
|
|
2192
|
+
} | {
|
|
2193
|
+
__kind: "OtherSegwit";
|
|
2194
|
+
version: number;
|
|
2195
|
+
program: string;
|
|
2196
|
+
};
|
|
2197
|
+
minPrice: string | number;
|
|
2198
|
+
};
|
|
2175
2199
|
boostFee: number;
|
|
2176
2200
|
depositAddress?: {
|
|
2177
2201
|
value: string;
|
|
@@ -2243,30 +2267,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2243
2267
|
account: string;
|
|
2244
2268
|
bps: number;
|
|
2245
2269
|
} | null | undefined;
|
|
2246
|
-
refundParams?: {
|
|
2247
|
-
retryDuration: number;
|
|
2248
|
-
refundAddress: {
|
|
2249
|
-
value: string;
|
|
2250
|
-
__kind: "P2PKH";
|
|
2251
|
-
} | {
|
|
2252
|
-
value: string;
|
|
2253
|
-
__kind: "P2SH";
|
|
2254
|
-
} | {
|
|
2255
|
-
value: string;
|
|
2256
|
-
__kind: "P2WPKH";
|
|
2257
|
-
} | {
|
|
2258
|
-
value: string;
|
|
2259
|
-
__kind: "P2WSH";
|
|
2260
|
-
} | {
|
|
2261
|
-
value: string;
|
|
2262
|
-
__kind: "Taproot";
|
|
2263
|
-
} | {
|
|
2264
|
-
__kind: "OtherSegwit";
|
|
2265
|
-
version: number;
|
|
2266
|
-
program: string;
|
|
2267
|
-
};
|
|
2268
|
-
minPrice: string | number;
|
|
2269
|
-
} | null | undefined;
|
|
2270
2270
|
dcaParams?: {
|
|
2271
2271
|
numberOfChunks: number;
|
|
2272
2272
|
chunkInterval: number;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/180/bitcoinIngressEgress/witnessSafetyMarginSet.ts
|
|
2
|
+
var _zod = require('zod');
|
|
3
|
+
var _commoncjs = require('../common.cjs');
|
|
4
|
+
var bitcoinIngressEgressWitnessSafetyMarginSet = _zod.z.object({ margin: _commoncjs.numberOrHex });
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
exports.bitcoinIngressEgressWitnessSafetyMarginSet = bitcoinIngressEgressWitnessSafetyMarginSet;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const bitcoinIngressEgressWitnessSafetyMarginSet: z.ZodObject<{
|
|
4
|
+
margin: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
5
|
+
}, "strip", z.ZodTypeAny, {
|
|
6
|
+
margin: bigint;
|
|
7
|
+
}, {
|
|
8
|
+
margin: string | number;
|
|
9
|
+
}>;
|
|
10
|
+
|
|
11
|
+
export { bitcoinIngressEgressWitnessSafetyMarginSet };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const bitcoinIngressEgressWitnessSafetyMarginSet: z.ZodObject<{
|
|
4
|
+
margin: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
5
|
+
}, "strip", z.ZodTypeAny, {
|
|
6
|
+
margin: bigint;
|
|
7
|
+
}, {
|
|
8
|
+
margin: string | number;
|
|
9
|
+
}>;
|
|
10
|
+
|
|
11
|
+
export { bitcoinIngressEgressWitnessSafetyMarginSet };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// generated/180/bitcoinIngressEgress/witnessSafetyMarginSet.ts
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
import { numberOrHex } from "../common.mjs";
|
|
4
|
+
var bitcoinIngressEgressWitnessSafetyMarginSet = z.object({ margin: numberOrHex });
|
|
5
|
+
export {
|
|
6
|
+
bitcoinIngressEgressWitnessSafetyMarginSet
|
|
7
|
+
};
|
package/dist/180/common.cjs
CHANGED
|
@@ -253,7 +253,7 @@ var palletCfEthereumIngressEgressVaultDepositWitness = _zod.z.object({
|
|
|
253
253
|
txId: hexString,
|
|
254
254
|
brokerFee: cfPrimitivesBeneficiaryAccountId32.nullish(),
|
|
255
255
|
affiliateFees: _zod.z.array(cfPrimitivesBeneficiaryAffiliateShortId),
|
|
256
|
-
refundParams: cfChainsChannelRefundParametersH160
|
|
256
|
+
refundParams: cfChainsChannelRefundParametersH160,
|
|
257
257
|
dcaParams: cfPrimitivesDcaParameters.nullish(),
|
|
258
258
|
boostFee: _zod.z.number()
|
|
259
259
|
});
|
|
@@ -331,7 +331,7 @@ var palletCfPolkadotIngressEgressVaultDepositWitness = _zod.z.object({
|
|
|
331
331
|
txId: cfPrimitivesTxId,
|
|
332
332
|
brokerFee: cfPrimitivesBeneficiaryAccountId32.nullish(),
|
|
333
333
|
affiliateFees: _zod.z.array(cfPrimitivesBeneficiaryAffiliateShortId),
|
|
334
|
-
refundParams: cfChainsChannelRefundParametersPolkadotAccountId
|
|
334
|
+
refundParams: cfChainsChannelRefundParametersPolkadotAccountId,
|
|
335
335
|
dcaParams: cfPrimitivesDcaParameters.nullish(),
|
|
336
336
|
boostFee: _zod.z.number()
|
|
337
337
|
});
|
|
@@ -414,7 +414,7 @@ var palletCfBitcoinIngressEgressVaultDepositWitness = _zod.z.object({
|
|
|
414
414
|
txId: hexString,
|
|
415
415
|
brokerFee: cfPrimitivesBeneficiaryAccountId32.nullish(),
|
|
416
416
|
affiliateFees: _zod.z.array(cfPrimitivesBeneficiaryAffiliateShortId),
|
|
417
|
-
refundParams: cfChainsChannelRefundParametersScriptPubkey
|
|
417
|
+
refundParams: cfChainsChannelRefundParametersScriptPubkey,
|
|
418
418
|
dcaParams: cfPrimitivesDcaParameters.nullish(),
|
|
419
419
|
boostFee: _zod.z.number()
|
|
420
420
|
});
|
|
@@ -483,7 +483,7 @@ var palletCfArbitrumIngressEgressVaultDepositWitness = _zod.z.object({
|
|
|
483
483
|
txId: hexString,
|
|
484
484
|
brokerFee: cfPrimitivesBeneficiaryAccountId32.nullish(),
|
|
485
485
|
affiliateFees: _zod.z.array(cfPrimitivesBeneficiaryAffiliateShortId),
|
|
486
|
-
refundParams: cfChainsChannelRefundParametersH160
|
|
486
|
+
refundParams: cfChainsChannelRefundParametersH160,
|
|
487
487
|
dcaParams: cfPrimitivesDcaParameters.nullish(),
|
|
488
488
|
boostFee: _zod.z.number()
|
|
489
489
|
});
|
|
@@ -512,7 +512,7 @@ var solPrimCompiledInstruction = _zod.z.object({
|
|
|
512
512
|
accounts: hexString,
|
|
513
513
|
data: hexString
|
|
514
514
|
});
|
|
515
|
-
var
|
|
515
|
+
var cfChainsSolSolTxCoreTransactionLegacyLegacyMessage = _zod.z.object({
|
|
516
516
|
header: solPrimMessageHeader,
|
|
517
517
|
accountKeys: _zod.z.array(hexString),
|
|
518
518
|
recentBlockhash: hexString,
|
|
@@ -567,7 +567,7 @@ var palletCfSolanaIngressEgressVaultDepositWitness = _zod.z.object({
|
|
|
567
567
|
txId: _zod.z.tuple([hexString, numberOrHex]),
|
|
568
568
|
brokerFee: cfPrimitivesBeneficiaryAccountId32.nullish(),
|
|
569
569
|
affiliateFees: _zod.z.array(cfPrimitivesBeneficiaryAffiliateShortId),
|
|
570
|
-
refundParams: cfChainsChannelRefundParametersAddress
|
|
570
|
+
refundParams: cfChainsChannelRefundParametersAddress,
|
|
571
571
|
dcaParams: cfPrimitivesDcaParameters.nullish(),
|
|
572
572
|
boostFee: _zod.z.number()
|
|
573
573
|
});
|
|
@@ -681,4 +681,4 @@ var palletCfElectionsElectoralSystemsCompositeTuple6ImplsCompositeElectionIdenti
|
|
|
681
681
|
|
|
682
682
|
|
|
683
683
|
|
|
684
|
-
exports.accountId = accountId; exports.cfChainsAddressEncodedAddress = cfChainsAddressEncodedAddress; exports.cfChainsAddressForeignChainAddress = cfChainsAddressForeignChainAddress; exports.cfChainsAllBatchError = cfChainsAllBatchError; exports.cfChainsArbArbitrumTrackedData = cfChainsArbArbitrumTrackedData; exports.cfChainsBtcBitcoinScript = cfChainsBtcBitcoinScript; exports.cfChainsBtcDepositAddress = cfChainsBtcDepositAddress; exports.cfChainsBtcDepositAddressTapscriptPath = cfChainsBtcDepositAddressTapscriptPath; exports.cfChainsBtcScriptPubkey = cfChainsBtcScriptPubkey; exports.cfChainsBtcUtxo = cfChainsBtcUtxo; exports.cfChainsBtcUtxoId = cfChainsBtcUtxoId; exports.cfChainsCcmChannelMetadata = cfChainsCcmChannelMetadata; exports.cfChainsCcmCheckerCcmValidityError = cfChainsCcmCheckerCcmValidityError; exports.cfChainsCcmDepositMetadataGenericEncodedAddress = cfChainsCcmDepositMetadataGenericEncodedAddress; exports.cfChainsCcmDepositMetadataGenericForeignChainAddress = cfChainsCcmDepositMetadataGenericForeignChainAddress; exports.cfChainsChainStateArbitrum = cfChainsChainStateArbitrum; exports.cfChainsChannelRefundParametersAddress = cfChainsChannelRefundParametersAddress; exports.cfChainsChannelRefundParametersEncodedAddress = cfChainsChannelRefundParametersEncodedAddress; exports.cfChainsChannelRefundParametersH160 = cfChainsChannelRefundParametersH160; exports.cfChainsChannelRefundParametersPolkadotAccountId = cfChainsChannelRefundParametersPolkadotAccountId; exports.cfChainsChannelRefundParametersScriptPubkey = cfChainsChannelRefundParametersScriptPubkey; exports.cfChainsDepositOriginType = cfChainsDepositOriginType; exports.cfChainsEvmDepositDetails = cfChainsEvmDepositDetails; exports.cfChainsExecutexSwapAndCallError = cfChainsExecutexSwapAndCallError; exports.cfChainsSolApiSolanaGovCall = cfChainsSolApiSolanaGovCall; exports.cfChainsSolApiSolanaTransactionBuildingError = cfChainsSolApiSolanaTransactionBuildingError; exports.cfChainsSolSolanaTransactionData = cfChainsSolSolanaTransactionData; exports.cfChainsSwapOrigin = cfChainsSwapOrigin; exports.cfChainsTransactionInIdForAnyChain = cfChainsTransactionInIdForAnyChain; exports.cfPrimitivesBeneficiaryAccountId32 = cfPrimitivesBeneficiaryAccountId32; exports.cfPrimitivesBeneficiaryAffiliateShortId = cfPrimitivesBeneficiaryAffiliateShortId; exports.cfPrimitivesChainsAssetsAnyAsset = cfPrimitivesChainsAssetsAnyAsset; exports.cfPrimitivesChainsAssetsArbAsset = cfPrimitivesChainsAssetsArbAsset; exports.cfPrimitivesChainsAssetsBtcAsset = cfPrimitivesChainsAssetsBtcAsset; exports.cfPrimitivesChainsAssetsDotAsset = cfPrimitivesChainsAssetsDotAsset; exports.cfPrimitivesChainsAssetsEthAsset = cfPrimitivesChainsAssetsEthAsset; exports.cfPrimitivesChainsAssetsSolAsset = cfPrimitivesChainsAssetsSolAsset; exports.cfPrimitivesChainsForeignChain = cfPrimitivesChainsForeignChain; exports.cfPrimitivesDcaParameters = cfPrimitivesDcaParameters; exports.cfPrimitivesTxId = cfPrimitivesTxId; exports.cfTraitsScheduledEgressDetailsArbitrum = cfTraitsScheduledEgressDetailsArbitrum; exports.cfTraitsScheduledEgressDetailsBitcoin = cfTraitsScheduledEgressDetailsBitcoin; exports.cfTraitsScheduledEgressDetailsEthereum = cfTraitsScheduledEgressDetailsEthereum; exports.cfTraitsScheduledEgressDetailsPolkadot = cfTraitsScheduledEgressDetailsPolkadot; exports.cfTraitsScheduledEgressDetailsSolana = cfTraitsScheduledEgressDetailsSolana; exports.cfTraitsSwappingSwapRequestTypeGeneric = cfTraitsSwappingSwapRequestTypeGeneric; exports.cfTraitsSwappingSwapType = cfTraitsSwappingSwapType; exports.hexString = hexString; exports.numberOrHex = numberOrHex; exports.numericString = numericString; exports.palletCfArbitrumIngressEgressDepositAction = palletCfArbitrumIngressEgressDepositAction; exports.palletCfArbitrumIngressEgressDepositFailedDetails = palletCfArbitrumIngressEgressDepositFailedDetails; exports.palletCfArbitrumIngressEgressDepositFailedReason = palletCfArbitrumIngressEgressDepositFailedReason; exports.palletCfArbitrumIngressEgressDepositWitnessArbitrum = palletCfArbitrumIngressEgressDepositWitnessArbitrum; exports.palletCfArbitrumIngressEgressVaultDepositWitness = palletCfArbitrumIngressEgressVaultDepositWitness; exports.palletCfBitcoinIngressEgressDepositAction = palletCfBitcoinIngressEgressDepositAction; exports.palletCfBitcoinIngressEgressDepositFailedDetails = palletCfBitcoinIngressEgressDepositFailedDetails; exports.palletCfBitcoinIngressEgressDepositFailedReason = palletCfBitcoinIngressEgressDepositFailedReason; exports.palletCfBitcoinIngressEgressDepositWitnessBitcoin = palletCfBitcoinIngressEgressDepositWitnessBitcoin; exports.palletCfBitcoinIngressEgressVaultDepositWitness = palletCfBitcoinIngressEgressVaultDepositWitness; exports.palletCfElectionsElectoralSystemsCompositeTuple6ImplsCompositeElectionIdentifierExtra = palletCfElectionsElectoralSystemsCompositeTuple6ImplsCompositeElectionIdentifierExtra; exports.palletCfEthereumIngressEgressDepositAction = palletCfEthereumIngressEgressDepositAction; exports.palletCfEthereumIngressEgressDepositFailedDetails = palletCfEthereumIngressEgressDepositFailedDetails; exports.palletCfEthereumIngressEgressDepositFailedReason = palletCfEthereumIngressEgressDepositFailedReason; exports.palletCfEthereumIngressEgressDepositWitnessEthereum = palletCfEthereumIngressEgressDepositWitnessEthereum; exports.palletCfEthereumIngressEgressVaultDepositWitness = palletCfEthereumIngressEgressVaultDepositWitness; exports.palletCfPolkadotIngressEgressDepositAction = palletCfPolkadotIngressEgressDepositAction; exports.palletCfPolkadotIngressEgressDepositFailedDetails = palletCfPolkadotIngressEgressDepositFailedDetails; exports.palletCfPolkadotIngressEgressDepositFailedReason = palletCfPolkadotIngressEgressDepositFailedReason; exports.palletCfPolkadotIngressEgressDepositWitnessPolkadot = palletCfPolkadotIngressEgressDepositWitnessPolkadot; exports.palletCfPolkadotIngressEgressVaultDepositWitness = palletCfPolkadotIngressEgressVaultDepositWitness; exports.palletCfSolanaIngressEgressDepositAction = palletCfSolanaIngressEgressDepositAction; exports.palletCfSolanaIngressEgressDepositFailedDetails = palletCfSolanaIngressEgressDepositFailedDetails; exports.palletCfSolanaIngressEgressDepositFailedReason = palletCfSolanaIngressEgressDepositFailedReason; exports.palletCfSolanaIngressEgressDepositWitnessSolana = palletCfSolanaIngressEgressDepositWitnessSolana; exports.palletCfSolanaIngressEgressVaultDepositWitness = palletCfSolanaIngressEgressVaultDepositWitness; exports.simpleEnum = simpleEnum; exports.solPrimCompiledInstruction = solPrimCompiledInstruction; exports.solPrimMessageHeader = solPrimMessageHeader; exports.solPrimPdaPdaError = solPrimPdaPdaError; exports.
|
|
684
|
+
exports.accountId = accountId; exports.cfChainsAddressEncodedAddress = cfChainsAddressEncodedAddress; exports.cfChainsAddressForeignChainAddress = cfChainsAddressForeignChainAddress; exports.cfChainsAllBatchError = cfChainsAllBatchError; exports.cfChainsArbArbitrumTrackedData = cfChainsArbArbitrumTrackedData; exports.cfChainsBtcBitcoinScript = cfChainsBtcBitcoinScript; exports.cfChainsBtcDepositAddress = cfChainsBtcDepositAddress; exports.cfChainsBtcDepositAddressTapscriptPath = cfChainsBtcDepositAddressTapscriptPath; exports.cfChainsBtcScriptPubkey = cfChainsBtcScriptPubkey; exports.cfChainsBtcUtxo = cfChainsBtcUtxo; exports.cfChainsBtcUtxoId = cfChainsBtcUtxoId; exports.cfChainsCcmChannelMetadata = cfChainsCcmChannelMetadata; exports.cfChainsCcmCheckerCcmValidityError = cfChainsCcmCheckerCcmValidityError; exports.cfChainsCcmDepositMetadataGenericEncodedAddress = cfChainsCcmDepositMetadataGenericEncodedAddress; exports.cfChainsCcmDepositMetadataGenericForeignChainAddress = cfChainsCcmDepositMetadataGenericForeignChainAddress; exports.cfChainsChainStateArbitrum = cfChainsChainStateArbitrum; exports.cfChainsChannelRefundParametersAddress = cfChainsChannelRefundParametersAddress; exports.cfChainsChannelRefundParametersEncodedAddress = cfChainsChannelRefundParametersEncodedAddress; exports.cfChainsChannelRefundParametersH160 = cfChainsChannelRefundParametersH160; exports.cfChainsChannelRefundParametersPolkadotAccountId = cfChainsChannelRefundParametersPolkadotAccountId; exports.cfChainsChannelRefundParametersScriptPubkey = cfChainsChannelRefundParametersScriptPubkey; exports.cfChainsDepositOriginType = cfChainsDepositOriginType; exports.cfChainsEvmDepositDetails = cfChainsEvmDepositDetails; exports.cfChainsExecutexSwapAndCallError = cfChainsExecutexSwapAndCallError; exports.cfChainsSolApiSolanaGovCall = cfChainsSolApiSolanaGovCall; exports.cfChainsSolApiSolanaTransactionBuildingError = cfChainsSolApiSolanaTransactionBuildingError; exports.cfChainsSolSolTxCoreTransactionLegacyLegacyMessage = cfChainsSolSolTxCoreTransactionLegacyLegacyMessage; exports.cfChainsSolSolanaTransactionData = cfChainsSolSolanaTransactionData; exports.cfChainsSwapOrigin = cfChainsSwapOrigin; exports.cfChainsTransactionInIdForAnyChain = cfChainsTransactionInIdForAnyChain; exports.cfPrimitivesBeneficiaryAccountId32 = cfPrimitivesBeneficiaryAccountId32; exports.cfPrimitivesBeneficiaryAffiliateShortId = cfPrimitivesBeneficiaryAffiliateShortId; exports.cfPrimitivesChainsAssetsAnyAsset = cfPrimitivesChainsAssetsAnyAsset; exports.cfPrimitivesChainsAssetsArbAsset = cfPrimitivesChainsAssetsArbAsset; exports.cfPrimitivesChainsAssetsBtcAsset = cfPrimitivesChainsAssetsBtcAsset; exports.cfPrimitivesChainsAssetsDotAsset = cfPrimitivesChainsAssetsDotAsset; exports.cfPrimitivesChainsAssetsEthAsset = cfPrimitivesChainsAssetsEthAsset; exports.cfPrimitivesChainsAssetsSolAsset = cfPrimitivesChainsAssetsSolAsset; exports.cfPrimitivesChainsForeignChain = cfPrimitivesChainsForeignChain; exports.cfPrimitivesDcaParameters = cfPrimitivesDcaParameters; exports.cfPrimitivesTxId = cfPrimitivesTxId; exports.cfTraitsScheduledEgressDetailsArbitrum = cfTraitsScheduledEgressDetailsArbitrum; exports.cfTraitsScheduledEgressDetailsBitcoin = cfTraitsScheduledEgressDetailsBitcoin; exports.cfTraitsScheduledEgressDetailsEthereum = cfTraitsScheduledEgressDetailsEthereum; exports.cfTraitsScheduledEgressDetailsPolkadot = cfTraitsScheduledEgressDetailsPolkadot; exports.cfTraitsScheduledEgressDetailsSolana = cfTraitsScheduledEgressDetailsSolana; exports.cfTraitsSwappingSwapRequestTypeGeneric = cfTraitsSwappingSwapRequestTypeGeneric; exports.cfTraitsSwappingSwapType = cfTraitsSwappingSwapType; exports.hexString = hexString; exports.numberOrHex = numberOrHex; exports.numericString = numericString; exports.palletCfArbitrumIngressEgressDepositAction = palletCfArbitrumIngressEgressDepositAction; exports.palletCfArbitrumIngressEgressDepositFailedDetails = palletCfArbitrumIngressEgressDepositFailedDetails; exports.palletCfArbitrumIngressEgressDepositFailedReason = palletCfArbitrumIngressEgressDepositFailedReason; exports.palletCfArbitrumIngressEgressDepositWitnessArbitrum = palletCfArbitrumIngressEgressDepositWitnessArbitrum; exports.palletCfArbitrumIngressEgressVaultDepositWitness = palletCfArbitrumIngressEgressVaultDepositWitness; exports.palletCfBitcoinIngressEgressDepositAction = palletCfBitcoinIngressEgressDepositAction; exports.palletCfBitcoinIngressEgressDepositFailedDetails = palletCfBitcoinIngressEgressDepositFailedDetails; exports.palletCfBitcoinIngressEgressDepositFailedReason = palletCfBitcoinIngressEgressDepositFailedReason; exports.palletCfBitcoinIngressEgressDepositWitnessBitcoin = palletCfBitcoinIngressEgressDepositWitnessBitcoin; exports.palletCfBitcoinIngressEgressVaultDepositWitness = palletCfBitcoinIngressEgressVaultDepositWitness; exports.palletCfElectionsElectoralSystemsCompositeTuple6ImplsCompositeElectionIdentifierExtra = palletCfElectionsElectoralSystemsCompositeTuple6ImplsCompositeElectionIdentifierExtra; exports.palletCfEthereumIngressEgressDepositAction = palletCfEthereumIngressEgressDepositAction; exports.palletCfEthereumIngressEgressDepositFailedDetails = palletCfEthereumIngressEgressDepositFailedDetails; exports.palletCfEthereumIngressEgressDepositFailedReason = palletCfEthereumIngressEgressDepositFailedReason; exports.palletCfEthereumIngressEgressDepositWitnessEthereum = palletCfEthereumIngressEgressDepositWitnessEthereum; exports.palletCfEthereumIngressEgressVaultDepositWitness = palletCfEthereumIngressEgressVaultDepositWitness; exports.palletCfPolkadotIngressEgressDepositAction = palletCfPolkadotIngressEgressDepositAction; exports.palletCfPolkadotIngressEgressDepositFailedDetails = palletCfPolkadotIngressEgressDepositFailedDetails; exports.palletCfPolkadotIngressEgressDepositFailedReason = palletCfPolkadotIngressEgressDepositFailedReason; exports.palletCfPolkadotIngressEgressDepositWitnessPolkadot = palletCfPolkadotIngressEgressDepositWitnessPolkadot; exports.palletCfPolkadotIngressEgressVaultDepositWitness = palletCfPolkadotIngressEgressVaultDepositWitness; exports.palletCfSolanaIngressEgressDepositAction = palletCfSolanaIngressEgressDepositAction; exports.palletCfSolanaIngressEgressDepositFailedDetails = palletCfSolanaIngressEgressDepositFailedDetails; exports.palletCfSolanaIngressEgressDepositFailedReason = palletCfSolanaIngressEgressDepositFailedReason; exports.palletCfSolanaIngressEgressDepositWitnessSolana = palletCfSolanaIngressEgressDepositWitnessSolana; exports.palletCfSolanaIngressEgressVaultDepositWitness = palletCfSolanaIngressEgressVaultDepositWitness; exports.simpleEnum = simpleEnum; exports.solPrimCompiledInstruction = solPrimCompiledInstruction; exports.solPrimMessageHeader = solPrimMessageHeader; exports.solPrimPdaPdaError = solPrimPdaPdaError; exports.spArithmeticArithmeticError = spArithmeticArithmeticError; exports.spRuntimeDispatchError = spRuntimeDispatchError; exports.spRuntimeModuleError = spRuntimeModuleError; exports.spRuntimeTokenError = spRuntimeTokenError; exports.spRuntimeTransactionalError = spRuntimeTransactionalError;
|