@inco/js 0.3.2 → 0.5.0
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 +4 -1
- package/dist/cjs/advancedacl/session-key.d.ts +30 -1
- package/dist/cjs/advancedacl/session-key.js +222 -54
- package/dist/cjs/attestedcompute/attested-compute.d.ts +2 -0
- package/dist/cjs/attestedcompute/attested-compute.js +19 -10
- package/dist/cjs/attestedcompute/types.d.ts +3 -2
- package/dist/cjs/attestedcompute/types.js +1 -1
- package/dist/cjs/attesteddecrypt/attested-decrypt.d.ts +2 -0
- package/dist/cjs/attesteddecrypt/attested-decrypt.js +31 -13
- package/dist/cjs/attesteddecrypt/types.d.ts +3 -2
- package/dist/cjs/attesteddecrypt/types.js +1 -1
- package/dist/cjs/attestedreveal/attested-reveal.d.ts +21 -0
- package/dist/cjs/attestedreveal/attested-reveal.js +67 -0
- package/dist/cjs/attestedreveal/index.d.ts +1 -0
- package/dist/cjs/{fhevm → attestedreveal}/index.js +2 -2
- package/dist/cjs/attestedreveal/types.d.ts +7 -0
- package/dist/cjs/attestedreveal/types.js +16 -0
- package/dist/cjs/binary.js +6 -3
- package/dist/cjs/chain.js +5 -2
- package/dist/cjs/encryption/encryption.js +1 -1
- package/dist/cjs/generated/abis/TestElist.d.ts +247 -0
- package/dist/cjs/generated/abis/TestElist.js +152 -0
- package/dist/cjs/generated/abis/addTwo.d.ts +12 -30
- package/dist/cjs/generated/abis/addTwo.js +7 -18
- package/dist/cjs/generated/abis/lightning-preview.d.ts +98 -979
- package/dist/cjs/generated/abis/lightning-preview.js +100 -635
- package/dist/cjs/generated/abis/lightning.d.ts +80 -425
- package/dist/cjs/generated/abis/lightning.js +64 -317
- package/dist/{esm/generated/abis/inco-fhevm.d.ts → cjs/generated/abis/verifier.d.ts} +610 -468
- package/dist/cjs/generated/abis/verifier.js +704 -0
- package/dist/cjs/generated/es/cosmos_proto/cosmos_pb.js +1 -1
- package/dist/cjs/generated/es/inco/fhe/v1/types_pb.js +1 -1
- package/dist/cjs/generated/es/inco/kms/lite/v1/kms_service_pb.d.ts +63 -5
- package/dist/cjs/generated/es/inco/kms/lite/v1/kms_service_pb.js +18 -8
- package/dist/cjs/generated/es/inco/kms/lite/v1/types_pb.js +1 -1
- package/dist/cjs/generated/lightning.d.ts +31 -10
- package/dist/cjs/generated/lightning.js +33 -11
- package/dist/cjs/handle.d.ts +1 -1
- package/dist/cjs/handle.js +5 -3
- package/dist/cjs/kms/client.js +1 -1
- package/dist/cjs/lite/attested-compute.d.ts +6 -3
- package/dist/cjs/lite/attested-compute.js +7 -1
- package/dist/cjs/lite/attested-decrypt.d.ts +2 -0
- package/dist/cjs/lite/attested-decrypt.js +5 -1
- package/dist/cjs/lite/deployments.js +1 -1
- package/dist/cjs/lite/ecies.d.ts +2 -2
- package/dist/cjs/lite/ecies.js +3 -3
- package/dist/cjs/lite/hadu.d.ts +1 -1
- package/dist/cjs/lite/hadu.js +2 -2
- package/dist/cjs/lite/index.d.ts +4 -1
- package/dist/cjs/lite/index.js +3 -1
- package/dist/cjs/lite/lightning.d.ts +33 -1
- package/dist/cjs/lite/lightning.js +60 -47
- package/dist/cjs/lite/reencrypt.d.ts +0 -1
- package/dist/cjs/lite/reencrypt.js +10 -21
- package/dist/cjs/local/local-node.js +38 -3
- package/dist/cjs/reencryption/eip712.d.ts +2 -2
- package/dist/cjs/reencryption/eip712.js +2 -11
- package/dist/cjs/reencryption/types.d.ts +1 -2
- package/dist/cjs/retry.d.ts +1 -1
- package/dist/cjs/retry.js +2 -2
- package/dist/cjs/schema.js +1 -1
- package/dist/cjs/viem.d.ts +12 -15
- package/dist/cjs/viem.js +9 -2
- package/dist/esm/advancedacl/session-key.d.ts +30 -1
- package/dist/esm/advancedacl/session-key.js +218 -52
- package/dist/esm/attestedcompute/attested-compute.d.ts +2 -0
- package/dist/esm/attestedcompute/attested-compute.js +17 -9
- package/dist/esm/attestedcompute/types.d.ts +3 -2
- package/dist/esm/attestedcompute/types.js +1 -1
- package/dist/esm/attesteddecrypt/attested-decrypt.d.ts +2 -0
- package/dist/esm/attesteddecrypt/attested-decrypt.js +29 -12
- package/dist/esm/attesteddecrypt/types.d.ts +3 -2
- package/dist/esm/attesteddecrypt/types.js +1 -1
- package/dist/esm/attestedreveal/attested-reveal.d.ts +21 -0
- package/dist/esm/attestedreveal/attested-reveal.js +64 -0
- package/dist/esm/attestedreveal/index.d.ts +1 -0
- package/dist/esm/attestedreveal/index.js +2 -0
- package/dist/esm/attestedreveal/types.d.ts +7 -0
- package/dist/esm/attestedreveal/types.js +12 -0
- package/dist/esm/binary.js +6 -3
- package/dist/esm/chain.js +5 -2
- package/dist/esm/encryption/encryption.js +1 -1
- package/dist/esm/generated/abis/TestElist.d.ts +247 -0
- package/dist/esm/generated/abis/TestElist.js +149 -0
- package/dist/esm/generated/abis/addTwo.d.ts +12 -30
- package/dist/esm/generated/abis/addTwo.js +7 -18
- package/dist/esm/generated/abis/lightning-preview.d.ts +98 -979
- package/dist/esm/generated/abis/lightning-preview.js +100 -635
- package/dist/esm/generated/abis/lightning.d.ts +80 -425
- package/dist/esm/generated/abis/lightning.js +64 -317
- package/dist/{cjs/generated/abis/inco-fhevm.d.ts → esm/generated/abis/verifier.d.ts} +610 -468
- package/dist/esm/generated/abis/verifier.js +701 -0
- package/dist/esm/generated/es/cosmos_proto/cosmos_pb.js +1 -1
- package/dist/esm/generated/es/inco/fhe/v1/types_pb.js +1 -1
- package/dist/esm/generated/es/inco/kms/lite/v1/kms_service_pb.d.ts +63 -5
- package/dist/esm/generated/es/inco/kms/lite/v1/kms_service_pb.js +17 -7
- package/dist/esm/generated/es/inco/kms/lite/v1/types_pb.js +1 -1
- package/dist/esm/generated/lightning.d.ts +31 -10
- package/dist/esm/generated/lightning.js +33 -11
- package/dist/esm/handle.d.ts +1 -1
- package/dist/esm/handle.js +5 -3
- package/dist/esm/kms/client.js +1 -1
- package/dist/esm/lite/attested-compute.d.ts +6 -3
- package/dist/esm/lite/attested-compute.js +4 -2
- package/dist/esm/lite/attested-decrypt.d.ts +2 -0
- package/dist/esm/lite/attested-decrypt.js +3 -2
- package/dist/esm/lite/deployments.js +1 -1
- package/dist/esm/lite/ecies.d.ts +2 -2
- package/dist/esm/lite/ecies.js +4 -4
- package/dist/esm/lite/hadu.d.ts +1 -1
- package/dist/esm/lite/hadu.js +2 -2
- package/dist/esm/lite/index.d.ts +4 -1
- package/dist/esm/lite/index.js +3 -1
- package/dist/esm/lite/lightning.d.ts +33 -1
- package/dist/esm/lite/lightning.js +63 -50
- package/dist/esm/lite/reencrypt.d.ts +0 -1
- package/dist/esm/lite/reencrypt.js +13 -23
- package/dist/esm/local/local-node.js +38 -3
- package/dist/esm/reencryption/eip712.d.ts +2 -2
- package/dist/esm/reencryption/eip712.js +2 -11
- package/dist/esm/reencryption/types.d.ts +1 -2
- package/dist/esm/retry.d.ts +1 -1
- package/dist/esm/retry.js +2 -2
- package/dist/esm/schema.js +1 -1
- package/dist/esm/viem.d.ts +12 -15
- package/dist/esm/viem.js +10 -3
- package/dist/types/advancedacl/session-key.d.ts +30 -1
- package/dist/types/attestedcompute/attested-compute.d.ts +2 -0
- package/dist/types/attestedcompute/types.d.ts +3 -2
- package/dist/types/attesteddecrypt/attested-decrypt.d.ts +2 -0
- package/dist/types/attesteddecrypt/types.d.ts +3 -2
- package/dist/types/attestedreveal/attested-reveal.d.ts +21 -0
- package/dist/types/attestedreveal/index.d.ts +1 -0
- package/dist/types/attestedreveal/types.d.ts +7 -0
- package/dist/types/generated/abis/TestElist.d.ts +247 -0
- package/dist/types/generated/abis/addTwo.d.ts +12 -30
- package/dist/types/generated/abis/lightning-preview.d.ts +98 -979
- package/dist/types/generated/abis/lightning.d.ts +80 -425
- package/dist/types/generated/abis/{inco-fhevm.d.ts → verifier.d.ts} +610 -468
- package/dist/types/generated/es/inco/kms/lite/v1/kms_service_pb.d.ts +63 -5
- package/dist/types/generated/lightning.d.ts +31 -10
- package/dist/types/handle.d.ts +1 -1
- package/dist/types/lite/attested-compute.d.ts +6 -3
- package/dist/types/lite/attested-decrypt.d.ts +2 -0
- package/dist/types/lite/ecies.d.ts +2 -2
- package/dist/types/lite/hadu.d.ts +1 -1
- package/dist/types/lite/index.d.ts +4 -1
- package/dist/types/lite/lightning.d.ts +33 -1
- package/dist/types/lite/reencrypt.d.ts +0 -1
- package/dist/types/reencryption/eip712.d.ts +2 -2
- package/dist/types/reencryption/types.d.ts +1 -2
- package/dist/types/retry.d.ts +1 -1
- package/dist/types/viem.d.ts +12 -15
- package/package.json +40 -53
- package/dist/cjs/fhevm/fhe-environment.d.ts +0 -9
- package/dist/cjs/fhevm/fhe-environment.js +0 -11
- package/dist/cjs/fhevm/fhevm.d.ts +0 -41
- package/dist/cjs/fhevm/fhevm.js +0 -145
- package/dist/cjs/fhevm/index.d.ts +0 -1
- package/dist/cjs/fhevm/reencrypt.d.ts +0 -20
- package/dist/cjs/fhevm/reencrypt.js +0 -127
- package/dist/cjs/fhevm/tfhe.d.ts +0 -74
- package/dist/cjs/fhevm/tfhe.js +0 -336
- package/dist/cjs/fhevm/types.d.ts +0 -3
- package/dist/cjs/fhevm/types.js +0 -29
- package/dist/cjs/generated/abis/inco-fhevm.js +0 -681
- package/dist/cjs/generated/es/cosmos/msg/v1/msg_pb.d.ts +0 -29
- package/dist/cjs/generated/es/cosmos/msg/v1/msg_pb.js +0 -36
- package/dist/cjs/generated/es/google/api/annotations_pb.d.ts +0 -13
- package/dist/cjs/generated/es/google/api/annotations_pb.js +0 -30
- package/dist/cjs/generated/es/google/api/http_pb.d.ts +0 -440
- package/dist/cjs/generated/es/google/api/http_pb.js +0 -37
- package/dist/cjs/generated/es/inco/fhe/v1/events_pb.d.ts +0 -79
- package/dist/cjs/generated/es/inco/fhe/v1/events_pb.js +0 -24
- package/dist/cjs/generated/es/inco/fhe/v1/genesis_pb.d.ts +0 -252
- package/dist/cjs/generated/es/inco/fhe/v1/genesis_pb.js +0 -49
- package/dist/cjs/generated/es/inco/fhe/v1/query_pb.d.ts +0 -569
- package/dist/cjs/generated/es/inco/fhe/v1/query_pb.js +0 -111
- package/dist/cjs/generated/es/inco/fhe/v1/tx_pb.d.ts +0 -494
- package/dist/cjs/generated/es/inco/fhe/v1/tx_pb.js +0 -111
- package/dist/cjs/generated/es/inco/preflight/v1/genesis_pb.d.ts +0 -56
- package/dist/cjs/generated/es/inco/preflight/v1/genesis_pb.js +0 -23
- package/dist/cjs/generated/es/inco/preflight/v1/query_pb.d.ts +0 -100
- package/dist/cjs/generated/es/inco/preflight/v1/query_pb.js +0 -41
- package/dist/cjs/generated/es/inco/preflight/v1/tx_pb.d.ts +0 -193
- package/dist/cjs/generated/es/inco/preflight/v1/tx_pb.js +0 -51
- package/dist/cjs/generated/es/inco/preflight/v1/types_pb.d.ts +0 -144
- package/dist/cjs/generated/es/inco/preflight/v1/types_pb.js +0 -37
- package/dist/cjs/generated/fhe-environments.d.ts +0 -14
- package/dist/cjs/generated/fhe-environments.js +0 -18
- package/dist/cjs/generated/ts/amino/amino.d.ts +0 -1
- package/dist/cjs/generated/ts/amino/amino.js +0 -11
- package/dist/cjs/generated/ts/cometbft/abci/v1/types.d.ts +0 -597
- package/dist/cjs/generated/ts/cometbft/abci/v1/types.js +0 -5079
- package/dist/cjs/generated/ts/cometbft/crypto/v1/keys.d.ts +0 -27
- package/dist/cjs/generated/ts/cometbft/crypto/v1/keys.js +0 -108
- package/dist/cjs/generated/ts/cometbft/crypto/v1/proof.d.ts +0 -60
- package/dist/cjs/generated/ts/cometbft/crypto/v1/proof.js +0 -433
- package/dist/cjs/generated/ts/cometbft/types/v1/params.d.ts +0 -179
- package/dist/cjs/generated/ts/cometbft/types/v1/params.js +0 -716
- package/dist/cjs/generated/ts/cometbft/types/v1/validator.d.ts +0 -61
- package/dist/cjs/generated/ts/cometbft/types/v1/validator.js +0 -358
- package/dist/cjs/generated/ts/cosmos/app/v1alpha1/module.d.ts +0 -104
- package/dist/cjs/generated/ts/cosmos/app/v1alpha1/module.js +0 -221
- package/dist/cjs/generated/ts/cosmos/msg/v1/msg.d.ts +0 -1
- package/dist/cjs/generated/ts/cosmos/msg/v1/msg.js +0 -11
- package/dist/cjs/generated/ts/cosmos_proto/cosmos.d.ts +0 -80
- package/dist/cjs/generated/ts/cosmos_proto/cosmos.js +0 -216
- package/dist/cjs/generated/ts/gogoproto/gogo.d.ts +0 -1
- package/dist/cjs/generated/ts/gogoproto/gogo.js +0 -11
- package/dist/cjs/generated/ts/google/api/annotations.d.ts +0 -1
- package/dist/cjs/generated/ts/google/api/annotations.js +0 -11
- package/dist/cjs/generated/ts/google/api/http.d.ts +0 -371
- package/dist/cjs/generated/ts/google/api/http.js +0 -356
- package/dist/cjs/generated/ts/google/protobuf/descriptor.d.ts +0 -1228
- package/dist/cjs/generated/ts/google/protobuf/descriptor.js +0 -5108
- package/dist/cjs/generated/ts/google/protobuf/duration.d.ts +0 -99
- package/dist/cjs/generated/ts/google/protobuf/duration.js +0 -93
- package/dist/cjs/generated/ts/google/protobuf/timestamp.d.ts +0 -128
- package/dist/cjs/generated/ts/google/protobuf/timestamp.js +0 -93
- package/dist/cjs/generated/ts/google/protobuf/wrappers.d.ts +0 -111
- package/dist/cjs/generated/ts/google/protobuf/wrappers.js +0 -509
- package/dist/cjs/generated/ts/inco/abci/v1/types.d.ts +0 -35
- package/dist/cjs/generated/ts/inco/abci/v1/types.js +0 -73
- package/dist/cjs/generated/ts/inco/fhe/module/v1/module.d.ts +0 -31
- package/dist/cjs/generated/ts/inco/fhe/module/v1/module.js +0 -66
- package/dist/cjs/generated/ts/inco/fhe/v1/events.d.ts +0 -66
- package/dist/cjs/generated/ts/inco/fhe/v1/events.js +0 -190
- package/dist/cjs/generated/ts/inco/fhe/v1/genesis.d.ts +0 -117
- package/dist/cjs/generated/ts/inco/fhe/v1/genesis.js +0 -714
- package/dist/cjs/generated/ts/inco/fhe/v1/query.d.ts +0 -366
- package/dist/cjs/generated/ts/inco/fhe/v1/query.js +0 -1394
- package/dist/cjs/generated/ts/inco/fhe/v1/tx.d.ts +0 -409
- package/dist/cjs/generated/ts/inco/fhe/v1/tx.js +0 -1236
- package/dist/cjs/generated/ts/inco/fhe/v1/types.d.ts +0 -225
- package/dist/cjs/generated/ts/inco/fhe/v1/types.js +0 -990
- package/dist/cjs/generated/ts/inco/originchain/module/v1/module.d.ts +0 -30
- package/dist/cjs/generated/ts/inco/originchain/module/v1/module.js +0 -66
- package/dist/cjs/generated/ts/inco/originchain/v1/abci.d.ts +0 -80
- package/dist/cjs/generated/ts/inco/originchain/v1/abci.js +0 -331
- package/dist/cjs/generated/ts/inco/originchain/v1/events.d.ts +0 -60
- package/dist/cjs/generated/ts/inco/originchain/v1/events.js +0 -216
- package/dist/cjs/generated/ts/inco/originchain/v1/genesis.d.ts +0 -28
- package/dist/cjs/generated/ts/inco/originchain/v1/genesis.js +0 -69
- package/dist/cjs/generated/ts/inco/originchain/v1/query.d.ts +0 -116
- package/dist/cjs/generated/ts/inco/originchain/v1/query.js +0 -280
- package/dist/cjs/generated/ts/inco/originchain/v1/tx.d.ts +0 -89
- package/dist/cjs/generated/ts/inco/originchain/v1/tx.js +0 -140
- package/dist/cjs/generated/ts/inco/originchain/v1/types.d.ts +0 -58
- package/dist/cjs/generated/ts/inco/originchain/v1/types.js +0 -203
- package/dist/cjs/generated/ts/inco/preflight/module/v1/module.d.ts +0 -31
- package/dist/cjs/generated/ts/inco/preflight/module/v1/module.js +0 -66
- package/dist/cjs/generated/ts/inco/preflight/v1/genesis.d.ts +0 -41
- package/dist/cjs/generated/ts/inco/preflight/v1/genesis.js +0 -185
- package/dist/cjs/generated/ts/inco/preflight/v1/query.d.ts +0 -93
- package/dist/cjs/generated/ts/inco/preflight/v1/query.js +0 -259
- package/dist/cjs/generated/ts/inco/preflight/v1/tx.d.ts +0 -187
- package/dist/cjs/generated/ts/inco/preflight/v1/tx.js +0 -448
- package/dist/cjs/generated/ts/inco/preflight/v1/types.d.ts +0 -84
- package/dist/cjs/generated/ts/inco/preflight/v1/types.js +0 -398
- package/dist/cjs/l1/client.d.ts +0 -35
- package/dist/cjs/l1/client.js +0 -97
- package/dist/cjs/l1/index.d.ts +0 -2
- package/dist/cjs/l1/index.js +0 -19
- package/dist/cjs/l1/preflight.d.ts +0 -20
- package/dist/cjs/l1/preflight.js +0 -42
- package/dist/esm/fhevm/fhe-environment.d.ts +0 -9
- package/dist/esm/fhevm/fhe-environment.js +0 -8
- package/dist/esm/fhevm/fhevm.d.ts +0 -41
- package/dist/esm/fhevm/fhevm.js +0 -139
- package/dist/esm/fhevm/index.d.ts +0 -1
- package/dist/esm/fhevm/index.js +0 -2
- package/dist/esm/fhevm/reencrypt.d.ts +0 -20
- package/dist/esm/fhevm/reencrypt.js +0 -123
- package/dist/esm/fhevm/tfhe.d.ts +0 -74
- package/dist/esm/fhevm/tfhe.js +0 -328
- package/dist/esm/fhevm/types.d.ts +0 -3
- package/dist/esm/fhevm/types.js +0 -26
- package/dist/esm/generated/abis/inco-fhevm.js +0 -678
- package/dist/esm/generated/es/cosmos/msg/v1/msg_pb.d.ts +0 -29
- package/dist/esm/generated/es/cosmos/msg/v1/msg_pb.js +0 -33
- package/dist/esm/generated/es/google/api/annotations_pb.d.ts +0 -13
- package/dist/esm/generated/es/google/api/annotations_pb.js +0 -27
- package/dist/esm/generated/es/google/api/http_pb.d.ts +0 -440
- package/dist/esm/generated/es/google/api/http_pb.js +0 -34
- package/dist/esm/generated/es/inco/fhe/v1/events_pb.d.ts +0 -79
- package/dist/esm/generated/es/inco/fhe/v1/events_pb.js +0 -21
- package/dist/esm/generated/es/inco/fhe/v1/genesis_pb.d.ts +0 -252
- package/dist/esm/generated/es/inco/fhe/v1/genesis_pb.js +0 -46
- package/dist/esm/generated/es/inco/fhe/v1/query_pb.d.ts +0 -569
- package/dist/esm/generated/es/inco/fhe/v1/query_pb.js +0 -108
- package/dist/esm/generated/es/inco/fhe/v1/tx_pb.d.ts +0 -494
- package/dist/esm/generated/es/inco/fhe/v1/tx_pb.js +0 -108
- package/dist/esm/generated/es/inco/preflight/v1/genesis_pb.d.ts +0 -56
- package/dist/esm/generated/es/inco/preflight/v1/genesis_pb.js +0 -20
- package/dist/esm/generated/es/inco/preflight/v1/query_pb.d.ts +0 -100
- package/dist/esm/generated/es/inco/preflight/v1/query_pb.js +0 -38
- package/dist/esm/generated/es/inco/preflight/v1/tx_pb.d.ts +0 -193
- package/dist/esm/generated/es/inco/preflight/v1/tx_pb.js +0 -48
- package/dist/esm/generated/es/inco/preflight/v1/types_pb.d.ts +0 -144
- package/dist/esm/generated/es/inco/preflight/v1/types_pb.js +0 -34
- package/dist/esm/generated/fhe-environments.d.ts +0 -14
- package/dist/esm/generated/fhe-environments.js +0 -15
- package/dist/esm/generated/ts/amino/amino.d.ts +0 -1
- package/dist/esm/generated/ts/amino/amino.js +0 -8
- package/dist/esm/generated/ts/cometbft/abci/v1/types.d.ts +0 -597
- package/dist/esm/generated/ts/cometbft/abci/v1/types.js +0 -5063
- package/dist/esm/generated/ts/cometbft/crypto/v1/keys.d.ts +0 -27
- package/dist/esm/generated/ts/cometbft/crypto/v1/keys.js +0 -105
- package/dist/esm/generated/ts/cometbft/crypto/v1/proof.d.ts +0 -60
- package/dist/esm/generated/ts/cometbft/crypto/v1/proof.js +0 -430
- package/dist/esm/generated/ts/cometbft/types/v1/params.d.ts +0 -179
- package/dist/esm/generated/ts/cometbft/types/v1/params.js +0 -713
- package/dist/esm/generated/ts/cometbft/types/v1/validator.d.ts +0 -61
- package/dist/esm/generated/ts/cometbft/types/v1/validator.js +0 -353
- package/dist/esm/generated/ts/cosmos/app/v1alpha1/module.d.ts +0 -104
- package/dist/esm/generated/ts/cosmos/app/v1alpha1/module.js +0 -218
- package/dist/esm/generated/ts/cosmos/msg/v1/msg.d.ts +0 -1
- package/dist/esm/generated/ts/cosmos/msg/v1/msg.js +0 -8
- package/dist/esm/generated/ts/cosmos_proto/cosmos.d.ts +0 -80
- package/dist/esm/generated/ts/cosmos_proto/cosmos.js +0 -211
- package/dist/esm/generated/ts/gogoproto/gogo.d.ts +0 -1
- package/dist/esm/generated/ts/gogoproto/gogo.js +0 -8
- package/dist/esm/generated/ts/google/api/annotations.d.ts +0 -1
- package/dist/esm/generated/ts/google/api/annotations.js +0 -8
- package/dist/esm/generated/ts/google/api/http.d.ts +0 -371
- package/dist/esm/generated/ts/google/api/http.js +0 -353
- package/dist/esm/generated/ts/google/protobuf/descriptor.d.ts +0 -1228
- package/dist/esm/generated/ts/google/protobuf/descriptor.js +0 -5070
- package/dist/esm/generated/ts/google/protobuf/duration.d.ts +0 -99
- package/dist/esm/generated/ts/google/protobuf/duration.js +0 -90
- package/dist/esm/generated/ts/google/protobuf/timestamp.d.ts +0 -128
- package/dist/esm/generated/ts/google/protobuf/timestamp.js +0 -90
- package/dist/esm/generated/ts/google/protobuf/wrappers.d.ts +0 -111
- package/dist/esm/generated/ts/google/protobuf/wrappers.js +0 -506
- package/dist/esm/generated/ts/inco/abci/v1/types.d.ts +0 -35
- package/dist/esm/generated/ts/inco/abci/v1/types.js +0 -70
- package/dist/esm/generated/ts/inco/fhe/module/v1/module.d.ts +0 -31
- package/dist/esm/generated/ts/inco/fhe/module/v1/module.js +0 -63
- package/dist/esm/generated/ts/inco/fhe/v1/events.d.ts +0 -66
- package/dist/esm/generated/ts/inco/fhe/v1/events.js +0 -187
- package/dist/esm/generated/ts/inco/fhe/v1/genesis.d.ts +0 -117
- package/dist/esm/generated/ts/inco/fhe/v1/genesis.js +0 -711
- package/dist/esm/generated/ts/inco/fhe/v1/query.d.ts +0 -366
- package/dist/esm/generated/ts/inco/fhe/v1/query.js +0 -1391
- package/dist/esm/generated/ts/inco/fhe/v1/tx.d.ts +0 -409
- package/dist/esm/generated/ts/inco/fhe/v1/tx.js +0 -1233
- package/dist/esm/generated/ts/inco/fhe/v1/types.d.ts +0 -225
- package/dist/esm/generated/ts/inco/fhe/v1/types.js +0 -985
- package/dist/esm/generated/ts/inco/originchain/module/v1/module.d.ts +0 -30
- package/dist/esm/generated/ts/inco/originchain/module/v1/module.js +0 -63
- package/dist/esm/generated/ts/inco/originchain/v1/abci.d.ts +0 -80
- package/dist/esm/generated/ts/inco/originchain/v1/abci.js +0 -328
- package/dist/esm/generated/ts/inco/originchain/v1/events.d.ts +0 -60
- package/dist/esm/generated/ts/inco/originchain/v1/events.js +0 -213
- package/dist/esm/generated/ts/inco/originchain/v1/genesis.d.ts +0 -28
- package/dist/esm/generated/ts/inco/originchain/v1/genesis.js +0 -66
- package/dist/esm/generated/ts/inco/originchain/v1/query.d.ts +0 -116
- package/dist/esm/generated/ts/inco/originchain/v1/query.js +0 -277
- package/dist/esm/generated/ts/inco/originchain/v1/tx.d.ts +0 -89
- package/dist/esm/generated/ts/inco/originchain/v1/tx.js +0 -137
- package/dist/esm/generated/ts/inco/originchain/v1/types.d.ts +0 -58
- package/dist/esm/generated/ts/inco/originchain/v1/types.js +0 -200
- package/dist/esm/generated/ts/inco/preflight/module/v1/module.d.ts +0 -31
- package/dist/esm/generated/ts/inco/preflight/module/v1/module.js +0 -63
- package/dist/esm/generated/ts/inco/preflight/v1/genesis.d.ts +0 -41
- package/dist/esm/generated/ts/inco/preflight/v1/genesis.js +0 -182
- package/dist/esm/generated/ts/inco/preflight/v1/query.d.ts +0 -93
- package/dist/esm/generated/ts/inco/preflight/v1/query.js +0 -256
- package/dist/esm/generated/ts/inco/preflight/v1/tx.d.ts +0 -187
- package/dist/esm/generated/ts/inco/preflight/v1/tx.js +0 -445
- package/dist/esm/generated/ts/inco/preflight/v1/types.d.ts +0 -84
- package/dist/esm/generated/ts/inco/preflight/v1/types.js +0 -395
- package/dist/esm/l1/client.d.ts +0 -35
- package/dist/esm/l1/client.js +0 -93
- package/dist/esm/l1/index.d.ts +0 -2
- package/dist/esm/l1/index.js +0 -3
- package/dist/esm/l1/preflight.d.ts +0 -20
- package/dist/esm/l1/preflight.js +0 -39
- package/dist/types/fhevm/fhe-environment.d.ts +0 -9
- package/dist/types/fhevm/fhevm.d.ts +0 -41
- package/dist/types/fhevm/index.d.ts +0 -1
- package/dist/types/fhevm/reencrypt.d.ts +0 -20
- package/dist/types/fhevm/tfhe.d.ts +0 -74
- package/dist/types/fhevm/types.d.ts +0 -3
- package/dist/types/generated/es/cosmos/msg/v1/msg_pb.d.ts +0 -29
- package/dist/types/generated/es/google/api/annotations_pb.d.ts +0 -13
- package/dist/types/generated/es/google/api/http_pb.d.ts +0 -440
- package/dist/types/generated/es/inco/fhe/v1/events_pb.d.ts +0 -79
- package/dist/types/generated/es/inco/fhe/v1/genesis_pb.d.ts +0 -252
- package/dist/types/generated/es/inco/fhe/v1/query_pb.d.ts +0 -569
- package/dist/types/generated/es/inco/fhe/v1/tx_pb.d.ts +0 -494
- package/dist/types/generated/es/inco/preflight/v1/genesis_pb.d.ts +0 -56
- package/dist/types/generated/es/inco/preflight/v1/query_pb.d.ts +0 -100
- package/dist/types/generated/es/inco/preflight/v1/tx_pb.d.ts +0 -193
- package/dist/types/generated/es/inco/preflight/v1/types_pb.d.ts +0 -144
- package/dist/types/generated/fhe-environments.d.ts +0 -14
- package/dist/types/generated/ts/amino/amino.d.ts +0 -1
- package/dist/types/generated/ts/cometbft/abci/v1/types.d.ts +0 -597
- package/dist/types/generated/ts/cometbft/crypto/v1/keys.d.ts +0 -27
- package/dist/types/generated/ts/cometbft/crypto/v1/proof.d.ts +0 -60
- package/dist/types/generated/ts/cometbft/types/v1/params.d.ts +0 -179
- package/dist/types/generated/ts/cometbft/types/v1/validator.d.ts +0 -61
- package/dist/types/generated/ts/cosmos/app/v1alpha1/module.d.ts +0 -104
- package/dist/types/generated/ts/cosmos/msg/v1/msg.d.ts +0 -1
- package/dist/types/generated/ts/cosmos_proto/cosmos.d.ts +0 -80
- package/dist/types/generated/ts/gogoproto/gogo.d.ts +0 -1
- package/dist/types/generated/ts/google/api/annotations.d.ts +0 -1
- package/dist/types/generated/ts/google/api/http.d.ts +0 -371
- package/dist/types/generated/ts/google/protobuf/descriptor.d.ts +0 -1228
- package/dist/types/generated/ts/google/protobuf/duration.d.ts +0 -99
- package/dist/types/generated/ts/google/protobuf/timestamp.d.ts +0 -128
- package/dist/types/generated/ts/google/protobuf/wrappers.d.ts +0 -111
- package/dist/types/generated/ts/inco/abci/v1/types.d.ts +0 -35
- package/dist/types/generated/ts/inco/fhe/module/v1/module.d.ts +0 -31
- package/dist/types/generated/ts/inco/fhe/v1/events.d.ts +0 -66
- package/dist/types/generated/ts/inco/fhe/v1/genesis.d.ts +0 -117
- package/dist/types/generated/ts/inco/fhe/v1/query.d.ts +0 -366
- package/dist/types/generated/ts/inco/fhe/v1/tx.d.ts +0 -409
- package/dist/types/generated/ts/inco/fhe/v1/types.d.ts +0 -225
- package/dist/types/generated/ts/inco/originchain/module/v1/module.d.ts +0 -30
- package/dist/types/generated/ts/inco/originchain/v1/abci.d.ts +0 -80
- package/dist/types/generated/ts/inco/originchain/v1/events.d.ts +0 -60
- package/dist/types/generated/ts/inco/originchain/v1/genesis.d.ts +0 -28
- package/dist/types/generated/ts/inco/originchain/v1/query.d.ts +0 -116
- package/dist/types/generated/ts/inco/originchain/v1/tx.d.ts +0 -89
- package/dist/types/generated/ts/inco/originchain/v1/types.d.ts +0 -58
- package/dist/types/generated/ts/inco/preflight/module/v1/module.d.ts +0 -31
- package/dist/types/generated/ts/inco/preflight/v1/genesis.d.ts +0 -41
- package/dist/types/generated/ts/inco/preflight/v1/query.d.ts +0 -93
- package/dist/types/generated/ts/inco/preflight/v1/tx.d.ts +0 -187
- package/dist/types/generated/ts/inco/preflight/v1/types.d.ts +0 -84
- package/dist/types/l1/client.d.ts +0 -35
- package/dist/types/l1/index.d.ts +0 -2
- package/dist/types/l1/preflight.d.ts +0 -20
@@ -19,34 +19,6 @@ export declare const abiHelperAbi: readonly [{
|
|
19
19
|
readonly stateMutability: "pure";
|
20
20
|
}];
|
21
21
|
export declare const advancedAccessControlAbi: readonly [{
|
22
|
-
readonly type: "function";
|
23
|
-
readonly inputs: readonly [{
|
24
|
-
readonly name: "handle";
|
25
|
-
readonly internalType: "bytes32";
|
26
|
-
readonly type: "bytes32";
|
27
|
-
}, {
|
28
|
-
readonly name: "account";
|
29
|
-
readonly internalType: "address";
|
30
|
-
readonly type: "address";
|
31
|
-
}];
|
32
|
-
readonly name: "allow";
|
33
|
-
readonly outputs: readonly [];
|
34
|
-
readonly stateMutability: "nonpayable";
|
35
|
-
}, {
|
36
|
-
readonly type: "function";
|
37
|
-
readonly inputs: readonly [{
|
38
|
-
readonly name: "handle";
|
39
|
-
readonly internalType: "bytes32";
|
40
|
-
readonly type: "bytes32";
|
41
|
-
}, {
|
42
|
-
readonly name: "account";
|
43
|
-
readonly internalType: "address";
|
44
|
-
readonly type: "address";
|
45
|
-
}];
|
46
|
-
readonly name: "allowTransient";
|
47
|
-
readonly outputs: readonly [];
|
48
|
-
readonly stateMutability: "nonpayable";
|
49
|
-
}, {
|
50
22
|
readonly type: "function";
|
51
23
|
readonly inputs: readonly [{
|
52
24
|
readonly name: "voucher";
|
@@ -77,78 +49,6 @@ export declare const advancedAccessControlAbi: readonly [{
|
|
77
49
|
readonly type: "bytes32";
|
78
50
|
}];
|
79
51
|
readonly stateMutability: "view";
|
80
|
-
}, {
|
81
|
-
readonly type: "function";
|
82
|
-
readonly inputs: readonly [{
|
83
|
-
readonly name: "handle";
|
84
|
-
readonly internalType: "bytes32";
|
85
|
-
readonly type: "bytes32";
|
86
|
-
}, {
|
87
|
-
readonly name: "account";
|
88
|
-
readonly internalType: "address";
|
89
|
-
readonly type: "address";
|
90
|
-
}];
|
91
|
-
readonly name: "allowedTransient";
|
92
|
-
readonly outputs: readonly [{
|
93
|
-
readonly name: "";
|
94
|
-
readonly internalType: "bool";
|
95
|
-
readonly type: "bool";
|
96
|
-
}];
|
97
|
-
readonly stateMutability: "view";
|
98
|
-
}, {
|
99
|
-
readonly type: "function";
|
100
|
-
readonly inputs: readonly [{
|
101
|
-
readonly name: "handle";
|
102
|
-
readonly internalType: "bytes32";
|
103
|
-
readonly type: "bytes32";
|
104
|
-
}, {
|
105
|
-
readonly name: "proof";
|
106
|
-
readonly internalType: "struct AllowanceProof";
|
107
|
-
readonly type: "tuple";
|
108
|
-
readonly components: readonly [{
|
109
|
-
readonly name: "sharer";
|
110
|
-
readonly internalType: "address";
|
111
|
-
readonly type: "address";
|
112
|
-
}, {
|
113
|
-
readonly name: "voucher";
|
114
|
-
readonly internalType: "struct AllowanceVoucher";
|
115
|
-
readonly type: "tuple";
|
116
|
-
readonly components: readonly [{
|
117
|
-
readonly name: "sessionNonce";
|
118
|
-
readonly internalType: "bytes32";
|
119
|
-
readonly type: "bytes32";
|
120
|
-
}, {
|
121
|
-
readonly name: "verifyingContract";
|
122
|
-
readonly internalType: "address";
|
123
|
-
readonly type: "address";
|
124
|
-
}, {
|
125
|
-
readonly name: "callFunction";
|
126
|
-
readonly internalType: "bytes4";
|
127
|
-
readonly type: "bytes4";
|
128
|
-
}, {
|
129
|
-
readonly name: "sharerArgData";
|
130
|
-
readonly internalType: "bytes";
|
131
|
-
readonly type: "bytes";
|
132
|
-
}];
|
133
|
-
}, {
|
134
|
-
readonly name: "voucherSignature";
|
135
|
-
readonly internalType: "bytes";
|
136
|
-
readonly type: "bytes";
|
137
|
-
}, {
|
138
|
-
readonly name: "requesterArgData";
|
139
|
-
readonly internalType: "bytes";
|
140
|
-
readonly type: "bytes";
|
141
|
-
}];
|
142
|
-
}];
|
143
|
-
readonly name: "claimHandle";
|
144
|
-
readonly outputs: readonly [];
|
145
|
-
readonly stateMutability: "nonpayable";
|
146
|
-
}, {
|
147
|
-
readonly type: "function";
|
148
|
-
readonly inputs: readonly [];
|
149
|
-
readonly name: "cleanTransientStorage";
|
150
|
-
readonly outputs: readonly [];
|
151
|
-
readonly stateMutability: "nonpayable";
|
152
52
|
}, {
|
153
53
|
readonly type: "function";
|
154
54
|
readonly inputs: readonly [];
|
@@ -197,24 +97,6 @@ export declare const advancedAccessControlAbi: readonly [{
|
|
197
97
|
readonly type: "bytes32";
|
198
98
|
}];
|
199
99
|
readonly stateMutability: "view";
|
200
|
-
}, {
|
201
|
-
readonly type: "function";
|
202
|
-
readonly inputs: readonly [{
|
203
|
-
readonly name: "handle";
|
204
|
-
readonly internalType: "bytes32";
|
205
|
-
readonly type: "bytes32";
|
206
|
-
}, {
|
207
|
-
readonly name: "account";
|
208
|
-
readonly internalType: "address";
|
209
|
-
readonly type: "address";
|
210
|
-
}];
|
211
|
-
readonly name: "isAllowed";
|
212
|
-
readonly outputs: readonly [{
|
213
|
-
readonly name: "";
|
214
|
-
readonly internalType: "bool";
|
215
|
-
readonly type: "bool";
|
216
|
-
}];
|
217
|
-
readonly stateMutability: "view";
|
218
100
|
}, {
|
219
101
|
readonly type: "function";
|
220
102
|
readonly inputs: readonly [{
|
@@ -264,31 +146,13 @@ export declare const advancedAccessControlAbi: readonly [{
|
|
264
146
|
readonly type: "bytes";
|
265
147
|
}];
|
266
148
|
}];
|
267
|
-
readonly name: "
|
149
|
+
readonly name: "isAllowedWithProof";
|
268
150
|
readonly outputs: readonly [{
|
269
151
|
readonly name: "";
|
270
152
|
readonly internalType: "bool";
|
271
153
|
readonly type: "bool";
|
272
154
|
}];
|
273
155
|
readonly stateMutability: "nonpayable";
|
274
|
-
}, {
|
275
|
-
readonly type: "function";
|
276
|
-
readonly inputs: readonly [{
|
277
|
-
readonly name: "handle";
|
278
|
-
readonly internalType: "bytes32";
|
279
|
-
readonly type: "bytes32";
|
280
|
-
}, {
|
281
|
-
readonly name: "account";
|
282
|
-
readonly internalType: "address";
|
283
|
-
readonly type: "address";
|
284
|
-
}];
|
285
|
-
readonly name: "persistAllowed";
|
286
|
-
readonly outputs: readonly [{
|
287
|
-
readonly name: "";
|
288
|
-
readonly internalType: "bool";
|
289
|
-
readonly type: "bool";
|
290
|
-
}];
|
291
|
-
readonly stateMutability: "view";
|
292
156
|
}, {
|
293
157
|
readonly type: "function";
|
294
158
|
readonly inputs: readonly [];
|
@@ -300,10 +164,20 @@ export declare const advancedAccessControlAbi: readonly [{
|
|
300
164
|
readonly anonymous: false;
|
301
165
|
readonly inputs: readonly [];
|
302
166
|
readonly name: "EIP712DomainChanged";
|
167
|
+
}, {
|
168
|
+
readonly type: "event";
|
169
|
+
readonly anonymous: false;
|
170
|
+
readonly inputs: readonly [{
|
171
|
+
readonly name: "version";
|
172
|
+
readonly internalType: "uint64";
|
173
|
+
readonly type: "uint64";
|
174
|
+
readonly indexed: false;
|
175
|
+
}];
|
176
|
+
readonly name: "Initialized";
|
303
177
|
}, {
|
304
178
|
readonly type: "error";
|
305
179
|
readonly inputs: readonly [];
|
306
|
-
readonly name: "
|
180
|
+
readonly name: "InvalidInitialization";
|
307
181
|
}, {
|
308
182
|
readonly type: "error";
|
309
183
|
readonly inputs: readonly [{
|
@@ -334,32 +208,8 @@ export declare const advancedAccessControlAbi: readonly [{
|
|
334
208
|
readonly name: "InvalidVoucherSignature";
|
335
209
|
}, {
|
336
210
|
readonly type: "error";
|
337
|
-
readonly inputs: readonly [
|
338
|
-
|
339
|
-
readonly internalType: "address";
|
340
|
-
readonly type: "address";
|
341
|
-
}, {
|
342
|
-
readonly name: "callFunction";
|
343
|
-
readonly internalType: "bytes4";
|
344
|
-
readonly type: "bytes4";
|
345
|
-
}, {
|
346
|
-
readonly name: "argData";
|
347
|
-
readonly internalType: "bytes";
|
348
|
-
readonly type: "bytes";
|
349
|
-
}];
|
350
|
-
readonly name: "ProofVerificationFailed";
|
351
|
-
}, {
|
352
|
-
readonly type: "error";
|
353
|
-
readonly inputs: readonly [{
|
354
|
-
readonly name: "handle";
|
355
|
-
readonly internalType: "bytes32";
|
356
|
-
readonly type: "bytes32";
|
357
|
-
}, {
|
358
|
-
readonly name: "sender";
|
359
|
-
readonly internalType: "address";
|
360
|
-
readonly type: "address";
|
361
|
-
}];
|
362
|
-
readonly name: "SenderNotAllowedForHandle";
|
211
|
+
readonly inputs: readonly [];
|
212
|
+
readonly name: "NotInitializing";
|
363
213
|
}, {
|
364
214
|
readonly type: "error";
|
365
215
|
readonly inputs: readonly [{
|
@@ -372,26 +222,8 @@ export declare const advancedAccessControlAbi: readonly [{
|
|
372
222
|
readonly type: "address";
|
373
223
|
}];
|
374
224
|
readonly name: "SharerNotAllowedForHandle";
|
375
|
-
}, {
|
376
|
-
readonly type: "error";
|
377
|
-
readonly inputs: readonly [{
|
378
|
-
readonly name: "str";
|
379
|
-
readonly internalType: "string";
|
380
|
-
readonly type: "string";
|
381
|
-
}];
|
382
|
-
readonly name: "StringTooLong";
|
383
225
|
}];
|
384
226
|
export declare const iIncoLightningPreviewAbi: readonly [{
|
385
|
-
readonly type: "function";
|
386
|
-
readonly inputs: readonly [{
|
387
|
-
readonly name: "iterationBound";
|
388
|
-
readonly internalType: "uint256";
|
389
|
-
readonly type: "uint256";
|
390
|
-
}];
|
391
|
-
readonly name: "advanceLowWatermark";
|
392
|
-
readonly outputs: readonly [];
|
393
|
-
readonly stateMutability: "nonpayable";
|
394
|
-
}, {
|
395
227
|
readonly type: "function";
|
396
228
|
readonly inputs: readonly [{
|
397
229
|
readonly name: "handle";
|
@@ -419,37 +251,6 @@ export declare const iIncoLightningPreviewAbi: readonly [{
|
|
419
251
|
readonly name: "allowTransient";
|
420
252
|
readonly outputs: readonly [];
|
421
253
|
readonly stateMutability: "nonpayable";
|
422
|
-
}, {
|
423
|
-
readonly type: "function";
|
424
|
-
readonly inputs: readonly [{
|
425
|
-
readonly name: "voucher";
|
426
|
-
readonly internalType: "struct AllowanceVoucher";
|
427
|
-
readonly type: "tuple";
|
428
|
-
readonly components: readonly [{
|
429
|
-
readonly name: "sessionNonce";
|
430
|
-
readonly internalType: "bytes32";
|
431
|
-
readonly type: "bytes32";
|
432
|
-
}, {
|
433
|
-
readonly name: "verifyingContract";
|
434
|
-
readonly internalType: "address";
|
435
|
-
readonly type: "address";
|
436
|
-
}, {
|
437
|
-
readonly name: "callFunction";
|
438
|
-
readonly internalType: "bytes4";
|
439
|
-
readonly type: "bytes4";
|
440
|
-
}, {
|
441
|
-
readonly name: "sharerArgData";
|
442
|
-
readonly internalType: "bytes";
|
443
|
-
readonly type: "bytes";
|
444
|
-
}];
|
445
|
-
}];
|
446
|
-
readonly name: "allowanceVoucherDigest";
|
447
|
-
readonly outputs: readonly [{
|
448
|
-
readonly name: "";
|
449
|
-
readonly internalType: "bytes32";
|
450
|
-
readonly type: "bytes32";
|
451
|
-
}];
|
452
|
-
readonly stateMutability: "view";
|
453
254
|
}, {
|
454
255
|
readonly type: "function";
|
455
256
|
readonly inputs: readonly [{
|
@@ -564,29 +365,6 @@ export declare const iIncoLightningPreviewAbi: readonly [{
|
|
564
365
|
readonly name: "cleanTransientStorage";
|
565
366
|
readonly outputs: readonly [];
|
566
367
|
readonly stateMutability: "nonpayable";
|
567
|
-
}, {
|
568
|
-
readonly type: "function";
|
569
|
-
readonly inputs: readonly [{
|
570
|
-
readonly name: "decryption";
|
571
|
-
readonly internalType: "struct DecryptionAttestation";
|
572
|
-
readonly type: "tuple";
|
573
|
-
readonly components: readonly [{
|
574
|
-
readonly name: "handle";
|
575
|
-
readonly internalType: "bytes32";
|
576
|
-
readonly type: "bytes32";
|
577
|
-
}, {
|
578
|
-
readonly name: "value";
|
579
|
-
readonly internalType: "bytes32";
|
580
|
-
readonly type: "bytes32";
|
581
|
-
}];
|
582
|
-
}];
|
583
|
-
readonly name: "decryptionAttestationDigest";
|
584
|
-
readonly outputs: readonly [{
|
585
|
-
readonly name: "";
|
586
|
-
readonly internalType: "bytes32";
|
587
|
-
readonly type: "bytes32";
|
588
|
-
}];
|
589
|
-
readonly stateMutability: "view";
|
590
368
|
}, {
|
591
369
|
readonly type: "function";
|
592
370
|
readonly inputs: readonly [{
|
@@ -627,17 +405,17 @@ export declare const iIncoLightningPreviewAbi: readonly [{
|
|
627
405
|
readonly type: "function";
|
628
406
|
readonly inputs: readonly [{
|
629
407
|
readonly name: "lhs";
|
630
|
-
readonly internalType: "
|
408
|
+
readonly internalType: "euint256";
|
631
409
|
readonly type: "bytes32";
|
632
410
|
}, {
|
633
411
|
readonly name: "rhs";
|
634
|
-
readonly internalType: "
|
412
|
+
readonly internalType: "euint256";
|
635
413
|
readonly type: "bytes32";
|
636
414
|
}];
|
637
|
-
readonly name: "
|
415
|
+
readonly name: "eDiv";
|
638
416
|
readonly outputs: readonly [{
|
639
417
|
readonly name: "result";
|
640
|
-
readonly internalType: "
|
418
|
+
readonly internalType: "euint256";
|
641
419
|
readonly type: "bytes32";
|
642
420
|
}];
|
643
421
|
readonly stateMutability: "nonpayable";
|
@@ -645,291 +423,25 @@ export declare const iIncoLightningPreviewAbi: readonly [{
|
|
645
423
|
readonly type: "function";
|
646
424
|
readonly inputs: readonly [{
|
647
425
|
readonly name: "lhs";
|
648
|
-
readonly internalType: "
|
426
|
+
readonly internalType: "euint256";
|
649
427
|
readonly type: "bytes32";
|
650
428
|
}, {
|
651
429
|
readonly name: "rhs";
|
652
|
-
readonly internalType: "
|
430
|
+
readonly internalType: "euint256";
|
653
431
|
readonly type: "bytes32";
|
654
432
|
}];
|
655
|
-
readonly name: "
|
433
|
+
readonly name: "eMul";
|
656
434
|
readonly outputs: readonly [{
|
657
435
|
readonly name: "result";
|
658
|
-
readonly internalType: "
|
436
|
+
readonly internalType: "euint256";
|
659
437
|
readonly type: "bytes32";
|
660
438
|
}];
|
661
439
|
readonly stateMutability: "nonpayable";
|
662
440
|
}, {
|
663
441
|
readonly type: "function";
|
664
442
|
readonly inputs: readonly [{
|
665
|
-
readonly name: "
|
666
|
-
readonly internalType: "
|
667
|
-
readonly type: "bytes32";
|
668
|
-
}, {
|
669
|
-
readonly name: "toType";
|
670
|
-
readonly internalType: "enum ETypes";
|
671
|
-
readonly type: "uint8";
|
672
|
-
}];
|
673
|
-
readonly name: "eCast";
|
674
|
-
readonly outputs: readonly [{
|
675
|
-
readonly name: "result";
|
676
|
-
readonly internalType: "bytes32";
|
677
|
-
readonly type: "bytes32";
|
678
|
-
}];
|
679
|
-
readonly stateMutability: "nonpayable";
|
680
|
-
}, {
|
681
|
-
readonly type: "function";
|
682
|
-
readonly inputs: readonly [{
|
683
|
-
readonly name: "lhs";
|
684
|
-
readonly internalType: "euint256";
|
685
|
-
readonly type: "bytes32";
|
686
|
-
}, {
|
687
|
-
readonly name: "rhs";
|
688
|
-
readonly internalType: "euint256";
|
689
|
-
readonly type: "bytes32";
|
690
|
-
}];
|
691
|
-
readonly name: "eDiv";
|
692
|
-
readonly outputs: readonly [{
|
693
|
-
readonly name: "result";
|
694
|
-
readonly internalType: "euint256";
|
695
|
-
readonly type: "bytes32";
|
696
|
-
}];
|
697
|
-
readonly stateMutability: "nonpayable";
|
698
|
-
}, {
|
699
|
-
readonly type: "function";
|
700
|
-
readonly inputs: readonly [{
|
701
|
-
readonly name: "lhs";
|
702
|
-
readonly internalType: "bytes32";
|
703
|
-
readonly type: "bytes32";
|
704
|
-
}, {
|
705
|
-
readonly name: "rhs";
|
706
|
-
readonly internalType: "bytes32";
|
707
|
-
readonly type: "bytes32";
|
708
|
-
}];
|
709
|
-
readonly name: "eEq";
|
710
|
-
readonly outputs: readonly [{
|
711
|
-
readonly name: "result";
|
712
|
-
readonly internalType: "ebool";
|
713
|
-
readonly type: "bytes32";
|
714
|
-
}];
|
715
|
-
readonly stateMutability: "nonpayable";
|
716
|
-
}, {
|
717
|
-
readonly type: "function";
|
718
|
-
readonly inputs: readonly [{
|
719
|
-
readonly name: "lhs";
|
720
|
-
readonly internalType: "euint256";
|
721
|
-
readonly type: "bytes32";
|
722
|
-
}, {
|
723
|
-
readonly name: "rhs";
|
724
|
-
readonly internalType: "euint256";
|
725
|
-
readonly type: "bytes32";
|
726
|
-
}];
|
727
|
-
readonly name: "eGe";
|
728
|
-
readonly outputs: readonly [{
|
729
|
-
readonly name: "result";
|
730
|
-
readonly internalType: "ebool";
|
731
|
-
readonly type: "bytes32";
|
732
|
-
}];
|
733
|
-
readonly stateMutability: "nonpayable";
|
734
|
-
}, {
|
735
|
-
readonly type: "function";
|
736
|
-
readonly inputs: readonly [{
|
737
|
-
readonly name: "lhs";
|
738
|
-
readonly internalType: "euint256";
|
739
|
-
readonly type: "bytes32";
|
740
|
-
}, {
|
741
|
-
readonly name: "rhs";
|
742
|
-
readonly internalType: "euint256";
|
743
|
-
readonly type: "bytes32";
|
744
|
-
}];
|
745
|
-
readonly name: "eGt";
|
746
|
-
readonly outputs: readonly [{
|
747
|
-
readonly name: "result";
|
748
|
-
readonly internalType: "ebool";
|
749
|
-
readonly type: "bytes32";
|
750
|
-
}];
|
751
|
-
readonly stateMutability: "nonpayable";
|
752
|
-
}, {
|
753
|
-
readonly type: "function";
|
754
|
-
readonly inputs: readonly [{
|
755
|
-
readonly name: "control";
|
756
|
-
readonly internalType: "ebool";
|
757
|
-
readonly type: "bytes32";
|
758
|
-
}, {
|
759
|
-
readonly name: "ifTrue";
|
760
|
-
readonly internalType: "bytes32";
|
761
|
-
readonly type: "bytes32";
|
762
|
-
}, {
|
763
|
-
readonly name: "ifFalse";
|
764
|
-
readonly internalType: "bytes32";
|
765
|
-
readonly type: "bytes32";
|
766
|
-
}];
|
767
|
-
readonly name: "eIfThenElse";
|
768
|
-
readonly outputs: readonly [{
|
769
|
-
readonly name: "result";
|
770
|
-
readonly internalType: "bytes32";
|
771
|
-
readonly type: "bytes32";
|
772
|
-
}];
|
773
|
-
readonly stateMutability: "nonpayable";
|
774
|
-
}, {
|
775
|
-
readonly type: "function";
|
776
|
-
readonly inputs: readonly [{
|
777
|
-
readonly name: "lhs";
|
778
|
-
readonly internalType: "euint256";
|
779
|
-
readonly type: "bytes32";
|
780
|
-
}, {
|
781
|
-
readonly name: "rhs";
|
782
|
-
readonly internalType: "euint256";
|
783
|
-
readonly type: "bytes32";
|
784
|
-
}];
|
785
|
-
readonly name: "eLe";
|
786
|
-
readonly outputs: readonly [{
|
787
|
-
readonly name: "result";
|
788
|
-
readonly internalType: "ebool";
|
789
|
-
readonly type: "bytes32";
|
790
|
-
}];
|
791
|
-
readonly stateMutability: "nonpayable";
|
792
|
-
}, {
|
793
|
-
readonly type: "function";
|
794
|
-
readonly inputs: readonly [{
|
795
|
-
readonly name: "lhs";
|
796
|
-
readonly internalType: "euint256";
|
797
|
-
readonly type: "bytes32";
|
798
|
-
}, {
|
799
|
-
readonly name: "rhs";
|
800
|
-
readonly internalType: "euint256";
|
801
|
-
readonly type: "bytes32";
|
802
|
-
}];
|
803
|
-
readonly name: "eLt";
|
804
|
-
readonly outputs: readonly [{
|
805
|
-
readonly name: "result";
|
806
|
-
readonly internalType: "ebool";
|
807
|
-
readonly type: "bytes32";
|
808
|
-
}];
|
809
|
-
readonly stateMutability: "nonpayable";
|
810
|
-
}, {
|
811
|
-
readonly type: "function";
|
812
|
-
readonly inputs: readonly [{
|
813
|
-
readonly name: "lhs";
|
814
|
-
readonly internalType: "euint256";
|
815
|
-
readonly type: "bytes32";
|
816
|
-
}, {
|
817
|
-
readonly name: "rhs";
|
818
|
-
readonly internalType: "euint256";
|
819
|
-
readonly type: "bytes32";
|
820
|
-
}];
|
821
|
-
readonly name: "eMax";
|
822
|
-
readonly outputs: readonly [{
|
823
|
-
readonly name: "result";
|
824
|
-
readonly internalType: "euint256";
|
825
|
-
readonly type: "bytes32";
|
826
|
-
}];
|
827
|
-
readonly stateMutability: "nonpayable";
|
828
|
-
}, {
|
829
|
-
readonly type: "function";
|
830
|
-
readonly inputs: readonly [{
|
831
|
-
readonly name: "lhs";
|
832
|
-
readonly internalType: "euint256";
|
833
|
-
readonly type: "bytes32";
|
834
|
-
}, {
|
835
|
-
readonly name: "rhs";
|
836
|
-
readonly internalType: "euint256";
|
837
|
-
readonly type: "bytes32";
|
838
|
-
}];
|
839
|
-
readonly name: "eMin";
|
840
|
-
readonly outputs: readonly [{
|
841
|
-
readonly name: "result";
|
842
|
-
readonly internalType: "euint256";
|
843
|
-
readonly type: "bytes32";
|
844
|
-
}];
|
845
|
-
readonly stateMutability: "nonpayable";
|
846
|
-
}, {
|
847
|
-
readonly type: "function";
|
848
|
-
readonly inputs: readonly [{
|
849
|
-
readonly name: "lhs";
|
850
|
-
readonly internalType: "euint256";
|
851
|
-
readonly type: "bytes32";
|
852
|
-
}, {
|
853
|
-
readonly name: "rhs";
|
854
|
-
readonly internalType: "euint256";
|
855
|
-
readonly type: "bytes32";
|
856
|
-
}];
|
857
|
-
readonly name: "eMul";
|
858
|
-
readonly outputs: readonly [{
|
859
|
-
readonly name: "result";
|
860
|
-
readonly internalType: "euint256";
|
861
|
-
readonly type: "bytes32";
|
862
|
-
}];
|
863
|
-
readonly stateMutability: "nonpayable";
|
864
|
-
}, {
|
865
|
-
readonly type: "function";
|
866
|
-
readonly inputs: readonly [{
|
867
|
-
readonly name: "lhs";
|
868
|
-
readonly internalType: "bytes32";
|
869
|
-
readonly type: "bytes32";
|
870
|
-
}, {
|
871
|
-
readonly name: "rhs";
|
872
|
-
readonly internalType: "bytes32";
|
873
|
-
readonly type: "bytes32";
|
874
|
-
}];
|
875
|
-
readonly name: "eNe";
|
876
|
-
readonly outputs: readonly [{
|
877
|
-
readonly name: "result";
|
878
|
-
readonly internalType: "ebool";
|
879
|
-
readonly type: "bytes32";
|
880
|
-
}];
|
881
|
-
readonly stateMutability: "nonpayable";
|
882
|
-
}, {
|
883
|
-
readonly type: "function";
|
884
|
-
readonly inputs: readonly [{
|
885
|
-
readonly name: "operand";
|
886
|
-
readonly internalType: "ebool";
|
887
|
-
readonly type: "bytes32";
|
888
|
-
}];
|
889
|
-
readonly name: "eNot";
|
890
|
-
readonly outputs: readonly [{
|
891
|
-
readonly name: "result";
|
892
|
-
readonly internalType: "ebool";
|
893
|
-
readonly type: "bytes32";
|
894
|
-
}];
|
895
|
-
readonly stateMutability: "nonpayable";
|
896
|
-
}, {
|
897
|
-
readonly type: "function";
|
898
|
-
readonly inputs: readonly [{
|
899
|
-
readonly name: "randType";
|
900
|
-
readonly internalType: "enum ETypes";
|
901
|
-
readonly type: "uint8";
|
902
|
-
}];
|
903
|
-
readonly name: "eRand";
|
904
|
-
readonly outputs: readonly [{
|
905
|
-
readonly name: "result";
|
906
|
-
readonly internalType: "bytes32";
|
907
|
-
readonly type: "bytes32";
|
908
|
-
}];
|
909
|
-
readonly stateMutability: "nonpayable";
|
910
|
-
}, {
|
911
|
-
readonly type: "function";
|
912
|
-
readonly inputs: readonly [{
|
913
|
-
readonly name: "upperBound";
|
914
|
-
readonly internalType: "bytes32";
|
915
|
-
readonly type: "bytes32";
|
916
|
-
}, {
|
917
|
-
readonly name: "randType";
|
918
|
-
readonly internalType: "enum ETypes";
|
919
|
-
readonly type: "uint8";
|
920
|
-
}];
|
921
|
-
readonly name: "eRandBounded";
|
922
|
-
readonly outputs: readonly [{
|
923
|
-
readonly name: "result";
|
924
|
-
readonly internalType: "bytes32";
|
925
|
-
readonly type: "bytes32";
|
926
|
-
}];
|
927
|
-
readonly stateMutability: "nonpayable";
|
928
|
-
}, {
|
929
|
-
readonly type: "function";
|
930
|
-
readonly inputs: readonly [{
|
931
|
-
readonly name: "lhs";
|
932
|
-
readonly internalType: "euint256";
|
443
|
+
readonly name: "lhs";
|
444
|
+
readonly internalType: "euint256";
|
933
445
|
readonly type: "bytes32";
|
934
446
|
}, {
|
935
447
|
readonly name: "rhs";
|
@@ -943,78 +455,6 @@ export declare const iIncoLightningPreviewAbi: readonly [{
|
|
943
455
|
readonly type: "bytes32";
|
944
456
|
}];
|
945
457
|
readonly stateMutability: "nonpayable";
|
946
|
-
}, {
|
947
|
-
readonly type: "function";
|
948
|
-
readonly inputs: readonly [{
|
949
|
-
readonly name: "lhs";
|
950
|
-
readonly internalType: "euint256";
|
951
|
-
readonly type: "bytes32";
|
952
|
-
}, {
|
953
|
-
readonly name: "rhs";
|
954
|
-
readonly internalType: "euint256";
|
955
|
-
readonly type: "bytes32";
|
956
|
-
}];
|
957
|
-
readonly name: "eRotl";
|
958
|
-
readonly outputs: readonly [{
|
959
|
-
readonly name: "result";
|
960
|
-
readonly internalType: "euint256";
|
961
|
-
readonly type: "bytes32";
|
962
|
-
}];
|
963
|
-
readonly stateMutability: "nonpayable";
|
964
|
-
}, {
|
965
|
-
readonly type: "function";
|
966
|
-
readonly inputs: readonly [{
|
967
|
-
readonly name: "lhs";
|
968
|
-
readonly internalType: "euint256";
|
969
|
-
readonly type: "bytes32";
|
970
|
-
}, {
|
971
|
-
readonly name: "rhs";
|
972
|
-
readonly internalType: "euint256";
|
973
|
-
readonly type: "bytes32";
|
974
|
-
}];
|
975
|
-
readonly name: "eRotr";
|
976
|
-
readonly outputs: readonly [{
|
977
|
-
readonly name: "result";
|
978
|
-
readonly internalType: "euint256";
|
979
|
-
readonly type: "bytes32";
|
980
|
-
}];
|
981
|
-
readonly stateMutability: "nonpayable";
|
982
|
-
}, {
|
983
|
-
readonly type: "function";
|
984
|
-
readonly inputs: readonly [{
|
985
|
-
readonly name: "lhs";
|
986
|
-
readonly internalType: "euint256";
|
987
|
-
readonly type: "bytes32";
|
988
|
-
}, {
|
989
|
-
readonly name: "rhs";
|
990
|
-
readonly internalType: "euint256";
|
991
|
-
readonly type: "bytes32";
|
992
|
-
}];
|
993
|
-
readonly name: "eShl";
|
994
|
-
readonly outputs: readonly [{
|
995
|
-
readonly name: "result";
|
996
|
-
readonly internalType: "euint256";
|
997
|
-
readonly type: "bytes32";
|
998
|
-
}];
|
999
|
-
readonly stateMutability: "nonpayable";
|
1000
|
-
}, {
|
1001
|
-
readonly type: "function";
|
1002
|
-
readonly inputs: readonly [{
|
1003
|
-
readonly name: "lhs";
|
1004
|
-
readonly internalType: "euint256";
|
1005
|
-
readonly type: "bytes32";
|
1006
|
-
}, {
|
1007
|
-
readonly name: "rhs";
|
1008
|
-
readonly internalType: "euint256";
|
1009
|
-
readonly type: "bytes32";
|
1010
|
-
}];
|
1011
|
-
readonly name: "eShr";
|
1012
|
-
readonly outputs: readonly [{
|
1013
|
-
readonly name: "result";
|
1014
|
-
readonly internalType: "euint256";
|
1015
|
-
readonly type: "bytes32";
|
1016
|
-
}];
|
1017
|
-
readonly stateMutability: "nonpayable";
|
1018
458
|
}, {
|
1019
459
|
readonly type: "function";
|
1020
460
|
readonly inputs: readonly [{
|
@@ -1033,79 +473,6 @@ export declare const iIncoLightningPreviewAbi: readonly [{
|
|
1033
473
|
readonly type: "bytes32";
|
1034
474
|
}];
|
1035
475
|
readonly stateMutability: "nonpayable";
|
1036
|
-
}, {
|
1037
|
-
readonly type: "function";
|
1038
|
-
readonly inputs: readonly [{
|
1039
|
-
readonly name: "result";
|
1040
|
-
readonly internalType: "struct DecryptionResult";
|
1041
|
-
readonly type: "tuple";
|
1042
|
-
readonly components: readonly [{
|
1043
|
-
readonly name: "abiEncodedResult";
|
1044
|
-
readonly internalType: "bytes32";
|
1045
|
-
readonly type: "bytes32";
|
1046
|
-
}, {
|
1047
|
-
readonly name: "requestId";
|
1048
|
-
readonly internalType: "uint256";
|
1049
|
-
readonly type: "uint256";
|
1050
|
-
}, {
|
1051
|
-
readonly name: "handle";
|
1052
|
-
readonly internalType: "bytes32";
|
1053
|
-
readonly type: "bytes32";
|
1054
|
-
}];
|
1055
|
-
}, {
|
1056
|
-
readonly name: "signature";
|
1057
|
-
readonly internalType: "bytes";
|
1058
|
-
readonly type: "bytes";
|
1059
|
-
}];
|
1060
|
-
readonly name: "fulfillRequest";
|
1061
|
-
readonly outputs: readonly [];
|
1062
|
-
readonly stateMutability: "nonpayable";
|
1063
|
-
}, {
|
1064
|
-
readonly type: "function";
|
1065
|
-
readonly inputs: readonly [{
|
1066
|
-
readonly name: "results";
|
1067
|
-
readonly internalType: "struct SignedDecryptionResult[]";
|
1068
|
-
readonly type: "tuple[]";
|
1069
|
-
readonly components: readonly [{
|
1070
|
-
readonly name: "result";
|
1071
|
-
readonly internalType: "struct DecryptionResult";
|
1072
|
-
readonly type: "tuple";
|
1073
|
-
readonly components: readonly [{
|
1074
|
-
readonly name: "abiEncodedResult";
|
1075
|
-
readonly internalType: "bytes32";
|
1076
|
-
readonly type: "bytes32";
|
1077
|
-
}, {
|
1078
|
-
readonly name: "requestId";
|
1079
|
-
readonly internalType: "uint256";
|
1080
|
-
readonly type: "uint256";
|
1081
|
-
}, {
|
1082
|
-
readonly name: "handle";
|
1083
|
-
readonly internalType: "bytes32";
|
1084
|
-
readonly type: "bytes32";
|
1085
|
-
}];
|
1086
|
-
}, {
|
1087
|
-
readonly name: "signature";
|
1088
|
-
readonly internalType: "bytes";
|
1089
|
-
readonly type: "bytes";
|
1090
|
-
}];
|
1091
|
-
}];
|
1092
|
-
readonly name: "fulfillRequestsBatch";
|
1093
|
-
readonly outputs: readonly [];
|
1094
|
-
readonly stateMutability: "nonpayable";
|
1095
|
-
}, {
|
1096
|
-
readonly type: "function";
|
1097
|
-
readonly inputs: readonly [{
|
1098
|
-
readonly name: "account";
|
1099
|
-
readonly internalType: "address";
|
1100
|
-
readonly type: "address";
|
1101
|
-
}];
|
1102
|
-
readonly name: "getActiveVouchersSessionNonce";
|
1103
|
-
readonly outputs: readonly [{
|
1104
|
-
readonly name: "";
|
1105
|
-
readonly internalType: "bytes32";
|
1106
|
-
readonly type: "bytes32";
|
1107
|
-
}];
|
1108
|
-
readonly stateMutability: "view";
|
1109
476
|
}, {
|
1110
477
|
readonly type: "function";
|
1111
478
|
readonly inputs: readonly [{
|
@@ -1135,21 +502,11 @@ export declare const iIncoLightningPreviewAbi: readonly [{
|
|
1135
502
|
}, {
|
1136
503
|
readonly type: "function";
|
1137
504
|
readonly inputs: readonly [];
|
1138
|
-
readonly name: "
|
1139
|
-
readonly outputs: readonly [{
|
1140
|
-
readonly name: "";
|
1141
|
-
readonly internalType: "uint256";
|
1142
|
-
readonly type: "uint256";
|
1143
|
-
}];
|
1144
|
-
readonly stateMutability: "view";
|
1145
|
-
}, {
|
1146
|
-
readonly type: "function";
|
1147
|
-
readonly inputs: readonly [];
|
1148
|
-
readonly name: "getNextRequestId";
|
505
|
+
readonly name: "getName";
|
1149
506
|
readonly outputs: readonly [{
|
1150
507
|
readonly name: "";
|
1151
|
-
readonly internalType: "
|
1152
|
-
readonly type: "
|
508
|
+
readonly internalType: "string";
|
509
|
+
readonly type: "string";
|
1153
510
|
}];
|
1154
511
|
readonly stateMutability: "view";
|
1155
512
|
}, {
|
@@ -1213,155 +570,49 @@ export declare const iIncoLightningPreviewAbi: readonly [{
|
|
1213
570
|
}, {
|
1214
571
|
readonly name: "returnType";
|
1215
572
|
readonly internalType: "enum ETypes";
|
1216
|
-
readonly type: "uint8";
|
1217
|
-
}, {
|
1218
|
-
readonly name: "counter";
|
1219
|
-
readonly internalType: "uint256";
|
1220
|
-
readonly type: "uint256";
|
1221
|
-
}, {
|
1222
|
-
readonly name: "upperBound";
|
1223
|
-
readonly internalType: "bytes32";
|
1224
|
-
readonly type: "bytes32";
|
1225
|
-
}];
|
1226
|
-
readonly name: "getOpResultHandle";
|
1227
|
-
readonly outputs: readonly [{
|
1228
|
-
readonly name: "generatedHandle";
|
1229
|
-
readonly internalType: "bytes32";
|
1230
|
-
readonly type: "bytes32";
|
1231
|
-
}];
|
1232
|
-
readonly stateMutability: "pure";
|
1233
|
-
}, {
|
1234
|
-
readonly type: "function";
|
1235
|
-
readonly inputs: readonly [{
|
1236
|
-
readonly name: "op";
|
1237
|
-
readonly internalType: "enum EOps";
|
1238
|
-
readonly type: "uint8";
|
1239
|
-
}, {
|
1240
|
-
readonly name: "returnType";
|
1241
|
-
readonly internalType: "enum ETypes";
|
1242
|
-
readonly type: "uint8";
|
1243
|
-
}, {
|
1244
|
-
readonly name: "lhs";
|
1245
|
-
readonly internalType: "bytes32";
|
1246
|
-
readonly type: "bytes32";
|
1247
|
-
}, {
|
1248
|
-
readonly name: "rhs";
|
1249
|
-
readonly internalType: "bytes32";
|
1250
|
-
readonly type: "bytes32";
|
1251
|
-
}];
|
1252
|
-
readonly name: "getOpResultHandle";
|
1253
|
-
readonly outputs: readonly [{
|
1254
|
-
readonly name: "generatedHandle";
|
1255
|
-
readonly internalType: "bytes32";
|
1256
|
-
readonly type: "bytes32";
|
1257
|
-
}];
|
1258
|
-
readonly stateMutability: "pure";
|
1259
|
-
}, {
|
1260
|
-
readonly type: "function";
|
1261
|
-
readonly inputs: readonly [{
|
1262
|
-
readonly name: "offset";
|
1263
|
-
readonly internalType: "uint256";
|
1264
|
-
readonly type: "uint256";
|
1265
|
-
}, {
|
1266
|
-
readonly name: "maxRequests";
|
1267
|
-
readonly internalType: "uint256";
|
1268
|
-
readonly type: "uint256";
|
1269
|
-
}];
|
1270
|
-
readonly name: "getPendingRequests";
|
1271
|
-
readonly outputs: readonly [{
|
1272
|
-
readonly name: "nextOffset";
|
1273
|
-
readonly internalType: "uint256";
|
1274
|
-
readonly type: "uint256";
|
1275
|
-
}, {
|
1276
|
-
readonly name: "requests";
|
1277
|
-
readonly internalType: "struct Request[]";
|
1278
|
-
readonly type: "tuple[]";
|
1279
|
-
readonly components: readonly [{
|
1280
|
-
readonly name: "maxTimestamp";
|
1281
|
-
readonly internalType: "uint256";
|
1282
|
-
readonly type: "uint256";
|
1283
|
-
}, {
|
1284
|
-
readonly name: "callbackContract";
|
1285
|
-
readonly internalType: "address";
|
1286
|
-
readonly type: "address";
|
1287
|
-
}, {
|
1288
|
-
readonly name: "callbackSelector";
|
1289
|
-
readonly internalType: "bytes4";
|
1290
|
-
readonly type: "bytes4";
|
1291
|
-
}, {
|
1292
|
-
readonly name: "fulfilled";
|
1293
|
-
readonly internalType: "bool";
|
1294
|
-
readonly type: "bool";
|
1295
|
-
}, {
|
1296
|
-
readonly name: "data";
|
1297
|
-
readonly internalType: "bytes";
|
1298
|
-
readonly type: "bytes";
|
1299
|
-
}, {
|
1300
|
-
readonly name: "handle";
|
1301
|
-
readonly internalType: "bytes32";
|
1302
|
-
readonly type: "bytes32";
|
1303
|
-
}, {
|
1304
|
-
readonly name: "requestId";
|
1305
|
-
readonly internalType: "uint256";
|
1306
|
-
readonly type: "uint256";
|
1307
|
-
}];
|
573
|
+
readonly type: "uint8";
|
574
|
+
}, {
|
575
|
+
readonly name: "counter";
|
576
|
+
readonly internalType: "uint256";
|
577
|
+
readonly type: "uint256";
|
578
|
+
}, {
|
579
|
+
readonly name: "upperBound";
|
580
|
+
readonly internalType: "bytes32";
|
581
|
+
readonly type: "bytes32";
|
1308
582
|
}];
|
1309
|
-
readonly
|
583
|
+
readonly name: "getOpResultHandle";
|
584
|
+
readonly outputs: readonly [{
|
585
|
+
readonly name: "generatedHandle";
|
586
|
+
readonly internalType: "bytes32";
|
587
|
+
readonly type: "bytes32";
|
588
|
+
}];
|
589
|
+
readonly stateMutability: "pure";
|
1310
590
|
}, {
|
1311
591
|
readonly type: "function";
|
1312
592
|
readonly inputs: readonly [{
|
1313
|
-
readonly name: "
|
1314
|
-
readonly internalType: "
|
1315
|
-
readonly type: "
|
593
|
+
readonly name: "op";
|
594
|
+
readonly internalType: "enum EOps";
|
595
|
+
readonly type: "uint8";
|
1316
596
|
}, {
|
1317
|
-
readonly name: "
|
1318
|
-
readonly internalType: "
|
1319
|
-
readonly type: "
|
597
|
+
readonly name: "returnType";
|
598
|
+
readonly internalType: "enum ETypes";
|
599
|
+
readonly type: "uint8";
|
1320
600
|
}, {
|
1321
|
-
readonly name: "
|
1322
|
-
readonly internalType: "
|
1323
|
-
readonly type: "
|
601
|
+
readonly name: "lhs";
|
602
|
+
readonly internalType: "bytes32";
|
603
|
+
readonly type: "bytes32";
|
604
|
+
}, {
|
605
|
+
readonly name: "rhs";
|
606
|
+
readonly internalType: "bytes32";
|
607
|
+
readonly type: "bytes32";
|
1324
608
|
}];
|
1325
|
-
readonly name: "
|
609
|
+
readonly name: "getOpResultHandle";
|
1326
610
|
readonly outputs: readonly [{
|
1327
|
-
readonly name: "
|
1328
|
-
readonly internalType: "
|
1329
|
-
readonly type: "
|
1330
|
-
}, {
|
1331
|
-
readonly name: "requests";
|
1332
|
-
readonly internalType: "struct Request[]";
|
1333
|
-
readonly type: "tuple[]";
|
1334
|
-
readonly components: readonly [{
|
1335
|
-
readonly name: "maxTimestamp";
|
1336
|
-
readonly internalType: "uint256";
|
1337
|
-
readonly type: "uint256";
|
1338
|
-
}, {
|
1339
|
-
readonly name: "callbackContract";
|
1340
|
-
readonly internalType: "address";
|
1341
|
-
readonly type: "address";
|
1342
|
-
}, {
|
1343
|
-
readonly name: "callbackSelector";
|
1344
|
-
readonly internalType: "bytes4";
|
1345
|
-
readonly type: "bytes4";
|
1346
|
-
}, {
|
1347
|
-
readonly name: "fulfilled";
|
1348
|
-
readonly internalType: "bool";
|
1349
|
-
readonly type: "bool";
|
1350
|
-
}, {
|
1351
|
-
readonly name: "data";
|
1352
|
-
readonly internalType: "bytes";
|
1353
|
-
readonly type: "bytes";
|
1354
|
-
}, {
|
1355
|
-
readonly name: "handle";
|
1356
|
-
readonly internalType: "bytes32";
|
1357
|
-
readonly type: "bytes32";
|
1358
|
-
}, {
|
1359
|
-
readonly name: "requestId";
|
1360
|
-
readonly internalType: "uint256";
|
1361
|
-
readonly type: "uint256";
|
1362
|
-
}];
|
611
|
+
readonly name: "generatedHandle";
|
612
|
+
readonly internalType: "bytes32";
|
613
|
+
readonly type: "bytes32";
|
1363
614
|
}];
|
1364
|
-
readonly stateMutability: "
|
615
|
+
readonly stateMutability: "pure";
|
1365
616
|
}, {
|
1366
617
|
readonly type: "function";
|
1367
618
|
readonly inputs: readonly [{
|
@@ -1383,45 +634,43 @@ export declare const iIncoLightningPreviewAbi: readonly [{
|
|
1383
634
|
}, {
|
1384
635
|
readonly type: "function";
|
1385
636
|
readonly inputs: readonly [];
|
1386
|
-
readonly name: "
|
637
|
+
readonly name: "getVersion";
|
1387
638
|
readonly outputs: readonly [{
|
1388
639
|
readonly name: "";
|
1389
|
-
readonly internalType: "
|
1390
|
-
readonly type: "
|
640
|
+
readonly internalType: "string";
|
641
|
+
readonly type: "string";
|
1391
642
|
}];
|
1392
|
-
readonly stateMutability: "
|
643
|
+
readonly stateMutability: "view";
|
1393
644
|
}, {
|
1394
645
|
readonly type: "function";
|
1395
|
-
readonly inputs: readonly [
|
1396
|
-
|
1397
|
-
|
1398
|
-
readonly
|
1399
|
-
|
1400
|
-
readonly
|
1401
|
-
|
646
|
+
readonly inputs: readonly [];
|
647
|
+
readonly name: "getVersionedName";
|
648
|
+
readonly outputs: readonly [{
|
649
|
+
readonly name: "";
|
650
|
+
readonly internalType: "string";
|
651
|
+
readonly type: "string";
|
652
|
+
}];
|
653
|
+
readonly stateMutability: "view";
|
654
|
+
}, {
|
655
|
+
readonly type: "function";
|
656
|
+
readonly inputs: readonly [];
|
657
|
+
readonly name: "incoVerifier";
|
658
|
+
readonly outputs: readonly [{
|
659
|
+
readonly name: "";
|
660
|
+
readonly internalType: "contract IIncoVerifier";
|
1402
661
|
readonly type: "address";
|
1403
662
|
}];
|
1404
|
-
readonly
|
1405
|
-
readonly outputs: readonly [];
|
1406
|
-
readonly stateMutability: "nonpayable";
|
663
|
+
readonly stateMutability: "view";
|
1407
664
|
}, {
|
1408
665
|
readonly type: "function";
|
1409
666
|
readonly inputs: readonly [{
|
1410
|
-
readonly name: "
|
1411
|
-
readonly internalType: "bytes32";
|
1412
|
-
readonly type: "bytes32";
|
1413
|
-
}, {
|
1414
|
-
readonly name: "account";
|
667
|
+
readonly name: "owner";
|
1415
668
|
readonly internalType: "address";
|
1416
669
|
readonly type: "address";
|
1417
670
|
}];
|
1418
|
-
readonly name: "
|
1419
|
-
readonly outputs: readonly [
|
1420
|
-
|
1421
|
-
readonly internalType: "bool";
|
1422
|
-
readonly type: "bool";
|
1423
|
-
}];
|
1424
|
-
readonly stateMutability: "view";
|
671
|
+
readonly name: "initialize";
|
672
|
+
readonly outputs: readonly [];
|
673
|
+
readonly stateMutability: "nonpayable";
|
1425
674
|
}, {
|
1426
675
|
readonly type: "function";
|
1427
676
|
readonly inputs: readonly [{
|
@@ -1432,44 +681,6 @@ export declare const iIncoLightningPreviewAbi: readonly [{
|
|
1432
681
|
readonly name: "account";
|
1433
682
|
readonly internalType: "address";
|
1434
683
|
readonly type: "address";
|
1435
|
-
}, {
|
1436
|
-
readonly name: "proof";
|
1437
|
-
readonly internalType: "struct AllowanceProof";
|
1438
|
-
readonly type: "tuple";
|
1439
|
-
readonly components: readonly [{
|
1440
|
-
readonly name: "sharer";
|
1441
|
-
readonly internalType: "address";
|
1442
|
-
readonly type: "address";
|
1443
|
-
}, {
|
1444
|
-
readonly name: "voucher";
|
1445
|
-
readonly internalType: "struct AllowanceVoucher";
|
1446
|
-
readonly type: "tuple";
|
1447
|
-
readonly components: readonly [{
|
1448
|
-
readonly name: "sessionNonce";
|
1449
|
-
readonly internalType: "bytes32";
|
1450
|
-
readonly type: "bytes32";
|
1451
|
-
}, {
|
1452
|
-
readonly name: "verifyingContract";
|
1453
|
-
readonly internalType: "address";
|
1454
|
-
readonly type: "address";
|
1455
|
-
}, {
|
1456
|
-
readonly name: "callFunction";
|
1457
|
-
readonly internalType: "bytes4";
|
1458
|
-
readonly type: "bytes4";
|
1459
|
-
}, {
|
1460
|
-
readonly name: "sharerArgData";
|
1461
|
-
readonly internalType: "bytes";
|
1462
|
-
readonly type: "bytes";
|
1463
|
-
}];
|
1464
|
-
}, {
|
1465
|
-
readonly name: "voucherSignature";
|
1466
|
-
readonly internalType: "bytes";
|
1467
|
-
readonly type: "bytes";
|
1468
|
-
}, {
|
1469
|
-
readonly name: "requesterArgData";
|
1470
|
-
readonly internalType: "bytes";
|
1471
|
-
readonly type: "bytes";
|
1472
|
-
}];
|
1473
684
|
}];
|
1474
685
|
readonly name: "isAllowed";
|
1475
686
|
readonly outputs: readonly [{
|
@@ -1477,33 +688,6 @@ export declare const iIncoLightningPreviewAbi: readonly [{
|
|
1477
688
|
readonly internalType: "bool";
|
1478
689
|
readonly type: "bool";
|
1479
690
|
}];
|
1480
|
-
readonly stateMutability: "nonpayable";
|
1481
|
-
}, {
|
1482
|
-
readonly type: "function";
|
1483
|
-
readonly inputs: readonly [{
|
1484
|
-
readonly name: "decryption";
|
1485
|
-
readonly internalType: "struct DecryptionAttestation";
|
1486
|
-
readonly type: "tuple";
|
1487
|
-
readonly components: readonly [{
|
1488
|
-
readonly name: "handle";
|
1489
|
-
readonly internalType: "bytes32";
|
1490
|
-
readonly type: "bytes32";
|
1491
|
-
}, {
|
1492
|
-
readonly name: "value";
|
1493
|
-
readonly internalType: "bytes32";
|
1494
|
-
readonly type: "bytes32";
|
1495
|
-
}];
|
1496
|
-
}, {
|
1497
|
-
readonly name: "signature";
|
1498
|
-
readonly internalType: "bytes";
|
1499
|
-
readonly type: "bytes";
|
1500
|
-
}];
|
1501
|
-
readonly name: "isValidDecryptionAttestation";
|
1502
|
-
readonly outputs: readonly [{
|
1503
|
-
readonly name: "";
|
1504
|
-
readonly internalType: "bool";
|
1505
|
-
readonly type: "bool";
|
1506
|
-
}];
|
1507
691
|
readonly stateMutability: "view";
|
1508
692
|
}, {
|
1509
693
|
readonly type: "function";
|
@@ -1823,38 +1007,6 @@ export declare const iIncoLightningPreviewAbi: readonly [{
|
|
1823
1007
|
readonly type: "bool";
|
1824
1008
|
}];
|
1825
1009
|
readonly stateMutability: "view";
|
1826
|
-
}, {
|
1827
|
-
readonly type: "function";
|
1828
|
-
readonly inputs: readonly [{
|
1829
|
-
readonly name: "callbackSelector";
|
1830
|
-
readonly internalType: "bytes4";
|
1831
|
-
readonly type: "bytes4";
|
1832
|
-
}, {
|
1833
|
-
readonly name: "maxTimestamp";
|
1834
|
-
readonly internalType: "uint256";
|
1835
|
-
readonly type: "uint256";
|
1836
|
-
}, {
|
1837
|
-
readonly name: "handle";
|
1838
|
-
readonly internalType: "bytes32";
|
1839
|
-
readonly type: "bytes32";
|
1840
|
-
}, {
|
1841
|
-
readonly name: "data";
|
1842
|
-
readonly internalType: "bytes";
|
1843
|
-
readonly type: "bytes";
|
1844
|
-
}];
|
1845
|
-
readonly name: "requestDecryption";
|
1846
|
-
readonly outputs: readonly [{
|
1847
|
-
readonly name: "requestId";
|
1848
|
-
readonly internalType: "uint256";
|
1849
|
-
readonly type: "uint256";
|
1850
|
-
}];
|
1851
|
-
readonly stateMutability: "nonpayable";
|
1852
|
-
}, {
|
1853
|
-
readonly type: "function";
|
1854
|
-
readonly inputs: readonly [];
|
1855
|
-
readonly name: "updateActiveVouchersSessionNonce";
|
1856
|
-
readonly outputs: readonly [];
|
1857
|
-
readonly stateMutability: "nonpayable";
|
1858
1010
|
}];
|
1859
1011
|
export declare const sessionVerifierAbi: readonly [{
|
1860
1012
|
readonly type: "constructor";
|
@@ -1903,40 +1055,6 @@ export declare const sessionVerifierAbi: readonly [{
|
|
1903
1055
|
readonly type: "bytes32";
|
1904
1056
|
}];
|
1905
1057
|
readonly stateMutability: "view";
|
1906
|
-
}, {
|
1907
|
-
readonly type: "function";
|
1908
|
-
readonly inputs: readonly [];
|
1909
|
-
readonly name: "eip712Domain";
|
1910
|
-
readonly outputs: readonly [{
|
1911
|
-
readonly name: "fields";
|
1912
|
-
readonly internalType: "bytes1";
|
1913
|
-
readonly type: "bytes1";
|
1914
|
-
}, {
|
1915
|
-
readonly name: "name";
|
1916
|
-
readonly internalType: "string";
|
1917
|
-
readonly type: "string";
|
1918
|
-
}, {
|
1919
|
-
readonly name: "version";
|
1920
|
-
readonly internalType: "string";
|
1921
|
-
readonly type: "string";
|
1922
|
-
}, {
|
1923
|
-
readonly name: "chainId";
|
1924
|
-
readonly internalType: "uint256";
|
1925
|
-
readonly type: "uint256";
|
1926
|
-
}, {
|
1927
|
-
readonly name: "verifyingContract";
|
1928
|
-
readonly internalType: "address";
|
1929
|
-
readonly type: "address";
|
1930
|
-
}, {
|
1931
|
-
readonly name: "salt";
|
1932
|
-
readonly internalType: "bytes32";
|
1933
|
-
readonly type: "bytes32";
|
1934
|
-
}, {
|
1935
|
-
readonly name: "extensions";
|
1936
|
-
readonly internalType: "uint256[]";
|
1937
|
-
readonly type: "uint256[]";
|
1938
|
-
}];
|
1939
|
-
readonly stateMutability: "view";
|
1940
1058
|
}, {
|
1941
1059
|
readonly type: "function";
|
1942
1060
|
readonly inputs: readonly [];
|
@@ -2067,11 +1185,6 @@ export declare const sessionVerifierAbi: readonly [{
|
|
2067
1185
|
readonly name: "upgradeToAndCall";
|
2068
1186
|
readonly outputs: readonly [];
|
2069
1187
|
readonly stateMutability: "payable";
|
2070
|
-
}, {
|
2071
|
-
readonly type: "event";
|
2072
|
-
readonly anonymous: false;
|
2073
|
-
readonly inputs: readonly [];
|
2074
|
-
readonly name: "EIP712DomainChanged";
|
2075
1188
|
}, {
|
2076
1189
|
readonly type: "event";
|
2077
1190
|
readonly anonymous: false;
|
@@ -2250,16 +1363,22 @@ export declare const voucherEip712CheckerAbi: readonly [{
|
|
2250
1363
|
readonly anonymous: false;
|
2251
1364
|
readonly inputs: readonly [];
|
2252
1365
|
readonly name: "EIP712DomainChanged";
|
1366
|
+
}, {
|
1367
|
+
readonly type: "event";
|
1368
|
+
readonly anonymous: false;
|
1369
|
+
readonly inputs: readonly [{
|
1370
|
+
readonly name: "version";
|
1371
|
+
readonly internalType: "uint64";
|
1372
|
+
readonly type: "uint64";
|
1373
|
+
readonly indexed: false;
|
1374
|
+
}];
|
1375
|
+
readonly name: "Initialized";
|
2253
1376
|
}, {
|
2254
1377
|
readonly type: "error";
|
2255
1378
|
readonly inputs: readonly [];
|
2256
|
-
readonly name: "
|
1379
|
+
readonly name: "InvalidInitialization";
|
2257
1380
|
}, {
|
2258
1381
|
readonly type: "error";
|
2259
|
-
readonly inputs: readonly [
|
2260
|
-
|
2261
|
-
readonly internalType: "string";
|
2262
|
-
readonly type: "string";
|
2263
|
-
}];
|
2264
|
-
readonly name: "StringTooLong";
|
1382
|
+
readonly inputs: readonly [];
|
1383
|
+
readonly name: "NotInitializing";
|
2265
1384
|
}];
|