@chainflip/processor 1.8.4 → 1.8.5
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/100/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +12 -12
- package/dist/100/flip/remainingImbalance.d.cts +22 -22
- package/dist/100/flip/remainingImbalance.d.ts +22 -22
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +20 -20
- 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/131/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/131/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/131/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/131/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/131/swapping/swapDepositAddressReady.d.cts +18 -18
- package/dist/131/swapping/swapDepositAddressReady.d.ts +18 -18
- package/dist/131/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/131/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/131/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/131/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/131/swapping/swapExecuted.d.cts +12 -12
- package/dist/131/swapping/swapExecuted.d.ts +12 -12
- package/dist/131/swapping/swapScheduled.d.cts +14 -14
- package/dist/131/swapping/swapScheduled.d.ts +14 -14
- package/dist/131/swapping/withdrawalRequested.d.cts +6 -6
- package/dist/131/swapping/withdrawalRequested.d.ts +6 -6
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- 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/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/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/160/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/160/swapping/ccmFailed.d.cts +14 -14
- package/dist/160/swapping/ccmFailed.d.ts +14 -14
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/160/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/160/swapping/refundEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/refundEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
- package/dist/160/swapping/swapAmountConfiscated.d.ts +7 -7
- package/dist/160/swapping/swapDepositAddressReady.d.cts +31 -31
- package/dist/160/swapping/swapDepositAddressReady.d.ts +31 -31
- package/dist/160/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapExecuted.d.cts +12 -12
- package/dist/160/swapping/swapExecuted.d.ts +12 -12
- package/dist/160/swapping/swapRequested.d.cts +40 -40
- package/dist/160/swapping/swapRequested.d.ts +40 -40
- package/dist/160/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/160/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/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +9 -421
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +9 -421
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +110 -313
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +110 -313
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/common.cjs +56 -9
- package/dist/180/common.d.cts +1127 -3872
- package/dist/180/common.d.ts +1127 -3872
- package/dist/180/common.mjs +56 -9
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +9 -421
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +9 -421
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +9 -421
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +9 -421
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/solanaElections/unknownElection.cjs +13 -0
- package/dist/180/solanaElections/unknownElection.d.cts +47 -0
- package/dist/180/solanaElections/unknownElection.d.ts +47 -0
- package/dist/180/solanaElections/unknownElection.mjs +13 -0
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +9 -421
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +9 -421
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.cjs +19 -0
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.d.cts +107 -0
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.d.ts +107 -0
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.mjs +19 -0
- package/dist/180/swapping/affiliateRegistration.cjs +11 -0
- package/dist/180/swapping/affiliateRegistration.d.cts +17 -0
- package/dist/180/swapping/affiliateRegistration.d.ts +17 -0
- package/dist/180/swapping/affiliateRegistration.mjs +11 -0
- package/package.json +1 -1
- package/dist/180/swapping/affiliateRegistrationUpdated.cjs +0 -12
- package/dist/180/swapping/affiliateRegistrationUpdated.d.cts +0 -20
- package/dist/180/swapping/affiliateRegistrationUpdated.d.ts +0 -20
- package/dist/180/swapping/affiliateRegistrationUpdated.mjs +0 -12
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const solanaThresholdSignerThresholdSignatureRequest: z.ZodObject<{
|
|
4
|
+
requestId: z.ZodNumber;
|
|
5
|
+
ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
|
+
epoch: z.ZodNumber;
|
|
7
|
+
key: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
8
|
+
signatories: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
|
|
9
|
+
payload: z.ZodObject<{
|
|
10
|
+
header: z.ZodObject<{
|
|
11
|
+
numRequiredSignatures: z.ZodNumber;
|
|
12
|
+
numReadonlySignedAccounts: z.ZodNumber;
|
|
13
|
+
numReadonlyUnsignedAccounts: z.ZodNumber;
|
|
14
|
+
}, "strip", z.ZodTypeAny, {
|
|
15
|
+
numRequiredSignatures: number;
|
|
16
|
+
numReadonlySignedAccounts: number;
|
|
17
|
+
numReadonlyUnsignedAccounts: number;
|
|
18
|
+
}, {
|
|
19
|
+
numRequiredSignatures: number;
|
|
20
|
+
numReadonlySignedAccounts: number;
|
|
21
|
+
numReadonlyUnsignedAccounts: number;
|
|
22
|
+
}>;
|
|
23
|
+
accountKeys: z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">;
|
|
24
|
+
recentBlockhash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
25
|
+
instructions: z.ZodArray<z.ZodObject<{
|
|
26
|
+
programIdIndex: z.ZodNumber;
|
|
27
|
+
accounts: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
28
|
+
data: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
29
|
+
}, "strip", z.ZodTypeAny, {
|
|
30
|
+
programIdIndex: number;
|
|
31
|
+
accounts: `0x${string}`;
|
|
32
|
+
data: `0x${string}`;
|
|
33
|
+
}, {
|
|
34
|
+
programIdIndex: number;
|
|
35
|
+
accounts: string;
|
|
36
|
+
data: string;
|
|
37
|
+
}>, "many">;
|
|
38
|
+
}, "strip", z.ZodTypeAny, {
|
|
39
|
+
header: {
|
|
40
|
+
numRequiredSignatures: number;
|
|
41
|
+
numReadonlySignedAccounts: number;
|
|
42
|
+
numReadonlyUnsignedAccounts: number;
|
|
43
|
+
};
|
|
44
|
+
accountKeys: `0x${string}`[];
|
|
45
|
+
recentBlockhash: `0x${string}`;
|
|
46
|
+
instructions: {
|
|
47
|
+
programIdIndex: number;
|
|
48
|
+
accounts: `0x${string}`;
|
|
49
|
+
data: `0x${string}`;
|
|
50
|
+
}[];
|
|
51
|
+
}, {
|
|
52
|
+
header: {
|
|
53
|
+
numRequiredSignatures: number;
|
|
54
|
+
numReadonlySignedAccounts: number;
|
|
55
|
+
numReadonlyUnsignedAccounts: number;
|
|
56
|
+
};
|
|
57
|
+
accountKeys: string[];
|
|
58
|
+
recentBlockhash: string;
|
|
59
|
+
instructions: {
|
|
60
|
+
programIdIndex: number;
|
|
61
|
+
accounts: string;
|
|
62
|
+
data: string;
|
|
63
|
+
}[];
|
|
64
|
+
}>;
|
|
65
|
+
}, "strip", z.ZodTypeAny, {
|
|
66
|
+
requestId: number;
|
|
67
|
+
ceremonyId: bigint;
|
|
68
|
+
epoch: number;
|
|
69
|
+
key: `0x${string}`;
|
|
70
|
+
signatories: string[];
|
|
71
|
+
payload: {
|
|
72
|
+
header: {
|
|
73
|
+
numRequiredSignatures: number;
|
|
74
|
+
numReadonlySignedAccounts: number;
|
|
75
|
+
numReadonlyUnsignedAccounts: number;
|
|
76
|
+
};
|
|
77
|
+
accountKeys: `0x${string}`[];
|
|
78
|
+
recentBlockhash: `0x${string}`;
|
|
79
|
+
instructions: {
|
|
80
|
+
programIdIndex: number;
|
|
81
|
+
accounts: `0x${string}`;
|
|
82
|
+
data: `0x${string}`;
|
|
83
|
+
}[];
|
|
84
|
+
};
|
|
85
|
+
}, {
|
|
86
|
+
requestId: number;
|
|
87
|
+
ceremonyId: string | number;
|
|
88
|
+
epoch: number;
|
|
89
|
+
key: string;
|
|
90
|
+
signatories: string[];
|
|
91
|
+
payload: {
|
|
92
|
+
header: {
|
|
93
|
+
numRequiredSignatures: number;
|
|
94
|
+
numReadonlySignedAccounts: number;
|
|
95
|
+
numReadonlyUnsignedAccounts: number;
|
|
96
|
+
};
|
|
97
|
+
accountKeys: string[];
|
|
98
|
+
recentBlockhash: string;
|
|
99
|
+
instructions: {
|
|
100
|
+
programIdIndex: number;
|
|
101
|
+
accounts: string;
|
|
102
|
+
data: string;
|
|
103
|
+
}[];
|
|
104
|
+
};
|
|
105
|
+
}>;
|
|
106
|
+
|
|
107
|
+
export { solanaThresholdSignerThresholdSignatureRequest };
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const solanaThresholdSignerThresholdSignatureRequest: z.ZodObject<{
|
|
4
|
+
requestId: z.ZodNumber;
|
|
5
|
+
ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
|
+
epoch: z.ZodNumber;
|
|
7
|
+
key: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
8
|
+
signatories: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
|
|
9
|
+
payload: z.ZodObject<{
|
|
10
|
+
header: z.ZodObject<{
|
|
11
|
+
numRequiredSignatures: z.ZodNumber;
|
|
12
|
+
numReadonlySignedAccounts: z.ZodNumber;
|
|
13
|
+
numReadonlyUnsignedAccounts: z.ZodNumber;
|
|
14
|
+
}, "strip", z.ZodTypeAny, {
|
|
15
|
+
numRequiredSignatures: number;
|
|
16
|
+
numReadonlySignedAccounts: number;
|
|
17
|
+
numReadonlyUnsignedAccounts: number;
|
|
18
|
+
}, {
|
|
19
|
+
numRequiredSignatures: number;
|
|
20
|
+
numReadonlySignedAccounts: number;
|
|
21
|
+
numReadonlyUnsignedAccounts: number;
|
|
22
|
+
}>;
|
|
23
|
+
accountKeys: z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">;
|
|
24
|
+
recentBlockhash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
25
|
+
instructions: z.ZodArray<z.ZodObject<{
|
|
26
|
+
programIdIndex: z.ZodNumber;
|
|
27
|
+
accounts: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
28
|
+
data: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
29
|
+
}, "strip", z.ZodTypeAny, {
|
|
30
|
+
programIdIndex: number;
|
|
31
|
+
accounts: `0x${string}`;
|
|
32
|
+
data: `0x${string}`;
|
|
33
|
+
}, {
|
|
34
|
+
programIdIndex: number;
|
|
35
|
+
accounts: string;
|
|
36
|
+
data: string;
|
|
37
|
+
}>, "many">;
|
|
38
|
+
}, "strip", z.ZodTypeAny, {
|
|
39
|
+
header: {
|
|
40
|
+
numRequiredSignatures: number;
|
|
41
|
+
numReadonlySignedAccounts: number;
|
|
42
|
+
numReadonlyUnsignedAccounts: number;
|
|
43
|
+
};
|
|
44
|
+
accountKeys: `0x${string}`[];
|
|
45
|
+
recentBlockhash: `0x${string}`;
|
|
46
|
+
instructions: {
|
|
47
|
+
programIdIndex: number;
|
|
48
|
+
accounts: `0x${string}`;
|
|
49
|
+
data: `0x${string}`;
|
|
50
|
+
}[];
|
|
51
|
+
}, {
|
|
52
|
+
header: {
|
|
53
|
+
numRequiredSignatures: number;
|
|
54
|
+
numReadonlySignedAccounts: number;
|
|
55
|
+
numReadonlyUnsignedAccounts: number;
|
|
56
|
+
};
|
|
57
|
+
accountKeys: string[];
|
|
58
|
+
recentBlockhash: string;
|
|
59
|
+
instructions: {
|
|
60
|
+
programIdIndex: number;
|
|
61
|
+
accounts: string;
|
|
62
|
+
data: string;
|
|
63
|
+
}[];
|
|
64
|
+
}>;
|
|
65
|
+
}, "strip", z.ZodTypeAny, {
|
|
66
|
+
requestId: number;
|
|
67
|
+
ceremonyId: bigint;
|
|
68
|
+
epoch: number;
|
|
69
|
+
key: `0x${string}`;
|
|
70
|
+
signatories: string[];
|
|
71
|
+
payload: {
|
|
72
|
+
header: {
|
|
73
|
+
numRequiredSignatures: number;
|
|
74
|
+
numReadonlySignedAccounts: number;
|
|
75
|
+
numReadonlyUnsignedAccounts: number;
|
|
76
|
+
};
|
|
77
|
+
accountKeys: `0x${string}`[];
|
|
78
|
+
recentBlockhash: `0x${string}`;
|
|
79
|
+
instructions: {
|
|
80
|
+
programIdIndex: number;
|
|
81
|
+
accounts: `0x${string}`;
|
|
82
|
+
data: `0x${string}`;
|
|
83
|
+
}[];
|
|
84
|
+
};
|
|
85
|
+
}, {
|
|
86
|
+
requestId: number;
|
|
87
|
+
ceremonyId: string | number;
|
|
88
|
+
epoch: number;
|
|
89
|
+
key: string;
|
|
90
|
+
signatories: string[];
|
|
91
|
+
payload: {
|
|
92
|
+
header: {
|
|
93
|
+
numRequiredSignatures: number;
|
|
94
|
+
numReadonlySignedAccounts: number;
|
|
95
|
+
numReadonlyUnsignedAccounts: number;
|
|
96
|
+
};
|
|
97
|
+
accountKeys: string[];
|
|
98
|
+
recentBlockhash: string;
|
|
99
|
+
instructions: {
|
|
100
|
+
programIdIndex: number;
|
|
101
|
+
accounts: string;
|
|
102
|
+
data: string;
|
|
103
|
+
}[];
|
|
104
|
+
};
|
|
105
|
+
}>;
|
|
106
|
+
|
|
107
|
+
export { solanaThresholdSignerThresholdSignatureRequest };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// generated/180/solanaThresholdSigner/thresholdSignatureRequest.ts
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
import {
|
|
4
|
+
accountId,
|
|
5
|
+
hexString,
|
|
6
|
+
numberOrHex,
|
|
7
|
+
solPrimTransactionLegacyLegacyMessage
|
|
8
|
+
} from "../common.mjs";
|
|
9
|
+
var solanaThresholdSignerThresholdSignatureRequest = z.object({
|
|
10
|
+
requestId: z.number(),
|
|
11
|
+
ceremonyId: numberOrHex,
|
|
12
|
+
epoch: z.number(),
|
|
13
|
+
key: hexString,
|
|
14
|
+
signatories: z.array(accountId),
|
|
15
|
+
payload: solPrimTransactionLegacyLegacyMessage
|
|
16
|
+
});
|
|
17
|
+
export {
|
|
18
|
+
solanaThresholdSignerThresholdSignatureRequest
|
|
19
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/180/swapping/affiliateRegistration.ts
|
|
2
|
+
var _zod = require('zod');
|
|
3
|
+
var _commoncjs = require('../common.cjs');
|
|
4
|
+
var swappingAffiliateRegistration = _zod.z.object({
|
|
5
|
+
brokerId: _commoncjs.accountId,
|
|
6
|
+
shortId: _zod.z.number(),
|
|
7
|
+
affiliateId: _commoncjs.accountId
|
|
8
|
+
});
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
exports.swappingAffiliateRegistration = swappingAffiliateRegistration;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const swappingAffiliateRegistration: z.ZodObject<{
|
|
4
|
+
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
|
+
shortId: z.ZodNumber;
|
|
6
|
+
affiliateId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
brokerId: string;
|
|
9
|
+
shortId: number;
|
|
10
|
+
affiliateId: string;
|
|
11
|
+
}, {
|
|
12
|
+
brokerId: string;
|
|
13
|
+
shortId: number;
|
|
14
|
+
affiliateId: string;
|
|
15
|
+
}>;
|
|
16
|
+
|
|
17
|
+
export { swappingAffiliateRegistration };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const swappingAffiliateRegistration: z.ZodObject<{
|
|
4
|
+
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
|
+
shortId: z.ZodNumber;
|
|
6
|
+
affiliateId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
brokerId: string;
|
|
9
|
+
shortId: number;
|
|
10
|
+
affiliateId: string;
|
|
11
|
+
}, {
|
|
12
|
+
brokerId: string;
|
|
13
|
+
shortId: number;
|
|
14
|
+
affiliateId: string;
|
|
15
|
+
}>;
|
|
16
|
+
|
|
17
|
+
export { swappingAffiliateRegistration };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// generated/180/swapping/affiliateRegistration.ts
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
import { accountId } from "../common.mjs";
|
|
4
|
+
var swappingAffiliateRegistration = z.object({
|
|
5
|
+
brokerId: accountId,
|
|
6
|
+
shortId: z.number(),
|
|
7
|
+
affiliateId: accountId
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
swappingAffiliateRegistration
|
|
11
|
+
};
|
package/package.json
CHANGED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/180/swapping/affiliateRegistrationUpdated.ts
|
|
2
|
-
var _zod = require('zod');
|
|
3
|
-
var _commoncjs = require('../common.cjs');
|
|
4
|
-
var swappingAffiliateRegistrationUpdated = _zod.z.object({
|
|
5
|
-
brokerId: _commoncjs.accountId,
|
|
6
|
-
affiliateShortId: _zod.z.number(),
|
|
7
|
-
affiliateId: _commoncjs.accountId,
|
|
8
|
-
previousAffiliateId: _commoncjs.accountId.nullish()
|
|
9
|
-
});
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
exports.swappingAffiliateRegistrationUpdated = swappingAffiliateRegistrationUpdated;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { z } from 'zod';
|
|
2
|
-
|
|
3
|
-
declare const swappingAffiliateRegistrationUpdated: z.ZodObject<{
|
|
4
|
-
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
|
-
affiliateShortId: z.ZodNumber;
|
|
6
|
-
affiliateId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
7
|
-
previousAffiliateId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>>>;
|
|
8
|
-
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
brokerId: string;
|
|
10
|
-
affiliateShortId: number;
|
|
11
|
-
affiliateId: string;
|
|
12
|
-
previousAffiliateId?: string | null | undefined;
|
|
13
|
-
}, {
|
|
14
|
-
brokerId: string;
|
|
15
|
-
affiliateShortId: number;
|
|
16
|
-
affiliateId: string;
|
|
17
|
-
previousAffiliateId?: string | null | undefined;
|
|
18
|
-
}>;
|
|
19
|
-
|
|
20
|
-
export { swappingAffiliateRegistrationUpdated };
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { z } from 'zod';
|
|
2
|
-
|
|
3
|
-
declare const swappingAffiliateRegistrationUpdated: z.ZodObject<{
|
|
4
|
-
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
|
-
affiliateShortId: z.ZodNumber;
|
|
6
|
-
affiliateId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
7
|
-
previousAffiliateId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>>>;
|
|
8
|
-
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
brokerId: string;
|
|
10
|
-
affiliateShortId: number;
|
|
11
|
-
affiliateId: string;
|
|
12
|
-
previousAffiliateId?: string | null | undefined;
|
|
13
|
-
}, {
|
|
14
|
-
brokerId: string;
|
|
15
|
-
affiliateShortId: number;
|
|
16
|
-
affiliateId: string;
|
|
17
|
-
previousAffiliateId?: string | null | undefined;
|
|
18
|
-
}>;
|
|
19
|
-
|
|
20
|
-
export { swappingAffiliateRegistrationUpdated };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
// generated/180/swapping/affiliateRegistrationUpdated.ts
|
|
2
|
-
import { z } from "zod";
|
|
3
|
-
import { accountId } from "../common.mjs";
|
|
4
|
-
var swappingAffiliateRegistrationUpdated = z.object({
|
|
5
|
-
brokerId: accountId,
|
|
6
|
-
affiliateShortId: z.number(),
|
|
7
|
-
affiliateId: accountId,
|
|
8
|
-
previousAffiliateId: accountId.nullish()
|
|
9
|
-
});
|
|
10
|
-
export {
|
|
11
|
-
swappingAffiliateRegistrationUpdated
|
|
12
|
-
};
|