@inco/js 0.1.22 → 0.1.23
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/binary.d.ts +3 -0
- package/dist/encryption/index.cjs +39 -1745
- package/dist/encryption/index.mjs +39 -1745
- package/dist/generated/abis/addTwo.d.ts +0 -8
- package/dist/generated/abis/index.cjs +0 -11
- package/dist/generated/abis/index.mjs +0 -11
- package/dist/index.cjs +42 -1993
- package/dist/index.d.ts +0 -1
- package/dist/index.mjs +42 -1993
- package/dist/lite/ecies.d.ts +1 -1
- package/dist/lite/index.cjs +85 -1804
- package/dist/lite/index.mjs +3722 -5503
- package/dist/lite/lightning.d.ts +99 -0
- package/dist/lite/reencrypt.d.ts +2 -2
- package/dist/local/index.cjs +872 -25
- package/dist/local/index.mjs +6136 -5352
- package/dist/reencryption/index.cjs +39 -1745
- package/dist/reencryption/index.mjs +39 -1745
- package/dist/viem.d.ts +52 -53
- package/package.json +1 -1
@@ -1,12 +1,4 @@
|
|
1
1
|
export declare const addTwoAbi: readonly [{
|
2
|
-
readonly type: "constructor";
|
3
|
-
readonly inputs: readonly [{
|
4
|
-
readonly name: "_inco";
|
5
|
-
readonly internalType: "contract IncoLightning";
|
6
|
-
readonly type: "address";
|
7
|
-
}];
|
8
|
-
readonly stateMutability: "nonpayable";
|
9
|
-
}, {
|
10
2
|
readonly type: "function";
|
11
3
|
readonly inputs: readonly [{
|
12
4
|
readonly name: "a";
|
@@ -12437,17 +12437,6 @@ var stdStorageSafeAbi = [
|
|
12437
12437
|
];
|
12438
12438
|
// src/generated/abis/addTwo.ts
|
12439
12439
|
var addTwoAbi = [
|
12440
|
-
{
|
12441
|
-
type: "constructor",
|
12442
|
-
inputs: [
|
12443
|
-
{
|
12444
|
-
name: "_inco",
|
12445
|
-
internalType: "contract IncoLightning",
|
12446
|
-
type: "address"
|
12447
|
-
}
|
12448
|
-
],
|
12449
|
-
stateMutability: "nonpayable"
|
12450
|
-
},
|
12451
12440
|
{
|
12452
12441
|
type: "function",
|
12453
12442
|
inputs: [{ name: "a", internalType: "euint256", type: "bytes32" }],
|
@@ -12386,17 +12386,6 @@ var stdStorageSafeAbi = [
|
|
12386
12386
|
];
|
12387
12387
|
// src/generated/abis/addTwo.ts
|
12388
12388
|
var addTwoAbi = [
|
12389
|
-
{
|
12390
|
-
type: "constructor",
|
12391
|
-
inputs: [
|
12392
|
-
{
|
12393
|
-
name: "_inco",
|
12394
|
-
internalType: "contract IncoLightning",
|
12395
|
-
type: "address"
|
12396
|
-
}
|
12397
|
-
],
|
12398
|
-
stateMutability: "nonpayable"
|
12399
|
-
},
|
12400
12389
|
{
|
12401
12390
|
type: "function",
|
12402
12391
|
inputs: [{ name: "a", internalType: "euint256", type: "bytes32" }],
|