@inco/js 0.6.1 → 0.6.9
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/advancedacl/session-key.d.ts +8 -1
- package/dist/cjs/advancedacl/session-key.js +55 -21
- package/dist/cjs/attestedcompute/attested-compute.js +11 -4
- package/dist/cjs/attesteddecrypt/attested-decrypt.d.ts +38 -1
- package/dist/cjs/attesteddecrypt/attested-decrypt.js +49 -6
- package/dist/cjs/attesteddecrypt/types.d.ts +6 -1
- package/dist/cjs/attesteddecrypt/types.js +1 -1
- package/dist/cjs/attestedreveal/attested-reveal.js +9 -7
- package/dist/cjs/binary.d.ts +1 -0
- package/dist/cjs/binary.js +6 -2
- package/dist/cjs/encryption/encryption.d.ts +17 -22
- package/dist/cjs/encryption/encryption.js +34 -16
- package/dist/cjs/generated/abis/add-two.d.ts +1 -1
- package/dist/cjs/generated/abis/add-two.js +1 -1
- package/dist/cjs/generated/abis/lightning-preview.d.ts +48 -106
- package/dist/cjs/generated/abis/lightning-preview.js +33 -55
- package/dist/cjs/generated/abis/lightning.d.ts +55 -116
- package/dist/cjs/generated/abis/lightning.js +33 -66
- package/dist/cjs/generated/abis/verifier.d.ts +193 -84
- package/dist/cjs/generated/abis/verifier.js +151 -61
- 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.d.ts +76 -129
- package/dist/cjs/generated/es/inco/kms/lite/v1/kms_service_pb.js +21 -26
- package/dist/cjs/generated/es/inco/kms/lite/v1/types_pb.js +2 -2
- package/dist/cjs/generated/lightning.d.ts +0 -32
- package/dist/cjs/generated/lightning.js +1 -33
- package/dist/cjs/generated/local-node.d.ts +1 -5
- package/dist/cjs/generated/local-node.js +2 -6
- package/dist/cjs/handle.d.ts +16 -0
- package/dist/cjs/handle.js +28 -3
- package/dist/cjs/lite/deployments.d.ts +20 -2
- package/dist/cjs/lite/deployments.js +1 -1
- 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/index.d.ts +1 -1
- package/dist/cjs/lite/index.js +1 -1
- package/dist/cjs/lite/lightning.d.ts +24 -12
- package/dist/cjs/lite/lightning.js +62 -27
- package/dist/cjs/lite/reencrypt.d.ts +5 -7
- package/dist/cjs/lite/reencrypt.js +68 -58
- package/dist/cjs/test/mocks.d.ts +12 -0
- package/dist/cjs/test/mocks.js +27 -0
- package/dist/cjs/viem.d.ts +45 -48
- package/dist/esm/advancedacl/session-key.d.ts +8 -1
- package/dist/esm/advancedacl/session-key.js +58 -24
- package/dist/esm/attestedcompute/attested-compute.js +11 -4
- package/dist/esm/attesteddecrypt/attested-decrypt.d.ts +38 -1
- package/dist/esm/attesteddecrypt/attested-decrypt.js +51 -8
- package/dist/esm/attesteddecrypt/types.d.ts +6 -1
- package/dist/esm/attesteddecrypt/types.js +1 -1
- package/dist/esm/attestedreveal/attested-reveal.js +9 -7
- package/dist/esm/binary.d.ts +1 -0
- package/dist/esm/binary.js +5 -2
- package/dist/esm/encryption/encryption.d.ts +17 -22
- package/dist/esm/encryption/encryption.js +30 -16
- package/dist/esm/generated/abis/add-two.d.ts +1 -1
- package/dist/esm/generated/abis/add-two.js +1 -1
- package/dist/esm/generated/abis/lightning-preview.d.ts +48 -106
- package/dist/esm/generated/abis/lightning-preview.js +33 -55
- package/dist/esm/generated/abis/lightning.d.ts +55 -116
- package/dist/esm/generated/abis/lightning.js +33 -66
- package/dist/esm/generated/abis/verifier.d.ts +193 -84
- package/dist/esm/generated/abis/verifier.js +151 -61
- 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.d.ts +76 -129
- package/dist/esm/generated/es/inco/kms/lite/v1/kms_service_pb.js +20 -25
- package/dist/esm/generated/es/inco/kms/lite/v1/types_pb.js +2 -2
- package/dist/esm/generated/lightning.d.ts +0 -32
- package/dist/esm/generated/lightning.js +1 -33
- package/dist/esm/generated/local-node.d.ts +1 -5
- package/dist/esm/generated/local-node.js +2 -6
- package/dist/esm/handle.d.ts +16 -0
- package/dist/esm/handle.js +27 -3
- package/dist/esm/lite/deployments.d.ts +20 -2
- package/dist/esm/lite/deployments.js +1 -1
- 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/index.d.ts +1 -1
- package/dist/esm/lite/index.js +1 -1
- package/dist/esm/lite/lightning.d.ts +24 -12
- package/dist/esm/lite/lightning.js +59 -24
- package/dist/esm/lite/reencrypt.d.ts +5 -7
- package/dist/esm/lite/reencrypt.js +67 -58
- package/dist/esm/test/mocks.d.ts +12 -0
- package/dist/esm/test/mocks.js +23 -0
- package/dist/esm/viem.d.ts +45 -48
- package/dist/types/advancedacl/session-key.d.ts +8 -1
- package/dist/types/attesteddecrypt/attested-decrypt.d.ts +38 -1
- package/dist/types/attesteddecrypt/types.d.ts +6 -1
- package/dist/types/binary.d.ts +1 -0
- package/dist/types/encryption/encryption.d.ts +17 -22
- package/dist/types/generated/abis/add-two.d.ts +1 -1
- package/dist/types/generated/abis/lightning-preview.d.ts +48 -106
- package/dist/types/generated/abis/lightning.d.ts +55 -116
- package/dist/types/generated/abis/verifier.d.ts +193 -84
- 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/es/inco/kms/lite/v1/kms_service_pb.d.ts +76 -129
- package/dist/types/generated/lightning.d.ts +0 -32
- package/dist/types/generated/local-node.d.ts +1 -5
- package/dist/types/handle.d.ts +16 -0
- package/dist/types/lite/deployments.d.ts +20 -2
- package/dist/types/lite/ecies.d.ts +0 -2
- package/dist/types/lite/hadu.d.ts +3 -23
- package/dist/types/lite/index.d.ts +1 -1
- package/dist/types/lite/lightning.d.ts +24 -12
- package/dist/types/lite/reencrypt.d.ts +5 -7
- package/dist/types/test/mocks.d.ts +12 -0
- package/dist/types/viem.d.ts +45 -48
- package/package.json +3 -1
|
@@ -813,28 +813,12 @@ export declare const iIncoLightningPreviewAbi: readonly [{
|
|
|
813
813
|
readonly stateMutability: "nonpayable";
|
|
814
814
|
}, {
|
|
815
815
|
readonly type: "function";
|
|
816
|
-
readonly inputs: readonly [
|
|
817
|
-
|
|
818
|
-
readonly internalType: "bytes";
|
|
819
|
-
readonly type: "bytes";
|
|
820
|
-
}, {
|
|
821
|
-
readonly name: "user";
|
|
822
|
-
readonly internalType: "address";
|
|
823
|
-
readonly type: "address";
|
|
824
|
-
}, {
|
|
825
|
-
readonly name: "contractAddress";
|
|
826
|
-
readonly internalType: "address";
|
|
827
|
-
readonly type: "address";
|
|
828
|
-
}, {
|
|
829
|
-
readonly name: "inputType";
|
|
830
|
-
readonly internalType: "enum ETypes";
|
|
831
|
-
readonly type: "uint8";
|
|
832
|
-
}];
|
|
833
|
-
readonly name: "getInputHandle";
|
|
816
|
+
readonly inputs: readonly [];
|
|
817
|
+
readonly name: "getMajorVersion";
|
|
834
818
|
readonly outputs: readonly [{
|
|
835
|
-
readonly name: "
|
|
836
|
-
readonly internalType: "
|
|
837
|
-
readonly type: "
|
|
819
|
+
readonly name: "";
|
|
820
|
+
readonly internalType: "string";
|
|
821
|
+
readonly type: "string";
|
|
838
822
|
}];
|
|
839
823
|
readonly stateMutability: "view";
|
|
840
824
|
}, {
|
|
@@ -858,91 +842,9 @@ export declare const iIncoLightningPreviewAbi: readonly [{
|
|
|
858
842
|
readonly internalType: "enum ETypes";
|
|
859
843
|
readonly type: "uint8";
|
|
860
844
|
}, {
|
|
861
|
-
readonly name: "
|
|
862
|
-
readonly internalType: "
|
|
863
|
-
readonly type: "
|
|
864
|
-
}];
|
|
865
|
-
readonly name: "getOpResultHandle";
|
|
866
|
-
readonly outputs: readonly [{
|
|
867
|
-
readonly name: "generatedHandle";
|
|
868
|
-
readonly internalType: "bytes32";
|
|
869
|
-
readonly type: "bytes32";
|
|
870
|
-
}];
|
|
871
|
-
readonly stateMutability: "pure";
|
|
872
|
-
}, {
|
|
873
|
-
readonly type: "function";
|
|
874
|
-
readonly inputs: readonly [{
|
|
875
|
-
readonly name: "op";
|
|
876
|
-
readonly internalType: "enum EOps";
|
|
877
|
-
readonly type: "uint8";
|
|
878
|
-
}, {
|
|
879
|
-
readonly name: "returnType";
|
|
880
|
-
readonly internalType: "enum ETypes";
|
|
881
|
-
readonly type: "uint8";
|
|
882
|
-
}, {
|
|
883
|
-
readonly name: "inputA";
|
|
884
|
-
readonly internalType: "bytes32";
|
|
885
|
-
readonly type: "bytes32";
|
|
886
|
-
}, {
|
|
887
|
-
readonly name: "inputB";
|
|
888
|
-
readonly internalType: "bytes32";
|
|
889
|
-
readonly type: "bytes32";
|
|
890
|
-
}, {
|
|
891
|
-
readonly name: "inputC";
|
|
892
|
-
readonly internalType: "bytes32";
|
|
893
|
-
readonly type: "bytes32";
|
|
894
|
-
}];
|
|
895
|
-
readonly name: "getOpResultHandle";
|
|
896
|
-
readonly outputs: readonly [{
|
|
897
|
-
readonly name: "generatedHandle";
|
|
898
|
-
readonly internalType: "bytes32";
|
|
899
|
-
readonly type: "bytes32";
|
|
900
|
-
}];
|
|
901
|
-
readonly stateMutability: "pure";
|
|
902
|
-
}, {
|
|
903
|
-
readonly type: "function";
|
|
904
|
-
readonly inputs: readonly [{
|
|
905
|
-
readonly name: "op";
|
|
906
|
-
readonly internalType: "enum EOps";
|
|
907
|
-
readonly type: "uint8";
|
|
908
|
-
}, {
|
|
909
|
-
readonly name: "returnType";
|
|
910
|
-
readonly internalType: "enum ETypes";
|
|
911
|
-
readonly type: "uint8";
|
|
912
|
-
}, {
|
|
913
|
-
readonly name: "counter";
|
|
914
|
-
readonly internalType: "uint256";
|
|
915
|
-
readonly type: "uint256";
|
|
916
|
-
}, {
|
|
917
|
-
readonly name: "upperBound";
|
|
918
|
-
readonly internalType: "bytes32";
|
|
919
|
-
readonly type: "bytes32";
|
|
920
|
-
}];
|
|
921
|
-
readonly name: "getOpResultHandle";
|
|
922
|
-
readonly outputs: readonly [{
|
|
923
|
-
readonly name: "generatedHandle";
|
|
924
|
-
readonly internalType: "bytes32";
|
|
925
|
-
readonly type: "bytes32";
|
|
926
|
-
}];
|
|
927
|
-
readonly stateMutability: "pure";
|
|
928
|
-
}, {
|
|
929
|
-
readonly type: "function";
|
|
930
|
-
readonly inputs: readonly [{
|
|
931
|
-
readonly name: "op";
|
|
932
|
-
readonly internalType: "enum EOps";
|
|
933
|
-
readonly type: "uint8";
|
|
934
|
-
}, {
|
|
935
|
-
readonly name: "returnType";
|
|
936
|
-
readonly internalType: "enum ETypes";
|
|
937
|
-
readonly type: "uint8";
|
|
938
|
-
}, {
|
|
939
|
-
readonly name: "lhs";
|
|
940
|
-
readonly internalType: "bytes32";
|
|
941
|
-
readonly type: "bytes32";
|
|
942
|
-
}, {
|
|
943
|
-
readonly name: "rhs";
|
|
944
|
-
readonly internalType: "bytes32";
|
|
945
|
-
readonly type: "bytes32";
|
|
845
|
+
readonly name: "packedInputs";
|
|
846
|
+
readonly internalType: "bytes";
|
|
847
|
+
readonly type: "bytes";
|
|
946
848
|
}];
|
|
947
849
|
readonly name: "getOpResultHandle";
|
|
948
850
|
readonly outputs: readonly [{
|
|
@@ -1233,6 +1135,26 @@ export declare const iIncoLightningPreviewAbi: readonly [{
|
|
|
1233
1135
|
readonly type: "bytes32";
|
|
1234
1136
|
}];
|
|
1235
1137
|
readonly stateMutability: "nonpayable";
|
|
1138
|
+
}, {
|
|
1139
|
+
readonly type: "function";
|
|
1140
|
+
readonly inputs: readonly [];
|
|
1141
|
+
readonly name: "majorVersion";
|
|
1142
|
+
readonly outputs: readonly [{
|
|
1143
|
+
readonly name: "";
|
|
1144
|
+
readonly internalType: "uint8";
|
|
1145
|
+
readonly type: "uint8";
|
|
1146
|
+
}];
|
|
1147
|
+
readonly stateMutability: "view";
|
|
1148
|
+
}, {
|
|
1149
|
+
readonly type: "function";
|
|
1150
|
+
readonly inputs: readonly [];
|
|
1151
|
+
readonly name: "minorVersion";
|
|
1152
|
+
readonly outputs: readonly [{
|
|
1153
|
+
readonly name: "";
|
|
1154
|
+
readonly internalType: "uint8";
|
|
1155
|
+
readonly type: "uint8";
|
|
1156
|
+
}];
|
|
1157
|
+
readonly stateMutability: "view";
|
|
1236
1158
|
}, {
|
|
1237
1159
|
readonly type: "function";
|
|
1238
1160
|
readonly inputs: readonly [{
|
|
@@ -1327,6 +1249,16 @@ export declare const iIncoLightningPreviewAbi: readonly [{
|
|
|
1327
1249
|
readonly type: "bytes32";
|
|
1328
1250
|
}];
|
|
1329
1251
|
readonly stateMutability: "payable";
|
|
1252
|
+
}, {
|
|
1253
|
+
readonly type: "function";
|
|
1254
|
+
readonly inputs: readonly [];
|
|
1255
|
+
readonly name: "patchVersion";
|
|
1256
|
+
readonly outputs: readonly [{
|
|
1257
|
+
readonly name: "";
|
|
1258
|
+
readonly internalType: "uint8";
|
|
1259
|
+
readonly type: "uint8";
|
|
1260
|
+
}];
|
|
1261
|
+
readonly stateMutability: "view";
|
|
1330
1262
|
}, {
|
|
1331
1263
|
readonly type: "function";
|
|
1332
1264
|
readonly inputs: readonly [{
|
|
@@ -1345,6 +1277,16 @@ export declare const iIncoLightningPreviewAbi: readonly [{
|
|
|
1345
1277
|
readonly type: "bool";
|
|
1346
1278
|
}];
|
|
1347
1279
|
readonly stateMutability: "view";
|
|
1280
|
+
}, {
|
|
1281
|
+
readonly type: "function";
|
|
1282
|
+
readonly inputs: readonly [];
|
|
1283
|
+
readonly name: "salt";
|
|
1284
|
+
readonly outputs: readonly [{
|
|
1285
|
+
readonly name: "";
|
|
1286
|
+
readonly internalType: "bytes32";
|
|
1287
|
+
readonly type: "bytes32";
|
|
1288
|
+
}];
|
|
1289
|
+
readonly stateMutability: "view";
|
|
1348
1290
|
}];
|
|
1349
1291
|
export declare const voucherEip712CheckerAbi: readonly [{
|
|
1350
1292
|
readonly type: "function";
|
|
@@ -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 [{
|
|
@@ -798,7 +700,7 @@ export declare const incoLightningAbi: readonly [{
|
|
|
798
700
|
readonly internalType: "bytes32";
|
|
799
701
|
readonly type: "bytes32";
|
|
800
702
|
}];
|
|
801
|
-
readonly stateMutability: "
|
|
703
|
+
readonly stateMutability: "pure";
|
|
802
704
|
}, {
|
|
803
705
|
readonly type: "function";
|
|
804
706
|
readonly inputs: 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 [];
|