@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
@@ -1,117 +1,49 @@
|
|
1
|
-
export declare const
|
1
|
+
export declare const incoVerifierAbi: readonly [{
|
2
2
|
readonly type: "constructor";
|
3
|
-
readonly inputs: readonly [];
|
4
|
-
readonly stateMutability: "nonpayable";
|
5
|
-
}, {
|
6
|
-
readonly type: "function";
|
7
|
-
readonly inputs: readonly [];
|
8
|
-
readonly name: "UPGRADE_INTERFACE_VERSION";
|
9
|
-
readonly outputs: readonly [{
|
10
|
-
readonly name: "";
|
11
|
-
readonly internalType: "string";
|
12
|
-
readonly type: "string";
|
13
|
-
}];
|
14
|
-
readonly stateMutability: "view";
|
15
|
-
}, {
|
16
|
-
readonly type: "function";
|
17
|
-
readonly inputs: readonly [];
|
18
|
-
readonly name: "acceptOwnership";
|
19
|
-
readonly outputs: readonly [];
|
20
|
-
readonly stateMutability: "nonpayable";
|
21
|
-
}, {
|
22
|
-
readonly type: "function";
|
23
3
|
readonly inputs: readonly [{
|
24
|
-
readonly name: "
|
4
|
+
readonly name: "_incoLightningAddress";
|
25
5
|
readonly internalType: "address";
|
26
6
|
readonly type: "address";
|
27
7
|
}];
|
28
|
-
readonly name: "addRelayer";
|
29
|
-
readonly outputs: readonly [];
|
30
8
|
readonly stateMutability: "nonpayable";
|
31
|
-
}, {
|
32
|
-
readonly type: "function";
|
33
|
-
readonly inputs: readonly [{
|
34
|
-
readonly name: "requestID";
|
35
|
-
readonly internalType: "uint256";
|
36
|
-
readonly type: "uint256";
|
37
|
-
}, {
|
38
|
-
readonly name: "decryptedCts";
|
39
|
-
readonly internalType: "bytes";
|
40
|
-
readonly type: "bytes";
|
41
|
-
}, {
|
42
|
-
readonly name: "signatures";
|
43
|
-
readonly internalType: "bytes[]";
|
44
|
-
readonly type: "bytes[]";
|
45
|
-
}];
|
46
|
-
readonly name: "fulfillRequest";
|
47
|
-
readonly outputs: readonly [];
|
48
|
-
readonly stateMutability: "payable";
|
49
9
|
}, {
|
50
10
|
readonly type: "function";
|
51
11
|
readonly inputs: readonly [];
|
52
|
-
readonly name: "
|
12
|
+
readonly name: "BootstrapComplete";
|
53
13
|
readonly outputs: readonly [{
|
54
14
|
readonly name: "";
|
55
|
-
readonly internalType: "
|
56
|
-
readonly type: "
|
57
|
-
}];
|
58
|
-
readonly stateMutability: "nonpayable";
|
59
|
-
}, {
|
60
|
-
readonly type: "function";
|
61
|
-
readonly inputs: readonly [];
|
62
|
-
readonly name: "getKmsVerifierAddress";
|
63
|
-
readonly outputs: readonly [{
|
64
|
-
readonly name: "";
|
65
|
-
readonly internalType: "address";
|
66
|
-
readonly type: "address";
|
15
|
+
readonly internalType: "bool";
|
16
|
+
readonly type: "bool";
|
67
17
|
}];
|
68
|
-
readonly stateMutability: "
|
18
|
+
readonly stateMutability: "view";
|
69
19
|
}, {
|
70
20
|
readonly type: "function";
|
71
21
|
readonly inputs: readonly [];
|
72
|
-
readonly name: "
|
22
|
+
readonly name: "BootstrapResultStructHash";
|
73
23
|
readonly outputs: readonly [{
|
74
24
|
readonly name: "";
|
75
|
-
readonly internalType: "
|
76
|
-
readonly type: "
|
25
|
+
readonly internalType: "bytes32";
|
26
|
+
readonly type: "bytes32";
|
77
27
|
}];
|
78
|
-
readonly stateMutability: "
|
28
|
+
readonly stateMutability: "view";
|
79
29
|
}, {
|
80
30
|
readonly type: "function";
|
81
31
|
readonly inputs: readonly [];
|
82
|
-
readonly name: "
|
32
|
+
readonly name: "ECIESPubkey";
|
83
33
|
readonly outputs: readonly [{
|
84
34
|
readonly name: "";
|
85
|
-
readonly internalType: "
|
86
|
-
readonly type: "
|
35
|
+
readonly internalType: "bytes";
|
36
|
+
readonly type: "bytes";
|
87
37
|
}];
|
88
|
-
readonly stateMutability: "
|
38
|
+
readonly stateMutability: "view";
|
89
39
|
}, {
|
90
40
|
readonly type: "function";
|
91
41
|
readonly inputs: readonly [{
|
92
|
-
readonly name: "
|
93
|
-
readonly internalType: "address";
|
94
|
-
readonly type: "address";
|
95
|
-
}, {
|
96
|
-
readonly name: "_kmsVerifierAddress";
|
97
|
-
readonly internalType: "address";
|
98
|
-
readonly type: "address";
|
99
|
-
}, {
|
100
|
-
readonly name: "_aclAddress";
|
42
|
+
readonly name: "";
|
101
43
|
readonly internalType: "address";
|
102
44
|
readonly type: "address";
|
103
45
|
}];
|
104
|
-
readonly name: "
|
105
|
-
readonly outputs: readonly [];
|
106
|
-
readonly stateMutability: "nonpayable";
|
107
|
-
}, {
|
108
|
-
readonly type: "function";
|
109
|
-
readonly inputs: readonly [{
|
110
|
-
readonly name: "requestID";
|
111
|
-
readonly internalType: "uint256";
|
112
|
-
readonly type: "uint256";
|
113
|
-
}];
|
114
|
-
readonly name: "isExpiredOrFulfilled";
|
46
|
+
readonly name: "EOASigners";
|
115
47
|
readonly outputs: readonly [{
|
116
48
|
readonly name: "";
|
117
49
|
readonly internalType: "bool";
|
@@ -120,331 +52,207 @@ export declare const gatewayContractAbi: readonly [{
|
|
120
52
|
readonly stateMutability: "view";
|
121
53
|
}, {
|
122
54
|
readonly type: "function";
|
123
|
-
readonly inputs: readonly [
|
124
|
-
|
125
|
-
readonly internalType: "address";
|
126
|
-
readonly type: "address";
|
127
|
-
}];
|
128
|
-
readonly name: "isRelayer";
|
55
|
+
readonly inputs: readonly [];
|
56
|
+
readonly name: "QUOTE_VERIFIER_VERSION";
|
129
57
|
readonly outputs: readonly [{
|
130
58
|
readonly name: "";
|
131
|
-
readonly internalType: "
|
132
|
-
readonly type: "
|
59
|
+
readonly internalType: "uint16";
|
60
|
+
readonly type: "uint16";
|
133
61
|
}];
|
134
|
-
readonly stateMutability: "
|
62
|
+
readonly stateMutability: "view";
|
135
63
|
}, {
|
136
64
|
readonly type: "function";
|
137
|
-
readonly inputs: readonly [
|
138
|
-
readonly name: "owner";
|
139
|
-
readonly outputs: readonly [{
|
65
|
+
readonly inputs: readonly [{
|
140
66
|
readonly name: "";
|
141
|
-
readonly internalType: "
|
142
|
-
readonly type: "
|
67
|
+
readonly internalType: "uint256";
|
68
|
+
readonly type: "uint256";
|
69
|
+
}];
|
70
|
+
readonly name: "TEEVersionHistory";
|
71
|
+
readonly outputs: readonly [{
|
72
|
+
readonly name: "mrtd";
|
73
|
+
readonly internalType: "bytes";
|
74
|
+
readonly type: "bytes";
|
75
|
+
}, {
|
76
|
+
readonly name: "status";
|
77
|
+
readonly internalType: "enum TEEVersionStatus";
|
78
|
+
readonly type: "uint8";
|
143
79
|
}];
|
144
80
|
readonly stateMutability: "view";
|
145
81
|
}, {
|
146
82
|
readonly type: "function";
|
147
83
|
readonly inputs: readonly [];
|
148
|
-
readonly name: "
|
84
|
+
readonly name: "UPGRADE_INTERFACE_VERSION";
|
149
85
|
readonly outputs: readonly [{
|
150
86
|
readonly name: "";
|
151
|
-
readonly internalType: "
|
152
|
-
readonly type: "
|
87
|
+
readonly internalType: "string";
|
88
|
+
readonly type: "string";
|
153
89
|
}];
|
154
90
|
readonly stateMutability: "view";
|
155
91
|
}, {
|
156
92
|
readonly type: "function";
|
157
93
|
readonly inputs: readonly [];
|
158
|
-
readonly name: "
|
94
|
+
readonly name: "VerifiedBootstrapResult";
|
159
95
|
readonly outputs: readonly [{
|
160
|
-
readonly name: "";
|
161
|
-
readonly internalType: "
|
162
|
-
readonly type: "
|
96
|
+
readonly name: "ecies_pubkey";
|
97
|
+
readonly internalType: "bytes";
|
98
|
+
readonly type: "bytes";
|
163
99
|
}];
|
164
100
|
readonly stateMutability: "view";
|
165
101
|
}, {
|
166
102
|
readonly type: "function";
|
167
103
|
readonly inputs: readonly [{
|
168
|
-
readonly name: "
|
169
|
-
readonly internalType: "bytes";
|
170
|
-
readonly type: "bytes";
|
171
|
-
}];
|
172
|
-
readonly name: "removeOffset";
|
173
|
-
readonly outputs: readonly [{
|
174
|
-
readonly name: "";
|
104
|
+
readonly name: "quote";
|
175
105
|
readonly internalType: "bytes";
|
176
106
|
readonly type: "bytes";
|
177
107
|
}];
|
178
|
-
readonly
|
108
|
+
readonly name: "addNewCovalidator";
|
109
|
+
readonly outputs: readonly [];
|
110
|
+
readonly stateMutability: "nonpayable";
|
179
111
|
}, {
|
180
112
|
readonly type: "function";
|
181
113
|
readonly inputs: readonly [{
|
182
|
-
readonly name: "
|
114
|
+
readonly name: "signerAddress";
|
183
115
|
readonly internalType: "address";
|
184
116
|
readonly type: "address";
|
185
117
|
}];
|
186
|
-
readonly name: "
|
187
|
-
readonly outputs: readonly [];
|
188
|
-
readonly stateMutability: "nonpayable";
|
189
|
-
}, {
|
190
|
-
readonly type: "function";
|
191
|
-
readonly inputs: readonly [];
|
192
|
-
readonly name: "renounceOwnership";
|
118
|
+
readonly name: "addSigner";
|
193
119
|
readonly outputs: readonly [];
|
194
120
|
readonly stateMutability: "nonpayable";
|
195
121
|
}, {
|
196
122
|
readonly type: "function";
|
197
123
|
readonly inputs: readonly [{
|
198
|
-
readonly name: "
|
199
|
-
readonly internalType: "
|
200
|
-
readonly type: "
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
124
|
+
readonly name: "voucher";
|
125
|
+
readonly internalType: "struct AllowanceVoucher";
|
126
|
+
readonly type: "tuple";
|
127
|
+
readonly components: readonly [{
|
128
|
+
readonly name: "sessionNonce";
|
129
|
+
readonly internalType: "bytes32";
|
130
|
+
readonly type: "bytes32";
|
131
|
+
}, {
|
132
|
+
readonly name: "verifyingContract";
|
133
|
+
readonly internalType: "address";
|
134
|
+
readonly type: "address";
|
135
|
+
}, {
|
136
|
+
readonly name: "callFunction";
|
137
|
+
readonly internalType: "bytes4";
|
138
|
+
readonly type: "bytes4";
|
139
|
+
}, {
|
140
|
+
readonly name: "sharerArgData";
|
141
|
+
readonly internalType: "bytes";
|
142
|
+
readonly type: "bytes";
|
143
|
+
}];
|
217
144
|
}];
|
218
|
-
readonly name: "
|
145
|
+
readonly name: "allowanceVoucherDigest";
|
219
146
|
readonly outputs: readonly [{
|
220
|
-
readonly name: "
|
221
|
-
readonly internalType: "
|
222
|
-
readonly type: "
|
147
|
+
readonly name: "";
|
148
|
+
readonly internalType: "bytes32";
|
149
|
+
readonly type: "bytes32";
|
223
150
|
}];
|
224
|
-
readonly stateMutability: "
|
151
|
+
readonly stateMutability: "view";
|
225
152
|
}, {
|
226
153
|
readonly type: "function";
|
227
154
|
readonly inputs: readonly [{
|
228
|
-
readonly name: "
|
229
|
-
readonly internalType: "
|
230
|
-
readonly type: "
|
155
|
+
readonly name: "newMRTD";
|
156
|
+
readonly internalType: "bytes";
|
157
|
+
readonly type: "bytes";
|
231
158
|
}];
|
232
|
-
readonly name: "
|
159
|
+
readonly name: "approveNewTEEVersion";
|
233
160
|
readonly outputs: readonly [];
|
234
161
|
readonly stateMutability: "nonpayable";
|
235
162
|
}, {
|
236
163
|
readonly type: "function";
|
237
164
|
readonly inputs: readonly [{
|
238
|
-
readonly name: "
|
239
|
-
readonly internalType: "
|
240
|
-
readonly type: "
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
165
|
+
readonly name: "bootstrapResult";
|
166
|
+
readonly internalType: "struct BootstrapResult";
|
167
|
+
readonly type: "tuple";
|
168
|
+
readonly components: readonly [{
|
169
|
+
readonly name: "ecies_pubkey";
|
170
|
+
readonly internalType: "bytes";
|
171
|
+
readonly type: "bytes";
|
172
|
+
}];
|
245
173
|
}];
|
246
|
-
readonly name: "
|
247
|
-
readonly outputs: readonly [
|
248
|
-
|
174
|
+
readonly name: "bootstrapResultDigest";
|
175
|
+
readonly outputs: readonly [{
|
176
|
+
readonly name: "";
|
177
|
+
readonly internalType: "bytes32";
|
178
|
+
readonly type: "bytes32";
|
179
|
+
}];
|
180
|
+
readonly stateMutability: "view";
|
249
181
|
}, {
|
250
|
-
readonly type: "
|
251
|
-
readonly anonymous: false;
|
182
|
+
readonly type: "function";
|
252
183
|
readonly inputs: readonly [{
|
253
|
-
readonly name: "
|
254
|
-
readonly internalType: "
|
255
|
-
readonly type: "
|
256
|
-
readonly
|
184
|
+
readonly name: "decryption";
|
185
|
+
readonly internalType: "struct DecryptionAttestation";
|
186
|
+
readonly type: "tuple";
|
187
|
+
readonly components: readonly [{
|
188
|
+
readonly name: "handle";
|
189
|
+
readonly internalType: "bytes32";
|
190
|
+
readonly type: "bytes32";
|
191
|
+
}, {
|
192
|
+
readonly name: "value";
|
193
|
+
readonly internalType: "bytes32";
|
194
|
+
readonly type: "bytes32";
|
195
|
+
}];
|
196
|
+
}];
|
197
|
+
readonly name: "decryptionAttestationDigest";
|
198
|
+
readonly outputs: readonly [{
|
199
|
+
readonly name: "";
|
200
|
+
readonly internalType: "bytes32";
|
201
|
+
readonly type: "bytes32";
|
257
202
|
}];
|
258
|
-
readonly
|
203
|
+
readonly stateMutability: "view";
|
259
204
|
}, {
|
260
|
-
readonly type: "
|
261
|
-
readonly
|
262
|
-
readonly
|
263
|
-
|
264
|
-
readonly
|
265
|
-
readonly
|
266
|
-
readonly
|
267
|
-
}, {
|
268
|
-
readonly name: "cts";
|
269
|
-
readonly internalType: "uint256[]";
|
270
|
-
readonly type: "uint256[]";
|
271
|
-
readonly indexed: false;
|
272
|
-
}, {
|
273
|
-
readonly name: "contractCaller";
|
274
|
-
readonly internalType: "address";
|
275
|
-
readonly type: "address";
|
276
|
-
readonly indexed: false;
|
205
|
+
readonly type: "function";
|
206
|
+
readonly inputs: readonly [];
|
207
|
+
readonly name: "eip712Domain";
|
208
|
+
readonly outputs: readonly [{
|
209
|
+
readonly name: "fields";
|
210
|
+
readonly internalType: "bytes1";
|
211
|
+
readonly type: "bytes1";
|
277
212
|
}, {
|
278
|
-
readonly name: "
|
279
|
-
readonly internalType: "
|
280
|
-
readonly type: "
|
281
|
-
readonly indexed: false;
|
213
|
+
readonly name: "name";
|
214
|
+
readonly internalType: "string";
|
215
|
+
readonly type: "string";
|
282
216
|
}, {
|
283
|
-
readonly name: "
|
284
|
-
readonly internalType: "
|
285
|
-
readonly type: "
|
286
|
-
readonly indexed: false;
|
217
|
+
readonly name: "version";
|
218
|
+
readonly internalType: "string";
|
219
|
+
readonly type: "string";
|
287
220
|
}, {
|
288
|
-
readonly name: "
|
221
|
+
readonly name: "chainId";
|
289
222
|
readonly internalType: "uint256";
|
290
223
|
readonly type: "uint256";
|
291
|
-
readonly indexed: false;
|
292
224
|
}, {
|
293
|
-
readonly name: "
|
294
|
-
readonly internalType: "bool";
|
295
|
-
readonly type: "bool";
|
296
|
-
readonly indexed: false;
|
297
|
-
}];
|
298
|
-
readonly name: "EventDecryption";
|
299
|
-
}, {
|
300
|
-
readonly type: "event";
|
301
|
-
readonly anonymous: false;
|
302
|
-
readonly inputs: readonly [{
|
303
|
-
readonly name: "version";
|
304
|
-
readonly internalType: "uint64";
|
305
|
-
readonly type: "uint64";
|
306
|
-
readonly indexed: false;
|
307
|
-
}];
|
308
|
-
readonly name: "Initialized";
|
309
|
-
}, {
|
310
|
-
readonly type: "event";
|
311
|
-
readonly anonymous: false;
|
312
|
-
readonly inputs: readonly [{
|
313
|
-
readonly name: "previousOwner";
|
314
|
-
readonly internalType: "address";
|
315
|
-
readonly type: "address";
|
316
|
-
readonly indexed: true;
|
317
|
-
}, {
|
318
|
-
readonly name: "newOwner";
|
319
|
-
readonly internalType: "address";
|
320
|
-
readonly type: "address";
|
321
|
-
readonly indexed: true;
|
322
|
-
}];
|
323
|
-
readonly name: "OwnershipTransferStarted";
|
324
|
-
}, {
|
325
|
-
readonly type: "event";
|
326
|
-
readonly anonymous: false;
|
327
|
-
readonly inputs: readonly [{
|
328
|
-
readonly name: "previousOwner";
|
329
|
-
readonly internalType: "address";
|
330
|
-
readonly type: "address";
|
331
|
-
readonly indexed: true;
|
332
|
-
}, {
|
333
|
-
readonly name: "newOwner";
|
334
|
-
readonly internalType: "address";
|
335
|
-
readonly type: "address";
|
336
|
-
readonly indexed: true;
|
337
|
-
}];
|
338
|
-
readonly name: "OwnershipTransferred";
|
339
|
-
}, {
|
340
|
-
readonly type: "event";
|
341
|
-
readonly anonymous: false;
|
342
|
-
readonly inputs: readonly [{
|
343
|
-
readonly name: "relayer";
|
225
|
+
readonly name: "verifyingContract";
|
344
226
|
readonly internalType: "address";
|
345
227
|
readonly type: "address";
|
346
|
-
readonly indexed: true;
|
347
|
-
}];
|
348
|
-
readonly name: "RemovedRelayer";
|
349
|
-
}, {
|
350
|
-
readonly type: "event";
|
351
|
-
readonly anonymous: false;
|
352
|
-
readonly inputs: readonly [{
|
353
|
-
readonly name: "requestID";
|
354
|
-
readonly internalType: "uint256";
|
355
|
-
readonly type: "uint256";
|
356
|
-
readonly indexed: true;
|
357
228
|
}, {
|
358
|
-
readonly name: "
|
359
|
-
readonly internalType: "
|
360
|
-
readonly type: "
|
361
|
-
readonly indexed: false;
|
229
|
+
readonly name: "salt";
|
230
|
+
readonly internalType: "bytes32";
|
231
|
+
readonly type: "bytes32";
|
362
232
|
}, {
|
363
|
-
readonly name: "
|
364
|
-
readonly internalType: "
|
365
|
-
readonly type: "
|
366
|
-
readonly indexed: false;
|
367
|
-
}];
|
368
|
-
readonly name: "ResultCallback";
|
369
|
-
}, {
|
370
|
-
readonly type: "event";
|
371
|
-
readonly anonymous: false;
|
372
|
-
readonly inputs: readonly [{
|
373
|
-
readonly name: "implementation";
|
374
|
-
readonly internalType: "address";
|
375
|
-
readonly type: "address";
|
376
|
-
readonly indexed: true;
|
377
|
-
}];
|
378
|
-
readonly name: "Upgraded";
|
379
|
-
}, {
|
380
|
-
readonly type: "error";
|
381
|
-
readonly inputs: readonly [{
|
382
|
-
readonly name: "target";
|
383
|
-
readonly internalType: "address";
|
384
|
-
readonly type: "address";
|
385
|
-
}];
|
386
|
-
readonly name: "AddressEmptyCode";
|
387
|
-
}, {
|
388
|
-
readonly type: "error";
|
389
|
-
readonly inputs: readonly [{
|
390
|
-
readonly name: "implementation";
|
391
|
-
readonly internalType: "address";
|
392
|
-
readonly type: "address";
|
393
|
-
}];
|
394
|
-
readonly name: "ERC1967InvalidImplementation";
|
395
|
-
}, {
|
396
|
-
readonly type: "error";
|
397
|
-
readonly inputs: readonly [];
|
398
|
-
readonly name: "ERC1967NonPayable";
|
399
|
-
}, {
|
400
|
-
readonly type: "error";
|
401
|
-
readonly inputs: readonly [];
|
402
|
-
readonly name: "FailedCall";
|
403
|
-
}, {
|
404
|
-
readonly type: "error";
|
405
|
-
readonly inputs: readonly [];
|
406
|
-
readonly name: "InvalidInitialization";
|
407
|
-
}, {
|
408
|
-
readonly type: "error";
|
409
|
-
readonly inputs: readonly [];
|
410
|
-
readonly name: "NotInitializing";
|
411
|
-
}, {
|
412
|
-
readonly type: "error";
|
413
|
-
readonly inputs: readonly [{
|
414
|
-
readonly name: "owner";
|
415
|
-
readonly internalType: "address";
|
416
|
-
readonly type: "address";
|
233
|
+
readonly name: "extensions";
|
234
|
+
readonly internalType: "uint256[]";
|
235
|
+
readonly type: "uint256[]";
|
417
236
|
}];
|
418
|
-
readonly
|
237
|
+
readonly stateMutability: "view";
|
419
238
|
}, {
|
420
|
-
readonly type: "
|
239
|
+
readonly type: "function";
|
421
240
|
readonly inputs: readonly [{
|
422
241
|
readonly name: "account";
|
423
242
|
readonly internalType: "address";
|
424
243
|
readonly type: "address";
|
425
244
|
}];
|
426
|
-
readonly name: "
|
427
|
-
|
428
|
-
|
429
|
-
readonly inputs: readonly [];
|
430
|
-
readonly name: "UUPSUnauthorizedCallContext";
|
431
|
-
}, {
|
432
|
-
readonly type: "error";
|
433
|
-
readonly inputs: readonly [{
|
434
|
-
readonly name: "slot";
|
245
|
+
readonly name: "getActiveVouchersSessionNonce";
|
246
|
+
readonly outputs: readonly [{
|
247
|
+
readonly name: "";
|
435
248
|
readonly internalType: "bytes32";
|
436
249
|
readonly type: "bytes32";
|
437
250
|
}];
|
438
|
-
readonly
|
439
|
-
}];
|
440
|
-
export declare const kmsVerifierAbi: readonly [{
|
441
|
-
readonly type: "constructor";
|
442
|
-
readonly inputs: readonly [];
|
443
|
-
readonly stateMutability: "nonpayable";
|
251
|
+
readonly stateMutability: "view";
|
444
252
|
}, {
|
445
253
|
readonly type: "function";
|
446
254
|
readonly inputs: readonly [];
|
447
|
-
readonly name: "
|
255
|
+
readonly name: "getEIP712Name";
|
448
256
|
readonly outputs: readonly [{
|
449
257
|
readonly name: "";
|
450
258
|
readonly internalType: "string";
|
@@ -454,37 +262,19 @@ export declare const kmsVerifierAbi: readonly [{
|
|
454
262
|
}, {
|
455
263
|
readonly type: "function";
|
456
264
|
readonly inputs: readonly [];
|
457
|
-
readonly name: "
|
265
|
+
readonly name: "getEIP712Version";
|
458
266
|
readonly outputs: readonly [{
|
459
267
|
readonly name: "";
|
460
268
|
readonly internalType: "string";
|
461
269
|
readonly type: "string";
|
462
270
|
}];
|
463
271
|
readonly stateMutability: "view";
|
464
|
-
}, {
|
465
|
-
readonly type: "function";
|
466
|
-
readonly inputs: readonly [];
|
467
|
-
readonly name: "acceptOwnership";
|
468
|
-
readonly outputs: readonly [];
|
469
|
-
readonly stateMutability: "nonpayable";
|
470
272
|
}, {
|
471
273
|
readonly type: "function";
|
472
274
|
readonly inputs: readonly [{
|
473
|
-
readonly name: "
|
275
|
+
readonly name: "owner";
|
474
276
|
readonly internalType: "address";
|
475
277
|
readonly type: "address";
|
476
|
-
}];
|
477
|
-
readonly name: "addSigner";
|
478
|
-
readonly outputs: readonly [];
|
479
|
-
readonly stateMutability: "nonpayable";
|
480
|
-
}, {
|
481
|
-
readonly type: "function";
|
482
|
-
readonly inputs: readonly [];
|
483
|
-
readonly name: "eip712Domain";
|
484
|
-
readonly outputs: readonly [{
|
485
|
-
readonly name: "fields";
|
486
|
-
readonly internalType: "bytes1";
|
487
|
-
readonly type: "bytes1";
|
488
278
|
}, {
|
489
279
|
readonly name: "name";
|
490
280
|
readonly internalType: "string";
|
@@ -494,97 +284,138 @@ export declare const kmsVerifierAbi: readonly [{
|
|
494
284
|
readonly internalType: "string";
|
495
285
|
readonly type: "string";
|
496
286
|
}, {
|
497
|
-
readonly name: "
|
498
|
-
readonly internalType: "
|
499
|
-
readonly type: "uint256";
|
500
|
-
}, {
|
501
|
-
readonly name: "verifyingContract";
|
502
|
-
readonly internalType: "address";
|
287
|
+
readonly name: "quoteVerifier";
|
288
|
+
readonly internalType: "contract IQuoteVerifier";
|
503
289
|
readonly type: "address";
|
504
|
-
}
|
505
|
-
|
290
|
+
}];
|
291
|
+
readonly name: "initialize";
|
292
|
+
readonly outputs: readonly [];
|
293
|
+
readonly stateMutability: "nonpayable";
|
294
|
+
}, {
|
295
|
+
readonly type: "function";
|
296
|
+
readonly inputs: readonly [{
|
297
|
+
readonly name: "handle";
|
506
298
|
readonly internalType: "bytes32";
|
507
299
|
readonly type: "bytes32";
|
508
300
|
}, {
|
509
|
-
readonly name: "
|
510
|
-
readonly internalType: "
|
511
|
-
readonly type: "
|
301
|
+
readonly name: "account";
|
302
|
+
readonly internalType: "address";
|
303
|
+
readonly type: "address";
|
304
|
+
}, {
|
305
|
+
readonly name: "proof";
|
306
|
+
readonly internalType: "struct AllowanceProof";
|
307
|
+
readonly type: "tuple";
|
308
|
+
readonly components: readonly [{
|
309
|
+
readonly name: "sharer";
|
310
|
+
readonly internalType: "address";
|
311
|
+
readonly type: "address";
|
312
|
+
}, {
|
313
|
+
readonly name: "voucher";
|
314
|
+
readonly internalType: "struct AllowanceVoucher";
|
315
|
+
readonly type: "tuple";
|
316
|
+
readonly components: readonly [{
|
317
|
+
readonly name: "sessionNonce";
|
318
|
+
readonly internalType: "bytes32";
|
319
|
+
readonly type: "bytes32";
|
320
|
+
}, {
|
321
|
+
readonly name: "verifyingContract";
|
322
|
+
readonly internalType: "address";
|
323
|
+
readonly type: "address";
|
324
|
+
}, {
|
325
|
+
readonly name: "callFunction";
|
326
|
+
readonly internalType: "bytes4";
|
327
|
+
readonly type: "bytes4";
|
328
|
+
}, {
|
329
|
+
readonly name: "sharerArgData";
|
330
|
+
readonly internalType: "bytes";
|
331
|
+
readonly type: "bytes";
|
332
|
+
}];
|
333
|
+
}, {
|
334
|
+
readonly name: "voucherSignature";
|
335
|
+
readonly internalType: "bytes";
|
336
|
+
readonly type: "bytes";
|
337
|
+
}, {
|
338
|
+
readonly name: "requesterArgData";
|
339
|
+
readonly internalType: "bytes";
|
340
|
+
readonly type: "bytes";
|
341
|
+
}];
|
512
342
|
}];
|
513
|
-
readonly
|
514
|
-
}, {
|
515
|
-
readonly type: "function";
|
516
|
-
readonly inputs: readonly [];
|
517
|
-
readonly name: "getSigners";
|
343
|
+
readonly name: "isAllowedWithProof";
|
518
344
|
readonly outputs: readonly [{
|
519
345
|
readonly name: "";
|
520
|
-
readonly internalType: "
|
521
|
-
readonly type: "
|
346
|
+
readonly internalType: "bool";
|
347
|
+
readonly type: "bool";
|
522
348
|
}];
|
523
|
-
readonly stateMutability: "
|
349
|
+
readonly stateMutability: "nonpayable";
|
524
350
|
}, {
|
525
351
|
readonly type: "function";
|
526
352
|
readonly inputs: readonly [];
|
527
|
-
readonly name: "
|
353
|
+
readonly name: "isBootstrapComplete";
|
528
354
|
readonly outputs: readonly [{
|
529
355
|
readonly name: "";
|
530
|
-
readonly internalType: "
|
531
|
-
readonly type: "
|
356
|
+
readonly internalType: "bool";
|
357
|
+
readonly type: "bool";
|
532
358
|
}];
|
533
359
|
readonly stateMutability: "view";
|
534
360
|
}, {
|
535
361
|
readonly type: "function";
|
536
|
-
readonly inputs: readonly [
|
537
|
-
|
538
|
-
|
539
|
-
readonly
|
540
|
-
readonly internalType: "string";
|
541
|
-
readonly type: "string";
|
362
|
+
readonly inputs: readonly [{
|
363
|
+
readonly name: "signerAddress";
|
364
|
+
readonly internalType: "address";
|
365
|
+
readonly type: "address";
|
542
366
|
}];
|
543
|
-
readonly
|
544
|
-
}, {
|
545
|
-
readonly type: "function";
|
546
|
-
readonly inputs: readonly [];
|
547
|
-
readonly name: "get_CIPHERTEXTVERIFICATION_KMS_TYPE";
|
367
|
+
readonly name: "isSigner";
|
548
368
|
readonly outputs: readonly [{
|
549
369
|
readonly name: "";
|
550
|
-
readonly internalType: "
|
551
|
-
readonly type: "
|
370
|
+
readonly internalType: "bool";
|
371
|
+
readonly type: "bool";
|
552
372
|
}];
|
553
373
|
readonly stateMutability: "view";
|
554
374
|
}, {
|
555
375
|
readonly type: "function";
|
556
|
-
readonly inputs: readonly [
|
557
|
-
|
376
|
+
readonly inputs: readonly [{
|
377
|
+
readonly name: "decryption";
|
378
|
+
readonly internalType: "struct DecryptionAttestation";
|
379
|
+
readonly type: "tuple";
|
380
|
+
readonly components: readonly [{
|
381
|
+
readonly name: "handle";
|
382
|
+
readonly internalType: "bytes32";
|
383
|
+
readonly type: "bytes32";
|
384
|
+
}, {
|
385
|
+
readonly name: "value";
|
386
|
+
readonly internalType: "bytes32";
|
387
|
+
readonly type: "bytes32";
|
388
|
+
}];
|
389
|
+
}, {
|
390
|
+
readonly name: "signature";
|
391
|
+
readonly internalType: "bytes";
|
392
|
+
readonly type: "bytes";
|
393
|
+
}];
|
394
|
+
readonly name: "isValidDecryptionAttestation";
|
558
395
|
readonly outputs: readonly [{
|
559
396
|
readonly name: "";
|
560
|
-
readonly internalType: "
|
561
|
-
readonly type: "
|
397
|
+
readonly internalType: "bool";
|
398
|
+
readonly type: "bool";
|
562
399
|
}];
|
563
400
|
readonly stateMutability: "view";
|
564
401
|
}, {
|
565
402
|
readonly type: "function";
|
566
403
|
readonly inputs: readonly [{
|
567
|
-
readonly name: "
|
568
|
-
readonly internalType: "
|
569
|
-
readonly type: "
|
570
|
-
}
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
}, {
|
575
|
-
readonly type: "function";
|
576
|
-
readonly inputs: readonly [{
|
577
|
-
readonly name: "account";
|
578
|
-
readonly internalType: "address";
|
579
|
-
readonly type: "address";
|
404
|
+
readonly name: "hash";
|
405
|
+
readonly internalType: "bytes32";
|
406
|
+
readonly type: "bytes32";
|
407
|
+
}, {
|
408
|
+
readonly name: "signature";
|
409
|
+
readonly internalType: "bytes";
|
410
|
+
readonly type: "bytes";
|
580
411
|
}];
|
581
|
-
readonly name: "
|
412
|
+
readonly name: "isValidSignature";
|
582
413
|
readonly outputs: readonly [{
|
583
414
|
readonly name: "";
|
584
415
|
readonly internalType: "bool";
|
585
416
|
readonly type: "bool";
|
586
417
|
}];
|
587
|
-
readonly stateMutability: "
|
418
|
+
readonly stateMutability: "view";
|
588
419
|
}, {
|
589
420
|
readonly type: "function";
|
590
421
|
readonly inputs: readonly [];
|
@@ -597,14 +428,158 @@ export declare const kmsVerifierAbi: readonly [{
|
|
597
428
|
readonly stateMutability: "view";
|
598
429
|
}, {
|
599
430
|
readonly type: "function";
|
600
|
-
readonly inputs: readonly [
|
601
|
-
|
431
|
+
readonly inputs: readonly [{
|
432
|
+
readonly name: "tdReport";
|
433
|
+
readonly internalType: "struct TD10ReportBody";
|
434
|
+
readonly type: "tuple";
|
435
|
+
readonly components: readonly [{
|
436
|
+
readonly name: "teeTcbSvn";
|
437
|
+
readonly internalType: "bytes16";
|
438
|
+
readonly type: "bytes16";
|
439
|
+
}, {
|
440
|
+
readonly name: "mrSeam";
|
441
|
+
readonly internalType: "bytes";
|
442
|
+
readonly type: "bytes";
|
443
|
+
}, {
|
444
|
+
readonly name: "mrsignerSeam";
|
445
|
+
readonly internalType: "bytes";
|
446
|
+
readonly type: "bytes";
|
447
|
+
}, {
|
448
|
+
readonly name: "seamAttributes";
|
449
|
+
readonly internalType: "bytes8";
|
450
|
+
readonly type: "bytes8";
|
451
|
+
}, {
|
452
|
+
readonly name: "tdAttributes";
|
453
|
+
readonly internalType: "bytes8";
|
454
|
+
readonly type: "bytes8";
|
455
|
+
}, {
|
456
|
+
readonly name: "xFAM";
|
457
|
+
readonly internalType: "bytes8";
|
458
|
+
readonly type: "bytes8";
|
459
|
+
}, {
|
460
|
+
readonly name: "mrTd";
|
461
|
+
readonly internalType: "bytes";
|
462
|
+
readonly type: "bytes";
|
463
|
+
}, {
|
464
|
+
readonly name: "mrConfigId";
|
465
|
+
readonly internalType: "bytes";
|
466
|
+
readonly type: "bytes";
|
467
|
+
}, {
|
468
|
+
readonly name: "mrOwner";
|
469
|
+
readonly internalType: "bytes";
|
470
|
+
readonly type: "bytes";
|
471
|
+
}, {
|
472
|
+
readonly name: "mrOwnerConfig";
|
473
|
+
readonly internalType: "bytes";
|
474
|
+
readonly type: "bytes";
|
475
|
+
}, {
|
476
|
+
readonly name: "rtMr0";
|
477
|
+
readonly internalType: "bytes";
|
478
|
+
readonly type: "bytes";
|
479
|
+
}, {
|
480
|
+
readonly name: "rtMr1";
|
481
|
+
readonly internalType: "bytes";
|
482
|
+
readonly type: "bytes";
|
483
|
+
}, {
|
484
|
+
readonly name: "rtMr2";
|
485
|
+
readonly internalType: "bytes";
|
486
|
+
readonly type: "bytes";
|
487
|
+
}, {
|
488
|
+
readonly name: "rtMr3";
|
489
|
+
readonly internalType: "bytes";
|
490
|
+
readonly type: "bytes";
|
491
|
+
}, {
|
492
|
+
readonly name: "reportData";
|
493
|
+
readonly internalType: "bytes";
|
494
|
+
readonly type: "bytes";
|
495
|
+
}];
|
496
|
+
}];
|
497
|
+
readonly name: "parseReport";
|
602
498
|
readonly outputs: readonly [{
|
603
499
|
readonly name: "";
|
604
500
|
readonly internalType: "address";
|
605
501
|
readonly type: "address";
|
502
|
+
}, {
|
503
|
+
readonly name: "";
|
504
|
+
readonly internalType: "bytes";
|
505
|
+
readonly type: "bytes";
|
606
506
|
}];
|
607
|
-
readonly stateMutability: "
|
507
|
+
readonly stateMutability: "pure";
|
508
|
+
}, {
|
509
|
+
readonly type: "function";
|
510
|
+
readonly inputs: readonly [{
|
511
|
+
readonly name: "rawQuote";
|
512
|
+
readonly internalType: "bytes";
|
513
|
+
readonly type: "bytes";
|
514
|
+
}];
|
515
|
+
readonly name: "parseTD10ReportBody";
|
516
|
+
readonly outputs: readonly [{
|
517
|
+
readonly name: "report";
|
518
|
+
readonly internalType: "struct TD10ReportBody";
|
519
|
+
readonly type: "tuple";
|
520
|
+
readonly components: readonly [{
|
521
|
+
readonly name: "teeTcbSvn";
|
522
|
+
readonly internalType: "bytes16";
|
523
|
+
readonly type: "bytes16";
|
524
|
+
}, {
|
525
|
+
readonly name: "mrSeam";
|
526
|
+
readonly internalType: "bytes";
|
527
|
+
readonly type: "bytes";
|
528
|
+
}, {
|
529
|
+
readonly name: "mrsignerSeam";
|
530
|
+
readonly internalType: "bytes";
|
531
|
+
readonly type: "bytes";
|
532
|
+
}, {
|
533
|
+
readonly name: "seamAttributes";
|
534
|
+
readonly internalType: "bytes8";
|
535
|
+
readonly type: "bytes8";
|
536
|
+
}, {
|
537
|
+
readonly name: "tdAttributes";
|
538
|
+
readonly internalType: "bytes8";
|
539
|
+
readonly type: "bytes8";
|
540
|
+
}, {
|
541
|
+
readonly name: "xFAM";
|
542
|
+
readonly internalType: "bytes8";
|
543
|
+
readonly type: "bytes8";
|
544
|
+
}, {
|
545
|
+
readonly name: "mrTd";
|
546
|
+
readonly internalType: "bytes";
|
547
|
+
readonly type: "bytes";
|
548
|
+
}, {
|
549
|
+
readonly name: "mrConfigId";
|
550
|
+
readonly internalType: "bytes";
|
551
|
+
readonly type: "bytes";
|
552
|
+
}, {
|
553
|
+
readonly name: "mrOwner";
|
554
|
+
readonly internalType: "bytes";
|
555
|
+
readonly type: "bytes";
|
556
|
+
}, {
|
557
|
+
readonly name: "mrOwnerConfig";
|
558
|
+
readonly internalType: "bytes";
|
559
|
+
readonly type: "bytes";
|
560
|
+
}, {
|
561
|
+
readonly name: "rtMr0";
|
562
|
+
readonly internalType: "bytes";
|
563
|
+
readonly type: "bytes";
|
564
|
+
}, {
|
565
|
+
readonly name: "rtMr1";
|
566
|
+
readonly internalType: "bytes";
|
567
|
+
readonly type: "bytes";
|
568
|
+
}, {
|
569
|
+
readonly name: "rtMr2";
|
570
|
+
readonly internalType: "bytes";
|
571
|
+
readonly type: "bytes";
|
572
|
+
}, {
|
573
|
+
readonly name: "rtMr3";
|
574
|
+
readonly internalType: "bytes";
|
575
|
+
readonly type: "bytes";
|
576
|
+
}, {
|
577
|
+
readonly name: "reportData";
|
578
|
+
readonly internalType: "bytes";
|
579
|
+
readonly type: "bytes";
|
580
|
+
}];
|
581
|
+
}];
|
582
|
+
readonly stateMutability: "pure";
|
608
583
|
}, {
|
609
584
|
readonly type: "function";
|
610
585
|
readonly inputs: readonly [];
|
@@ -615,10 +590,20 @@ export declare const kmsVerifierAbi: readonly [{
|
|
615
590
|
readonly type: "bytes32";
|
616
591
|
}];
|
617
592
|
readonly stateMutability: "view";
|
593
|
+
}, {
|
594
|
+
readonly type: "function";
|
595
|
+
readonly inputs: readonly [];
|
596
|
+
readonly name: "quoteVerifier";
|
597
|
+
readonly outputs: readonly [{
|
598
|
+
readonly name: "";
|
599
|
+
readonly internalType: "contract IQuoteVerifier";
|
600
|
+
readonly type: "address";
|
601
|
+
}];
|
602
|
+
readonly stateMutability: "view";
|
618
603
|
}, {
|
619
604
|
readonly type: "function";
|
620
605
|
readonly inputs: readonly [{
|
621
|
-
readonly name: "
|
606
|
+
readonly name: "signerAddress";
|
622
607
|
readonly internalType: "address";
|
623
608
|
readonly type: "address";
|
624
609
|
}];
|
@@ -641,6 +626,12 @@ export declare const kmsVerifierAbi: readonly [{
|
|
641
626
|
readonly name: "transferOwnership";
|
642
627
|
readonly outputs: readonly [];
|
643
628
|
readonly stateMutability: "nonpayable";
|
629
|
+
}, {
|
630
|
+
readonly type: "function";
|
631
|
+
readonly inputs: readonly [];
|
632
|
+
readonly name: "updateActiveVouchersSessionNonce";
|
633
|
+
readonly outputs: readonly [];
|
634
|
+
readonly stateMutability: "nonpayable";
|
644
635
|
}, {
|
645
636
|
readonly type: "function";
|
646
637
|
readonly inputs: readonly [{
|
@@ -658,64 +649,88 @@ export declare const kmsVerifierAbi: readonly [{
|
|
658
649
|
}, {
|
659
650
|
readonly type: "function";
|
660
651
|
readonly inputs: readonly [{
|
661
|
-
readonly name: "
|
662
|
-
readonly internalType: "
|
663
|
-
readonly type: "
|
652
|
+
readonly name: "tcbInfo";
|
653
|
+
readonly internalType: "struct TcbInfoJsonObj";
|
654
|
+
readonly type: "tuple";
|
655
|
+
readonly components: readonly [{
|
656
|
+
readonly name: "tcbInfoStr";
|
657
|
+
readonly internalType: "string";
|
658
|
+
readonly type: "string";
|
659
|
+
}, {
|
660
|
+
readonly name: "signature";
|
661
|
+
readonly internalType: "bytes";
|
662
|
+
readonly type: "bytes";
|
663
|
+
}];
|
664
664
|
}, {
|
665
|
-
readonly name: "
|
666
|
-
readonly internalType: "
|
667
|
-
readonly type: "
|
665
|
+
readonly name: "identity";
|
666
|
+
readonly internalType: "struct EnclaveIdentityJsonObj";
|
667
|
+
readonly type: "tuple";
|
668
|
+
readonly components: readonly [{
|
669
|
+
readonly name: "identityStr";
|
670
|
+
readonly internalType: "string";
|
671
|
+
readonly type: "string";
|
672
|
+
}, {
|
673
|
+
readonly name: "signature";
|
674
|
+
readonly internalType: "bytes";
|
675
|
+
readonly type: "bytes";
|
676
|
+
}];
|
677
|
+
}];
|
678
|
+
readonly name: "uploadCollateral";
|
679
|
+
readonly outputs: readonly [];
|
680
|
+
readonly stateMutability: "nonpayable";
|
681
|
+
}, {
|
682
|
+
readonly type: "function";
|
683
|
+
readonly inputs: readonly [{
|
684
|
+
readonly name: "bootstrapResult";
|
685
|
+
readonly internalType: "struct BootstrapResult";
|
686
|
+
readonly type: "tuple";
|
687
|
+
readonly components: readonly [{
|
688
|
+
readonly name: "ecies_pubkey";
|
689
|
+
readonly internalType: "bytes";
|
690
|
+
readonly type: "bytes";
|
691
|
+
}];
|
668
692
|
}, {
|
669
|
-
readonly name: "
|
693
|
+
readonly name: "quote";
|
670
694
|
readonly internalType: "bytes";
|
671
695
|
readonly type: "bytes";
|
672
696
|
}, {
|
673
|
-
readonly name: "
|
674
|
-
readonly internalType: "bytes
|
675
|
-
readonly type: "bytes
|
676
|
-
}];
|
677
|
-
readonly name: "verifyDecryptionEIP712KMSSignatures";
|
678
|
-
readonly outputs: readonly [{
|
679
|
-
readonly name: "";
|
680
|
-
readonly internalType: "bool";
|
681
|
-
readonly type: "bool";
|
697
|
+
readonly name: "signature";
|
698
|
+
readonly internalType: "bytes";
|
699
|
+
readonly type: "bytes";
|
682
700
|
}];
|
701
|
+
readonly name: "verifyBootstrapResult";
|
702
|
+
readonly outputs: readonly [];
|
683
703
|
readonly stateMutability: "nonpayable";
|
684
704
|
}, {
|
685
|
-
readonly type: "
|
705
|
+
readonly type: "event";
|
706
|
+
readonly anonymous: false;
|
707
|
+
readonly inputs: readonly [{
|
708
|
+
readonly name: "signerAddress";
|
709
|
+
readonly internalType: "address";
|
710
|
+
readonly type: "address";
|
711
|
+
readonly indexed: false;
|
712
|
+
}];
|
713
|
+
readonly name: "AddedSignatureVerifier";
|
714
|
+
}, {
|
715
|
+
readonly type: "event";
|
716
|
+
readonly anonymous: false;
|
686
717
|
readonly inputs: readonly [{
|
687
|
-
readonly name: "
|
688
|
-
readonly internalType: "
|
718
|
+
readonly name: "newEOASigner";
|
719
|
+
readonly internalType: "address";
|
720
|
+
readonly type: "address";
|
721
|
+
readonly indexed: true;
|
722
|
+
}, {
|
723
|
+
readonly name: "bootstrapResult";
|
724
|
+
readonly internalType: "struct BootstrapResult";
|
689
725
|
readonly type: "tuple";
|
690
726
|
readonly components: readonly [{
|
691
|
-
readonly name: "
|
692
|
-
readonly internalType: "
|
693
|
-
readonly type: "
|
694
|
-
}, {
|
695
|
-
readonly name: "hashOfCiphertext";
|
696
|
-
readonly internalType: "bytes32";
|
697
|
-
readonly type: "bytes32";
|
698
|
-
}, {
|
699
|
-
readonly name: "userAddress";
|
700
|
-
readonly internalType: "address";
|
701
|
-
readonly type: "address";
|
702
|
-
}, {
|
703
|
-
readonly name: "contractAddress";
|
704
|
-
readonly internalType: "address";
|
705
|
-
readonly type: "address";
|
727
|
+
readonly name: "ecies_pubkey";
|
728
|
+
readonly internalType: "bytes";
|
729
|
+
readonly type: "bytes";
|
706
730
|
}];
|
707
|
-
|
708
|
-
readonly name: "signatures";
|
709
|
-
readonly internalType: "bytes[]";
|
710
|
-
readonly type: "bytes[]";
|
711
|
-
}];
|
712
|
-
readonly name: "verifyInputEIP712KMSSignatures";
|
713
|
-
readonly outputs: readonly [{
|
714
|
-
readonly name: "";
|
715
|
-
readonly internalType: "bool";
|
716
|
-
readonly type: "bool";
|
731
|
+
readonly indexed: false;
|
717
732
|
}];
|
718
|
-
readonly
|
733
|
+
readonly name: "BootstrapStageComplete";
|
719
734
|
}, {
|
720
735
|
readonly type: "event";
|
721
736
|
readonly anonymous: false;
|
@@ -735,17 +750,17 @@ export declare const kmsVerifierAbi: readonly [{
|
|
735
750
|
readonly type: "event";
|
736
751
|
readonly anonymous: false;
|
737
752
|
readonly inputs: readonly [{
|
738
|
-
readonly name: "
|
753
|
+
readonly name: "covalidatorAddress";
|
739
754
|
readonly internalType: "address";
|
740
755
|
readonly type: "address";
|
741
|
-
readonly indexed:
|
756
|
+
readonly indexed: false;
|
742
757
|
}, {
|
743
|
-
readonly name: "
|
744
|
-
readonly internalType: "
|
745
|
-
readonly type: "
|
746
|
-
readonly indexed:
|
758
|
+
readonly name: "quote";
|
759
|
+
readonly internalType: "bytes";
|
760
|
+
readonly type: "bytes";
|
761
|
+
readonly indexed: false;
|
747
762
|
}];
|
748
|
-
readonly name: "
|
763
|
+
readonly name: "NewCovalidatorAdded";
|
749
764
|
}, {
|
750
765
|
readonly type: "event";
|
751
766
|
readonly anonymous: false;
|
@@ -765,22 +780,41 @@ export declare const kmsVerifierAbi: readonly [{
|
|
765
780
|
readonly type: "event";
|
766
781
|
readonly anonymous: false;
|
767
782
|
readonly inputs: readonly [{
|
768
|
-
readonly name: "
|
769
|
-
readonly internalType: "
|
770
|
-
readonly type: "
|
783
|
+
readonly name: "version";
|
784
|
+
readonly internalType: "uint16";
|
785
|
+
readonly type: "uint16";
|
771
786
|
readonly indexed: true;
|
772
787
|
}];
|
773
|
-
readonly name: "
|
788
|
+
readonly name: "QuoteVerifierUpdated";
|
774
789
|
}, {
|
775
790
|
readonly type: "event";
|
776
791
|
readonly anonymous: false;
|
777
792
|
readonly inputs: readonly [{
|
778
|
-
readonly name: "
|
793
|
+
readonly name: "signerAddress";
|
779
794
|
readonly internalType: "address";
|
780
795
|
readonly type: "address";
|
781
|
-
readonly indexed:
|
796
|
+
readonly indexed: false;
|
797
|
+
}];
|
798
|
+
readonly name: "RemovedSignatureVerifier";
|
799
|
+
}, {
|
800
|
+
readonly type: "event";
|
801
|
+
readonly anonymous: false;
|
802
|
+
readonly inputs: readonly [{
|
803
|
+
readonly name: "teeVersion";
|
804
|
+
readonly internalType: "struct TEEVersion";
|
805
|
+
readonly type: "tuple";
|
806
|
+
readonly components: readonly [{
|
807
|
+
readonly name: "mrtd";
|
808
|
+
readonly internalType: "bytes";
|
809
|
+
readonly type: "bytes";
|
810
|
+
}, {
|
811
|
+
readonly name: "status";
|
812
|
+
readonly internalType: "enum TEEVersionStatus";
|
813
|
+
readonly type: "uint8";
|
814
|
+
}];
|
815
|
+
readonly indexed: false;
|
782
816
|
}];
|
783
|
-
readonly name: "
|
817
|
+
readonly name: "TEEVersionUpdated";
|
784
818
|
}, {
|
785
819
|
readonly type: "event";
|
786
820
|
readonly anonymous: false;
|
@@ -799,6 +833,14 @@ export declare const kmsVerifierAbi: readonly [{
|
|
799
833
|
readonly type: "address";
|
800
834
|
}];
|
801
835
|
readonly name: "AddressEmptyCode";
|
836
|
+
}, {
|
837
|
+
readonly type: "error";
|
838
|
+
readonly inputs: readonly [];
|
839
|
+
readonly name: "BootstrapAlreadyCompleted";
|
840
|
+
}, {
|
841
|
+
readonly type: "error";
|
842
|
+
readonly inputs: readonly [];
|
843
|
+
readonly name: "BootstrapNotComplete";
|
802
844
|
}, {
|
803
845
|
readonly type: "error";
|
804
846
|
readonly inputs: readonly [];
|
@@ -819,6 +861,10 @@ export declare const kmsVerifierAbi: readonly [{
|
|
819
861
|
readonly type: "bytes32";
|
820
862
|
}];
|
821
863
|
readonly name: "ECDSAInvalidSignatureS";
|
864
|
+
}, {
|
865
|
+
readonly type: "error";
|
866
|
+
readonly inputs: readonly [];
|
867
|
+
readonly name: "EOASignerAlreadyInitialized";
|
822
868
|
}, {
|
823
869
|
readonly type: "error";
|
824
870
|
readonly inputs: readonly [{
|
@@ -831,14 +877,82 @@ export declare const kmsVerifierAbi: readonly [{
|
|
831
877
|
readonly type: "error";
|
832
878
|
readonly inputs: readonly [];
|
833
879
|
readonly name: "ERC1967NonPayable";
|
880
|
+
}, {
|
881
|
+
readonly type: "error";
|
882
|
+
readonly inputs: readonly [];
|
883
|
+
readonly name: "EmptyIdentity";
|
884
|
+
}, {
|
885
|
+
readonly type: "error";
|
886
|
+
readonly inputs: readonly [];
|
887
|
+
readonly name: "EmptyTcbInfo";
|
834
888
|
}, {
|
835
889
|
readonly type: "error";
|
836
890
|
readonly inputs: readonly [];
|
837
891
|
readonly name: "FailedCall";
|
892
|
+
}, {
|
893
|
+
readonly type: "error";
|
894
|
+
readonly inputs: readonly [];
|
895
|
+
readonly name: "InvalidBootstrapDataSignature";
|
838
896
|
}, {
|
839
897
|
readonly type: "error";
|
840
898
|
readonly inputs: readonly [];
|
841
899
|
readonly name: "InvalidInitialization";
|
900
|
+
}, {
|
901
|
+
readonly type: "error";
|
902
|
+
readonly inputs: readonly [];
|
903
|
+
readonly name: "InvalidMrtdReport";
|
904
|
+
}, {
|
905
|
+
readonly type: "error";
|
906
|
+
readonly inputs: readonly [{
|
907
|
+
readonly name: "actual";
|
908
|
+
readonly internalType: "uint16";
|
909
|
+
readonly type: "uint16";
|
910
|
+
}, {
|
911
|
+
readonly name: "expected";
|
912
|
+
readonly internalType: "uint16";
|
913
|
+
readonly type: "uint16";
|
914
|
+
}];
|
915
|
+
readonly name: "InvalidQuoteVerifierVersion";
|
916
|
+
}, {
|
917
|
+
readonly type: "error";
|
918
|
+
readonly inputs: readonly [];
|
919
|
+
readonly name: "InvalidReportDataSigner";
|
920
|
+
}, {
|
921
|
+
readonly type: "error";
|
922
|
+
readonly inputs: readonly [];
|
923
|
+
readonly name: "InvalidReportMRTD";
|
924
|
+
}, {
|
925
|
+
readonly type: "error";
|
926
|
+
readonly inputs: readonly [{
|
927
|
+
readonly name: "providedSessionNonce";
|
928
|
+
readonly internalType: "bytes32";
|
929
|
+
readonly type: "bytes32";
|
930
|
+
}, {
|
931
|
+
readonly name: "activeSessionNonce";
|
932
|
+
readonly internalType: "bytes32";
|
933
|
+
readonly type: "bytes32";
|
934
|
+
}];
|
935
|
+
readonly name: "InvalidVoucherSessionNonce";
|
936
|
+
}, {
|
937
|
+
readonly type: "error";
|
938
|
+
readonly inputs: readonly [{
|
939
|
+
readonly name: "signer";
|
940
|
+
readonly internalType: "address";
|
941
|
+
readonly type: "address";
|
942
|
+
}, {
|
943
|
+
readonly name: "digest";
|
944
|
+
readonly internalType: "bytes32";
|
945
|
+
readonly type: "bytes32";
|
946
|
+
}, {
|
947
|
+
readonly name: "signature";
|
948
|
+
readonly internalType: "bytes";
|
949
|
+
readonly type: "bytes";
|
950
|
+
}];
|
951
|
+
readonly name: "InvalidVoucherSignature";
|
952
|
+
}, {
|
953
|
+
readonly type: "error";
|
954
|
+
readonly inputs: readonly [];
|
955
|
+
readonly name: "MrtdInvalidLength";
|
842
956
|
}, {
|
843
957
|
readonly type: "error";
|
844
958
|
readonly inputs: readonly [];
|
@@ -859,6 +973,34 @@ export declare const kmsVerifierAbi: readonly [{
|
|
859
973
|
readonly type: "address";
|
860
974
|
}];
|
861
975
|
readonly name: "OwnableUnauthorizedAccount";
|
976
|
+
}, {
|
977
|
+
readonly type: "error";
|
978
|
+
readonly inputs: readonly [{
|
979
|
+
readonly name: "handle";
|
980
|
+
readonly internalType: "bytes32";
|
981
|
+
readonly type: "bytes32";
|
982
|
+
}, {
|
983
|
+
readonly name: "sharer";
|
984
|
+
readonly internalType: "address";
|
985
|
+
readonly type: "address";
|
986
|
+
}];
|
987
|
+
readonly name: "SharerNotAllowedForHandle";
|
988
|
+
}, {
|
989
|
+
readonly type: "error";
|
990
|
+
readonly inputs: readonly [{
|
991
|
+
readonly name: "signerAddress";
|
992
|
+
readonly internalType: "address";
|
993
|
+
readonly type: "address";
|
994
|
+
}];
|
995
|
+
readonly name: "SignerNotFound";
|
996
|
+
}, {
|
997
|
+
readonly type: "error";
|
998
|
+
readonly inputs: readonly [];
|
999
|
+
readonly name: "TEEVersionHistoryInconsistent";
|
1000
|
+
}, {
|
1001
|
+
readonly type: "error";
|
1002
|
+
readonly inputs: readonly [];
|
1003
|
+
readonly name: "TEEVersionHistoryStatusIsNotPending";
|
862
1004
|
}, {
|
863
1005
|
readonly type: "error";
|
864
1006
|
readonly inputs: readonly [];
|