@inco/js 0.6.0 → 0.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/binary.d.ts +1 -0
- package/dist/cjs/binary.js +6 -2
- package/dist/cjs/encryption/encryption.d.ts +17 -20
- package/dist/cjs/encryption/encryption.js +30 -12
- package/dist/cjs/generated/abis/lightning-preview.d.ts +8 -106
- package/dist/cjs/generated/abis/lightning-preview.js +5 -55
- package/dist/cjs/generated/abis/lightning.d.ts +54 -115
- package/dist/cjs/generated/abis/lightning.js +32 -65
- package/dist/cjs/generated/abis/verifier.d.ts +86 -36
- package/dist/cjs/generated/abis/verifier.js +57 -21
- package/dist/cjs/generated/es/cosmos_proto/cosmos_pb.js +2 -2
- package/dist/cjs/generated/es/inco/covalidator/compute/v1/server_pb.d.ts +775 -0
- package/dist/cjs/generated/es/inco/covalidator/compute/v1/server_pb.js +261 -0
- package/dist/cjs/generated/es/inco/covalidator/compute/v1/types_pb.d.ts +186 -0
- package/dist/cjs/generated/es/inco/covalidator/compute/v1/types_pb.js +47 -0
- package/dist/cjs/generated/es/inco/fhe/v1/types_pb.js +2 -2
- package/dist/cjs/generated/es/inco/kms/lite/v1/kms_service_pb.js +2 -2
- package/dist/cjs/generated/es/inco/kms/lite/v1/types_pb.js +2 -2
- package/dist/cjs/generated/lightning.d.ts +21 -0
- package/dist/cjs/generated/lightning.js +23 -1
- package/dist/cjs/generated/local-node.d.ts +3 -3
- package/dist/cjs/generated/local-node.js +3 -3
- package/dist/cjs/handle.d.ts +16 -0
- package/dist/cjs/handle.js +28 -3
- package/dist/cjs/lite/ecies.d.ts +0 -2
- package/dist/cjs/lite/ecies.js +24 -13
- package/dist/cjs/lite/hadu.d.ts +3 -23
- package/dist/cjs/lite/hadu.js +26 -29
- package/dist/cjs/lite/lightning.js +1 -2
- package/dist/cjs/viem.d.ts +44 -47
- package/dist/esm/binary.d.ts +1 -0
- package/dist/esm/binary.js +5 -2
- package/dist/esm/encryption/encryption.d.ts +17 -20
- package/dist/esm/encryption/encryption.js +26 -12
- package/dist/esm/generated/abis/lightning-preview.d.ts +8 -106
- package/dist/esm/generated/abis/lightning-preview.js +5 -55
- package/dist/esm/generated/abis/lightning.d.ts +54 -115
- package/dist/esm/generated/abis/lightning.js +32 -65
- package/dist/esm/generated/abis/verifier.d.ts +86 -36
- package/dist/esm/generated/abis/verifier.js +57 -21
- package/dist/esm/generated/es/cosmos_proto/cosmos_pb.js +2 -2
- package/dist/esm/generated/es/inco/covalidator/compute/v1/server_pb.d.ts +775 -0
- package/dist/esm/generated/es/inco/covalidator/compute/v1/server_pb.js +258 -0
- package/dist/esm/generated/es/inco/covalidator/compute/v1/types_pb.d.ts +186 -0
- package/dist/esm/generated/es/inco/covalidator/compute/v1/types_pb.js +44 -0
- package/dist/esm/generated/es/inco/fhe/v1/types_pb.js +2 -2
- package/dist/esm/generated/es/inco/kms/lite/v1/kms_service_pb.js +2 -2
- package/dist/esm/generated/es/inco/kms/lite/v1/types_pb.js +2 -2
- package/dist/esm/generated/lightning.d.ts +21 -0
- package/dist/esm/generated/lightning.js +23 -1
- package/dist/esm/generated/local-node.d.ts +3 -3
- package/dist/esm/generated/local-node.js +3 -3
- package/dist/esm/handle.d.ts +16 -0
- package/dist/esm/handle.js +27 -3
- package/dist/esm/lite/ecies.d.ts +0 -2
- package/dist/esm/lite/ecies.js +26 -15
- package/dist/esm/lite/hadu.d.ts +3 -23
- package/dist/esm/lite/hadu.js +28 -30
- package/dist/esm/lite/lightning.js +1 -2
- package/dist/esm/viem.d.ts +44 -47
- package/dist/types/binary.d.ts +1 -0
- package/dist/types/encryption/encryption.d.ts +17 -20
- package/dist/types/generated/abis/lightning-preview.d.ts +8 -106
- package/dist/types/generated/abis/lightning.d.ts +54 -115
- package/dist/types/generated/abis/verifier.d.ts +86 -36
- package/dist/types/generated/es/inco/covalidator/compute/v1/server_pb.d.ts +775 -0
- package/dist/types/generated/es/inco/covalidator/compute/v1/types_pb.d.ts +186 -0
- package/dist/types/generated/lightning.d.ts +21 -0
- package/dist/types/generated/local-node.d.ts +3 -3
- package/dist/types/handle.d.ts +16 -0
- package/dist/types/lite/ecies.d.ts +0 -2
- package/dist/types/lite/hadu.d.ts +3 -23
- package/dist/types/viem.d.ts +44 -47
- package/package.json +3 -1
|
@@ -633,28 +633,12 @@ export declare const incoLightningAbi: readonly [{
|
|
|
633
633
|
readonly stateMutability: "pure";
|
|
634
634
|
}, {
|
|
635
635
|
readonly type: "function";
|
|
636
|
-
readonly inputs: readonly [
|
|
637
|
-
|
|
638
|
-
readonly internalType: "bytes";
|
|
639
|
-
readonly type: "bytes";
|
|
640
|
-
}, {
|
|
641
|
-
readonly name: "user";
|
|
642
|
-
readonly internalType: "address";
|
|
643
|
-
readonly type: "address";
|
|
644
|
-
}, {
|
|
645
|
-
readonly name: "contractAddress";
|
|
646
|
-
readonly internalType: "address";
|
|
647
|
-
readonly type: "address";
|
|
648
|
-
}, {
|
|
649
|
-
readonly name: "inputType";
|
|
650
|
-
readonly internalType: "enum ETypes";
|
|
651
|
-
readonly type: "uint8";
|
|
652
|
-
}];
|
|
653
|
-
readonly name: "getInputHandle";
|
|
636
|
+
readonly inputs: readonly [];
|
|
637
|
+
readonly name: "getMajorVersion";
|
|
654
638
|
readonly outputs: readonly [{
|
|
655
|
-
readonly name: "
|
|
656
|
-
readonly internalType: "
|
|
657
|
-
readonly type: "
|
|
639
|
+
readonly name: "";
|
|
640
|
+
readonly internalType: "string";
|
|
641
|
+
readonly type: "string";
|
|
658
642
|
}];
|
|
659
643
|
readonly stateMutability: "view";
|
|
660
644
|
}, {
|
|
@@ -688,91 +672,9 @@ export declare const incoLightningAbi: readonly [{
|
|
|
688
672
|
readonly internalType: "enum ETypes";
|
|
689
673
|
readonly type: "uint8";
|
|
690
674
|
}, {
|
|
691
|
-
readonly name: "
|
|
692
|
-
readonly internalType: "
|
|
693
|
-
readonly type: "
|
|
694
|
-
}];
|
|
695
|
-
readonly name: "getOpResultHandle";
|
|
696
|
-
readonly outputs: readonly [{
|
|
697
|
-
readonly name: "generatedHandle";
|
|
698
|
-
readonly internalType: "bytes32";
|
|
699
|
-
readonly type: "bytes32";
|
|
700
|
-
}];
|
|
701
|
-
readonly stateMutability: "pure";
|
|
702
|
-
}, {
|
|
703
|
-
readonly type: "function";
|
|
704
|
-
readonly inputs: readonly [{
|
|
705
|
-
readonly name: "op";
|
|
706
|
-
readonly internalType: "enum EOps";
|
|
707
|
-
readonly type: "uint8";
|
|
708
|
-
}, {
|
|
709
|
-
readonly name: "returnType";
|
|
710
|
-
readonly internalType: "enum ETypes";
|
|
711
|
-
readonly type: "uint8";
|
|
712
|
-
}, {
|
|
713
|
-
readonly name: "inputA";
|
|
714
|
-
readonly internalType: "bytes32";
|
|
715
|
-
readonly type: "bytes32";
|
|
716
|
-
}, {
|
|
717
|
-
readonly name: "inputB";
|
|
718
|
-
readonly internalType: "bytes32";
|
|
719
|
-
readonly type: "bytes32";
|
|
720
|
-
}, {
|
|
721
|
-
readonly name: "inputC";
|
|
722
|
-
readonly internalType: "bytes32";
|
|
723
|
-
readonly type: "bytes32";
|
|
724
|
-
}];
|
|
725
|
-
readonly name: "getOpResultHandle";
|
|
726
|
-
readonly outputs: readonly [{
|
|
727
|
-
readonly name: "generatedHandle";
|
|
728
|
-
readonly internalType: "bytes32";
|
|
729
|
-
readonly type: "bytes32";
|
|
730
|
-
}];
|
|
731
|
-
readonly stateMutability: "pure";
|
|
732
|
-
}, {
|
|
733
|
-
readonly type: "function";
|
|
734
|
-
readonly inputs: readonly [{
|
|
735
|
-
readonly name: "op";
|
|
736
|
-
readonly internalType: "enum EOps";
|
|
737
|
-
readonly type: "uint8";
|
|
738
|
-
}, {
|
|
739
|
-
readonly name: "returnType";
|
|
740
|
-
readonly internalType: "enum ETypes";
|
|
741
|
-
readonly type: "uint8";
|
|
742
|
-
}, {
|
|
743
|
-
readonly name: "counter";
|
|
744
|
-
readonly internalType: "uint256";
|
|
745
|
-
readonly type: "uint256";
|
|
746
|
-
}, {
|
|
747
|
-
readonly name: "upperBound";
|
|
748
|
-
readonly internalType: "bytes32";
|
|
749
|
-
readonly type: "bytes32";
|
|
750
|
-
}];
|
|
751
|
-
readonly name: "getOpResultHandle";
|
|
752
|
-
readonly outputs: readonly [{
|
|
753
|
-
readonly name: "generatedHandle";
|
|
754
|
-
readonly internalType: "bytes32";
|
|
755
|
-
readonly type: "bytes32";
|
|
756
|
-
}];
|
|
757
|
-
readonly stateMutability: "pure";
|
|
758
|
-
}, {
|
|
759
|
-
readonly type: "function";
|
|
760
|
-
readonly inputs: readonly [{
|
|
761
|
-
readonly name: "op";
|
|
762
|
-
readonly internalType: "enum EOps";
|
|
763
|
-
readonly type: "uint8";
|
|
764
|
-
}, {
|
|
765
|
-
readonly name: "returnType";
|
|
766
|
-
readonly internalType: "enum ETypes";
|
|
767
|
-
readonly type: "uint8";
|
|
768
|
-
}, {
|
|
769
|
-
readonly name: "lhs";
|
|
770
|
-
readonly internalType: "bytes32";
|
|
771
|
-
readonly type: "bytes32";
|
|
772
|
-
}, {
|
|
773
|
-
readonly name: "rhs";
|
|
774
|
-
readonly internalType: "bytes32";
|
|
775
|
-
readonly type: "bytes32";
|
|
675
|
+
readonly name: "packedInputs";
|
|
676
|
+
readonly internalType: "bytes";
|
|
677
|
+
readonly type: "bytes";
|
|
776
678
|
}];
|
|
777
679
|
readonly name: "getOpResultHandle";
|
|
778
680
|
readonly outputs: readonly [{
|
|
@@ -894,7 +796,7 @@ export declare const incoLightningAbi: readonly [{
|
|
|
894
796
|
}, {
|
|
895
797
|
readonly type: "function";
|
|
896
798
|
readonly inputs: readonly [{
|
|
897
|
-
readonly name: "
|
|
799
|
+
readonly name: "input";
|
|
898
800
|
readonly internalType: "bytes";
|
|
899
801
|
readonly type: "bytes";
|
|
900
802
|
}, {
|
|
@@ -912,7 +814,7 @@ export declare const incoLightningAbi: readonly [{
|
|
|
912
814
|
}, {
|
|
913
815
|
readonly type: "function";
|
|
914
816
|
readonly inputs: readonly [{
|
|
915
|
-
readonly name: "
|
|
817
|
+
readonly name: "input";
|
|
916
818
|
readonly internalType: "bytes";
|
|
917
819
|
readonly type: "bytes";
|
|
918
820
|
}, {
|
|
@@ -930,7 +832,7 @@ export declare const incoLightningAbi: readonly [{
|
|
|
930
832
|
}, {
|
|
931
833
|
readonly type: "function";
|
|
932
834
|
readonly inputs: readonly [{
|
|
933
|
-
readonly name: "
|
|
835
|
+
readonly name: "input";
|
|
934
836
|
readonly internalType: "bytes";
|
|
935
837
|
readonly type: "bytes";
|
|
936
838
|
}, {
|
|
@@ -1721,11 +1623,6 @@ export declare const incoLightningAbi: readonly [{
|
|
|
1721
1623
|
readonly internalType: "address";
|
|
1722
1624
|
readonly type: "address";
|
|
1723
1625
|
readonly indexed: true;
|
|
1724
|
-
}, {
|
|
1725
|
-
readonly name: "inputType";
|
|
1726
|
-
readonly internalType: "enum ETypes";
|
|
1727
|
-
readonly type: "uint8";
|
|
1728
|
-
readonly indexed: false;
|
|
1729
1626
|
}, {
|
|
1730
1627
|
readonly name: "ciphertext";
|
|
1731
1628
|
readonly internalType: "bytes";
|
|
@@ -1823,6 +1720,34 @@ export declare const incoLightningAbi: readonly [{
|
|
|
1823
1720
|
readonly type: "error";
|
|
1824
1721
|
readonly inputs: readonly [];
|
|
1825
1722
|
readonly name: "ERC1967NonPayable";
|
|
1723
|
+
}, {
|
|
1724
|
+
readonly type: "error";
|
|
1725
|
+
readonly inputs: readonly [{
|
|
1726
|
+
readonly name: "externalHandle";
|
|
1727
|
+
readonly internalType: "bytes32";
|
|
1728
|
+
readonly type: "bytes32";
|
|
1729
|
+
}, {
|
|
1730
|
+
readonly name: "computedHandle";
|
|
1731
|
+
readonly internalType: "bytes32";
|
|
1732
|
+
readonly type: "bytes32";
|
|
1733
|
+
}, {
|
|
1734
|
+
readonly name: "chainId";
|
|
1735
|
+
readonly internalType: "uint256";
|
|
1736
|
+
readonly type: "uint256";
|
|
1737
|
+
}, {
|
|
1738
|
+
readonly name: "aclAddress";
|
|
1739
|
+
readonly internalType: "address";
|
|
1740
|
+
readonly type: "address";
|
|
1741
|
+
}, {
|
|
1742
|
+
readonly name: "userAddress";
|
|
1743
|
+
readonly internalType: "address";
|
|
1744
|
+
readonly type: "address";
|
|
1745
|
+
}, {
|
|
1746
|
+
readonly name: "contractAddress";
|
|
1747
|
+
readonly internalType: "address";
|
|
1748
|
+
readonly type: "address";
|
|
1749
|
+
}];
|
|
1750
|
+
readonly name: "ExternalHandleDoesNotMatchComputedHandle";
|
|
1826
1751
|
}, {
|
|
1827
1752
|
readonly type: "error";
|
|
1828
1753
|
readonly inputs: readonly [];
|
|
@@ -1833,7 +1758,11 @@ export declare const incoLightningAbi: readonly [{
|
|
|
1833
1758
|
readonly name: "FeeNotPaid";
|
|
1834
1759
|
}, {
|
|
1835
1760
|
readonly type: "error";
|
|
1836
|
-
readonly inputs: readonly [
|
|
1761
|
+
readonly inputs: readonly [{
|
|
1762
|
+
readonly name: "handle";
|
|
1763
|
+
readonly internalType: "bytes32";
|
|
1764
|
+
readonly type: "bytes32";
|
|
1765
|
+
}];
|
|
1837
1766
|
readonly name: "HandleAlreadyExists";
|
|
1838
1767
|
}, {
|
|
1839
1768
|
readonly type: "error";
|
|
@@ -1979,6 +1908,16 @@ export declare const sessionVerifierAbi: readonly [{
|
|
|
1979
1908
|
readonly type: "bytes32";
|
|
1980
1909
|
}];
|
|
1981
1910
|
readonly stateMutability: "view";
|
|
1911
|
+
}, {
|
|
1912
|
+
readonly type: "function";
|
|
1913
|
+
readonly inputs: readonly [];
|
|
1914
|
+
readonly name: "getMajorVersion";
|
|
1915
|
+
readonly outputs: readonly [{
|
|
1916
|
+
readonly name: "";
|
|
1917
|
+
readonly internalType: "string";
|
|
1918
|
+
readonly type: "string";
|
|
1919
|
+
}];
|
|
1920
|
+
readonly stateMutability: "view";
|
|
1982
1921
|
}, {
|
|
1983
1922
|
readonly type: "function";
|
|
1984
1923
|
readonly inputs: readonly [];
|
|
@@ -8,12 +8,8 @@ export declare const incoVerifierAbi: readonly [{
|
|
|
8
8
|
readonly stateMutability: "nonpayable";
|
|
9
9
|
}, {
|
|
10
10
|
readonly type: "function";
|
|
11
|
-
readonly inputs: readonly [
|
|
12
|
-
|
|
13
|
-
readonly internalType: "uint256";
|
|
14
|
-
readonly type: "uint256";
|
|
15
|
-
}];
|
|
16
|
-
readonly name: "ApprovedTEEVersions";
|
|
11
|
+
readonly inputs: readonly [];
|
|
12
|
+
readonly name: "AddNodeResultStructHash";
|
|
17
13
|
readonly outputs: readonly [{
|
|
18
14
|
readonly name: "";
|
|
19
15
|
readonly internalType: "bytes32";
|
|
@@ -30,30 +26,6 @@ export declare const incoVerifierAbi: readonly [{
|
|
|
30
26
|
readonly type: "bytes32";
|
|
31
27
|
}];
|
|
32
28
|
readonly stateMutability: "view";
|
|
33
|
-
}, {
|
|
34
|
-
readonly type: "function";
|
|
35
|
-
readonly inputs: readonly [];
|
|
36
|
-
readonly name: "ECIESPubkey";
|
|
37
|
-
readonly outputs: readonly [{
|
|
38
|
-
readonly name: "";
|
|
39
|
-
readonly internalType: "bytes";
|
|
40
|
-
readonly type: "bytes";
|
|
41
|
-
}];
|
|
42
|
-
readonly stateMutability: "view";
|
|
43
|
-
}, {
|
|
44
|
-
readonly type: "function";
|
|
45
|
-
readonly inputs: readonly [{
|
|
46
|
-
readonly name: "";
|
|
47
|
-
readonly internalType: "address";
|
|
48
|
-
readonly type: "address";
|
|
49
|
-
}];
|
|
50
|
-
readonly name: "EOASigners";
|
|
51
|
-
readonly outputs: readonly [{
|
|
52
|
-
readonly name: "";
|
|
53
|
-
readonly internalType: "bool";
|
|
54
|
-
readonly type: "bool";
|
|
55
|
-
}];
|
|
56
|
-
readonly stateMutability: "view";
|
|
57
29
|
}, {
|
|
58
30
|
readonly type: "function";
|
|
59
31
|
readonly inputs: readonly [];
|
|
@@ -87,13 +59,22 @@ export declare const incoVerifierAbi: readonly [{
|
|
|
87
59
|
}, {
|
|
88
60
|
readonly type: "function";
|
|
89
61
|
readonly inputs: readonly [{
|
|
90
|
-
readonly name: "
|
|
91
|
-
readonly internalType: "
|
|
92
|
-
readonly type: "
|
|
62
|
+
readonly name: "addNodeResult";
|
|
63
|
+
readonly internalType: "struct AddNodeResult";
|
|
64
|
+
readonly type: "tuple";
|
|
65
|
+
readonly components: readonly [{
|
|
66
|
+
readonly name: "network_pubkey";
|
|
67
|
+
readonly internalType: "bytes";
|
|
68
|
+
readonly type: "bytes";
|
|
69
|
+
}];
|
|
93
70
|
}];
|
|
94
|
-
readonly name: "
|
|
95
|
-
readonly outputs: readonly [
|
|
96
|
-
|
|
71
|
+
readonly name: "addNodeResultDigest";
|
|
72
|
+
readonly outputs: readonly [{
|
|
73
|
+
readonly name: "";
|
|
74
|
+
readonly internalType: "bytes32";
|
|
75
|
+
readonly type: "bytes32";
|
|
76
|
+
}];
|
|
77
|
+
readonly stateMutability: "view";
|
|
97
78
|
}, {
|
|
98
79
|
readonly type: "function";
|
|
99
80
|
readonly inputs: readonly [{
|
|
@@ -145,6 +126,20 @@ export declare const incoVerifierAbi: readonly [{
|
|
|
145
126
|
readonly name: "approveNewTEEVersion";
|
|
146
127
|
readonly outputs: readonly [];
|
|
147
128
|
readonly stateMutability: "nonpayable";
|
|
129
|
+
}, {
|
|
130
|
+
readonly type: "function";
|
|
131
|
+
readonly inputs: readonly [{
|
|
132
|
+
readonly name: "index";
|
|
133
|
+
readonly internalType: "uint256";
|
|
134
|
+
readonly type: "uint256";
|
|
135
|
+
}];
|
|
136
|
+
readonly name: "approvedTEEVersions";
|
|
137
|
+
readonly outputs: readonly [{
|
|
138
|
+
readonly name: "";
|
|
139
|
+
readonly internalType: "bytes32";
|
|
140
|
+
readonly type: "bytes32";
|
|
141
|
+
}];
|
|
142
|
+
readonly stateMutability: "view";
|
|
148
143
|
}, {
|
|
149
144
|
readonly type: "function";
|
|
150
145
|
readonly inputs: readonly [{
|
|
@@ -213,6 +208,16 @@ export declare const incoVerifierAbi: readonly [{
|
|
|
213
208
|
readonly type: "bytes32";
|
|
214
209
|
}];
|
|
215
210
|
readonly stateMutability: "view";
|
|
211
|
+
}, {
|
|
212
|
+
readonly type: "function";
|
|
213
|
+
readonly inputs: readonly [];
|
|
214
|
+
readonly name: "eciesPubkey";
|
|
215
|
+
readonly outputs: readonly [{
|
|
216
|
+
readonly name: "";
|
|
217
|
+
readonly internalType: "bytes";
|
|
218
|
+
readonly type: "bytes";
|
|
219
|
+
}];
|
|
220
|
+
readonly stateMutability: "view";
|
|
216
221
|
}, {
|
|
217
222
|
readonly type: "function";
|
|
218
223
|
readonly inputs: readonly [];
|
|
@@ -369,6 +374,20 @@ export declare const incoVerifierAbi: readonly [{
|
|
|
369
374
|
readonly type: "bool";
|
|
370
375
|
}];
|
|
371
376
|
readonly stateMutability: "view";
|
|
377
|
+
}, {
|
|
378
|
+
readonly type: "function";
|
|
379
|
+
readonly inputs: readonly [{
|
|
380
|
+
readonly name: "addr";
|
|
381
|
+
readonly internalType: "address";
|
|
382
|
+
readonly type: "address";
|
|
383
|
+
}];
|
|
384
|
+
readonly name: "isEOASigner";
|
|
385
|
+
readonly outputs: readonly [{
|
|
386
|
+
readonly name: "";
|
|
387
|
+
readonly internalType: "bool";
|
|
388
|
+
readonly type: "bool";
|
|
389
|
+
}];
|
|
390
|
+
readonly stateMutability: "view";
|
|
372
391
|
}, {
|
|
373
392
|
readonly type: "function";
|
|
374
393
|
readonly inputs: readonly [{
|
|
@@ -709,6 +728,33 @@ export declare const incoVerifierAbi: readonly [{
|
|
|
709
728
|
readonly name: "uploadCollateral";
|
|
710
729
|
readonly outputs: readonly [];
|
|
711
730
|
readonly stateMutability: "nonpayable";
|
|
731
|
+
}, {
|
|
732
|
+
readonly type: "function";
|
|
733
|
+
readonly inputs: readonly [{
|
|
734
|
+
readonly name: "newMrAggregated";
|
|
735
|
+
readonly internalType: "bytes32";
|
|
736
|
+
readonly type: "bytes32";
|
|
737
|
+
}, {
|
|
738
|
+
readonly name: "addNodeResult";
|
|
739
|
+
readonly internalType: "struct AddNodeResult";
|
|
740
|
+
readonly type: "tuple";
|
|
741
|
+
readonly components: readonly [{
|
|
742
|
+
readonly name: "network_pubkey";
|
|
743
|
+
readonly internalType: "bytes";
|
|
744
|
+
readonly type: "bytes";
|
|
745
|
+
}];
|
|
746
|
+
}, {
|
|
747
|
+
readonly name: "quote";
|
|
748
|
+
readonly internalType: "bytes";
|
|
749
|
+
readonly type: "bytes";
|
|
750
|
+
}, {
|
|
751
|
+
readonly name: "signature";
|
|
752
|
+
readonly internalType: "bytes";
|
|
753
|
+
readonly type: "bytes";
|
|
754
|
+
}];
|
|
755
|
+
readonly name: "verifyAddNodeResult";
|
|
756
|
+
readonly outputs: readonly [];
|
|
757
|
+
readonly stateMutability: "nonpayable";
|
|
712
758
|
}, {
|
|
713
759
|
readonly type: "function";
|
|
714
760
|
readonly inputs: readonly [{
|
|
@@ -952,6 +998,10 @@ export declare const incoVerifierAbi: readonly [{
|
|
|
952
998
|
readonly type: "error";
|
|
953
999
|
readonly inputs: readonly [];
|
|
954
1000
|
readonly name: "FailedCall";
|
|
1001
|
+
}, {
|
|
1002
|
+
readonly type: "error";
|
|
1003
|
+
readonly inputs: readonly [];
|
|
1004
|
+
readonly name: "IndexOutOfBounds";
|
|
955
1005
|
}, {
|
|
956
1006
|
readonly type: "error";
|
|
957
1007
|
readonly inputs: readonly [];
|