@mocanetwork/privado-js-sdk 1.0.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 +75 -0
- package/dist/browser/esm/index.js +14901 -0
- package/dist/browser/esm/index.js.map +1 -0
- package/dist/browser/umd/index.global.js +678 -0
- package/dist/browser/umd/index.global.js.map +1 -0
- package/dist/node/cjs/index.cjs +15418 -0
- package/dist/node/cjs/index.cjs.map +1 -0
- package/dist/node/esm/index.js +14901 -0
- package/dist/node/esm/index.js.map +1 -0
- package/dist/types/blockchain/index.d.ts +2 -0
- package/dist/types/blockchain/index.d.ts.map +1 -0
- package/dist/types/blockchain/transaction-service.d.ts +81 -0
- package/dist/types/blockchain/transaction-service.d.ts.map +1 -0
- package/dist/types/circuits/atomic-query-mtp-v2-on-chain.d.ts +70 -0
- package/dist/types/circuits/atomic-query-mtp-v2-on-chain.d.ts.map +1 -0
- package/dist/types/circuits/atomic-query-mtp-v2.d.ts +63 -0
- package/dist/types/circuits/atomic-query-mtp-v2.d.ts.map +1 -0
- package/dist/types/circuits/atomic-query-sig-v2-on-chain.d.ts +137 -0
- package/dist/types/circuits/atomic-query-sig-v2-on-chain.d.ts.map +1 -0
- package/dist/types/circuits/atomic-query-sig-v2.d.ts +64 -0
- package/dist/types/circuits/atomic-query-sig-v2.d.ts.map +1 -0
- package/dist/types/circuits/atomic-query-v3-on-chain.d.ts +141 -0
- package/dist/types/circuits/atomic-query-v3-on-chain.d.ts.map +1 -0
- package/dist/types/circuits/atomic-query-v3.d.ts +121 -0
- package/dist/types/circuits/atomic-query-v3.d.ts.map +1 -0
- package/dist/types/circuits/auth-v2.d.ts +46 -0
- package/dist/types/circuits/auth-v2.d.ts.map +1 -0
- package/dist/types/circuits/common.d.ts +153 -0
- package/dist/types/circuits/common.d.ts.map +1 -0
- package/dist/types/circuits/comparer.d.ts +122 -0
- package/dist/types/circuits/comparer.d.ts.map +1 -0
- package/dist/types/circuits/index.d.ts +13 -0
- package/dist/types/circuits/index.d.ts.map +1 -0
- package/dist/types/circuits/linked-multi-query.d.ts +38 -0
- package/dist/types/circuits/linked-multi-query.d.ts.map +1 -0
- package/dist/types/circuits/models.d.ts +189 -0
- package/dist/types/circuits/models.d.ts.map +1 -0
- package/dist/types/circuits/state-transition.d.ts +49 -0
- package/dist/types/circuits/state-transition.d.ts.map +1 -0
- package/dist/types/credentials/credential-wallet.d.ts +200 -0
- package/dist/types/credentials/credential-wallet.d.ts.map +1 -0
- package/dist/types/credentials/index.d.ts +12 -0
- package/dist/types/credentials/index.d.ts.map +1 -0
- package/dist/types/credentials/models.d.ts +84 -0
- package/dist/types/credentials/models.d.ts.map +1 -0
- package/dist/types/credentials/rhs.d.ts +38 -0
- package/dist/types/credentials/rhs.d.ts.map +1 -0
- package/dist/types/credentials/status/agent-revocation.d.ts +20 -0
- package/dist/types/credentials/status/agent-revocation.d.ts.map +1 -0
- package/dist/types/credentials/status/credential-status-publisher.d.ts +73 -0
- package/dist/types/credentials/status/credential-status-publisher.d.ts.map +1 -0
- package/dist/types/credentials/status/did-resolver-revocation.d.ts +8 -0
- package/dist/types/credentials/status/did-resolver-revocation.d.ts.map +1 -0
- package/dist/types/credentials/status/on-chain-revocation.d.ts +58 -0
- package/dist/types/credentials/status/on-chain-revocation.d.ts.map +1 -0
- package/dist/types/credentials/status/resolver.d.ts +69 -0
- package/dist/types/credentials/status/resolver.d.ts.map +1 -0
- package/dist/types/credentials/status/reverse-sparse-merkle-tree.d.ts +126 -0
- package/dist/types/credentials/status/reverse-sparse-merkle-tree.d.ts.map +1 -0
- package/dist/types/credentials/status/sparse-merkle-tree.d.ts +38 -0
- package/dist/types/credentials/status/sparse-merkle-tree.d.ts.map +1 -0
- package/dist/types/credentials/utils.d.ts +15 -0
- package/dist/types/credentials/utils.d.ts.map +1 -0
- package/dist/types/iden3comm/constants.d.ts +61 -0
- package/dist/types/iden3comm/constants.d.ts.map +1 -0
- package/dist/types/iden3comm/errors.d.ts +10 -0
- package/dist/types/iden3comm/errors.d.ts.map +1 -0
- package/dist/types/iden3comm/handlers/auth.d.ts +157 -0
- package/dist/types/iden3comm/handlers/auth.d.ts.map +1 -0
- package/dist/types/iden3comm/handlers/common.d.ts +72 -0
- package/dist/types/iden3comm/handlers/common.d.ts.map +1 -0
- package/dist/types/iden3comm/handlers/contract-request.d.ts +96 -0
- package/dist/types/iden3comm/handlers/contract-request.d.ts.map +1 -0
- package/dist/types/iden3comm/handlers/credential-proposal.d.ts +120 -0
- package/dist/types/iden3comm/handlers/credential-proposal.d.ts.map +1 -0
- package/dist/types/iden3comm/handlers/discovery-protocol.d.ts +101 -0
- package/dist/types/iden3comm/handlers/discovery-protocol.d.ts.map +1 -0
- package/dist/types/iden3comm/handlers/fetch.d.ts +130 -0
- package/dist/types/iden3comm/handlers/fetch.d.ts.map +1 -0
- package/dist/types/iden3comm/handlers/index.d.ts +12 -0
- package/dist/types/iden3comm/handlers/index.d.ts.map +1 -0
- package/dist/types/iden3comm/handlers/message-handler.d.ts +93 -0
- package/dist/types/iden3comm/handlers/message-handler.d.ts.map +1 -0
- package/dist/types/iden3comm/handlers/payment.d.ts +167 -0
- package/dist/types/iden3comm/handlers/payment.d.ts.map +1 -0
- package/dist/types/iden3comm/handlers/problem-report.d.ts +18 -0
- package/dist/types/iden3comm/handlers/problem-report.d.ts.map +1 -0
- package/dist/types/iden3comm/handlers/refresh.d.ts +57 -0
- package/dist/types/iden3comm/handlers/refresh.d.ts.map +1 -0
- package/dist/types/iden3comm/handlers/revocation-status.d.ts +76 -0
- package/dist/types/iden3comm/handlers/revocation-status.d.ts.map +1 -0
- package/dist/types/iden3comm/index.d.ts +9 -0
- package/dist/types/iden3comm/index.d.ts.map +1 -0
- package/dist/types/iden3comm/packageManager.d.ts +47 -0
- package/dist/types/iden3comm/packageManager.d.ts.map +1 -0
- package/dist/types/iden3comm/packers/index.d.ts +4 -0
- package/dist/types/iden3comm/packers/index.d.ts.map +1 -0
- package/dist/types/iden3comm/packers/jws.d.ts +56 -0
- package/dist/types/iden3comm/packers/jws.d.ts.map +1 -0
- package/dist/types/iden3comm/packers/plain.d.ts +47 -0
- package/dist/types/iden3comm/packers/plain.d.ts.map +1 -0
- package/dist/types/iden3comm/packers/zkp.d.ts +98 -0
- package/dist/types/iden3comm/packers/zkp.d.ts.map +1 -0
- package/dist/types/iden3comm/types/index.d.ts +17 -0
- package/dist/types/iden3comm/types/index.d.ts.map +1 -0
- package/dist/types/iden3comm/types/models.d.ts +7 -0
- package/dist/types/iden3comm/types/models.d.ts.map +1 -0
- package/dist/types/iden3comm/types/packageManager.d.ts +100 -0
- package/dist/types/iden3comm/types/packageManager.d.ts.map +1 -0
- package/dist/types/iden3comm/types/packer.d.ts +158 -0
- package/dist/types/iden3comm/types/packer.d.ts.map +1 -0
- package/dist/types/iden3comm/types/protocol/accept-profile.d.ts +8 -0
- package/dist/types/iden3comm/types/protocol/accept-profile.d.ts.map +1 -0
- package/dist/types/iden3comm/types/protocol/attachment.d.ts +11 -0
- package/dist/types/iden3comm/types/protocol/attachment.d.ts.map +1 -0
- package/dist/types/iden3comm/types/protocol/auth.d.ts +90 -0
- package/dist/types/iden3comm/types/protocol/auth.d.ts.map +1 -0
- package/dist/types/iden3comm/types/protocol/common.d.ts +11 -0
- package/dist/types/iden3comm/types/protocol/common.d.ts.map +1 -0
- package/dist/types/iden3comm/types/protocol/contract-request.d.ts +62 -0
- package/dist/types/iden3comm/types/protocol/contract-request.d.ts.map +1 -0
- package/dist/types/iden3comm/types/protocol/credentials.d.ts +82 -0
- package/dist/types/iden3comm/types/protocol/credentials.d.ts.map +1 -0
- package/dist/types/iden3comm/types/protocol/discovery-protocol.d.ts +42 -0
- package/dist/types/iden3comm/types/protocol/discovery-protocol.d.ts.map +1 -0
- package/dist/types/iden3comm/types/protocol/messages.d.ts +12 -0
- package/dist/types/iden3comm/types/protocol/messages.d.ts.map +1 -0
- package/dist/types/iden3comm/types/protocol/payment.d.ts +178 -0
- package/dist/types/iden3comm/types/protocol/payment.d.ts.map +1 -0
- package/dist/types/iden3comm/types/protocol/problem-report.d.ts +17 -0
- package/dist/types/iden3comm/types/protocol/problem-report.d.ts.map +1 -0
- package/dist/types/iden3comm/types/protocol/proof.d.ts +22 -0
- package/dist/types/iden3comm/types/protocol/proof.d.ts.map +1 -0
- package/dist/types/iden3comm/types/protocol/proposal-request.d.ts +33 -0
- package/dist/types/iden3comm/types/protocol/proposal-request.d.ts.map +1 -0
- package/dist/types/iden3comm/types/protocol/revocation.d.ts +20 -0
- package/dist/types/iden3comm/types/protocol/revocation.d.ts.map +1 -0
- package/dist/types/iden3comm/utils/accept-profile.d.ts +4 -0
- package/dist/types/iden3comm/utils/accept-profile.d.ts.map +1 -0
- package/dist/types/iden3comm/utils/did.d.ts +8 -0
- package/dist/types/iden3comm/utils/did.d.ts.map +1 -0
- package/dist/types/iden3comm/utils/envelope.d.ts +32 -0
- package/dist/types/iden3comm/utils/envelope.d.ts.map +1 -0
- package/dist/types/iden3comm/utils/index.d.ts +5 -0
- package/dist/types/iden3comm/utils/index.d.ts.map +1 -0
- package/dist/types/iden3comm/utils/message.d.ts +20 -0
- package/dist/types/iden3comm/utils/message.d.ts.map +1 -0
- package/dist/types/identity/common.d.ts +27 -0
- package/dist/types/identity/common.d.ts.map +1 -0
- package/dist/types/identity/identity-wallet.d.ts +472 -0
- package/dist/types/identity/identity-wallet.d.ts.map +1 -0
- package/dist/types/identity/index.d.ts +3 -0
- package/dist/types/identity/index.d.ts.map +1 -0
- package/dist/types/index.d.ts +17 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/kms/index.d.ts +5 -0
- package/dist/types/kms/index.d.ts.map +1 -0
- package/dist/types/kms/key-providers/bjj-provider.d.ts +54 -0
- package/dist/types/kms/key-providers/bjj-provider.d.ts.map +1 -0
- package/dist/types/kms/key-providers/ed25519-provider.d.ts +61 -0
- package/dist/types/kms/key-providers/ed25519-provider.d.ts.map +1 -0
- package/dist/types/kms/key-providers/index.d.ts +4 -0
- package/dist/types/kms/key-providers/index.d.ts.map +1 -0
- package/dist/types/kms/key-providers/secp256k1-provider.d.ts +62 -0
- package/dist/types/kms/key-providers/secp256k1-provider.d.ts.map +1 -0
- package/dist/types/kms/kms.d.ts +120 -0
- package/dist/types/kms/kms.d.ts.map +1 -0
- package/dist/types/kms/provider-helpers.d.ts +10 -0
- package/dist/types/kms/provider-helpers.d.ts.map +1 -0
- package/dist/types/kms/store/abstract-key-store.d.ts +41 -0
- package/dist/types/kms/store/abstract-key-store.d.ts.map +1 -0
- package/dist/types/kms/store/index.d.ts +6 -0
- package/dist/types/kms/store/index.d.ts.map +1 -0
- package/dist/types/kms/store/indexed-db-key-store.d.ts +44 -0
- package/dist/types/kms/store/indexed-db-key-store.d.ts.map +1 -0
- package/dist/types/kms/store/local-storage-key-store.d.ts +42 -0
- package/dist/types/kms/store/local-storage-key-store.d.ts.map +1 -0
- package/dist/types/kms/store/memory-key-store.d.ts +24 -0
- package/dist/types/kms/store/memory-key-store.d.ts.map +1 -0
- package/dist/types/kms/store/types.d.ts +21 -0
- package/dist/types/kms/store/types.d.ts.map +1 -0
- package/dist/types/proof/common.d.ts +49 -0
- package/dist/types/proof/common.d.ts.map +1 -0
- package/dist/types/proof/index.d.ts +5 -0
- package/dist/types/proof/index.d.ts.map +1 -0
- package/dist/types/proof/proof-service.d.ts +169 -0
- package/dist/types/proof/proof-service.d.ts.map +1 -0
- package/dist/types/proof/provers/index.d.ts +4 -0
- package/dist/types/proof/provers/index.d.ts.map +1 -0
- package/dist/types/proof/provers/inputs-generator.d.ts +57 -0
- package/dist/types/proof/provers/inputs-generator.d.ts.map +1 -0
- package/dist/types/proof/provers/prover.d.ts +56 -0
- package/dist/types/proof/provers/prover.d.ts.map +1 -0
- package/dist/types/proof/provers/witness_calculator.d.ts +17 -0
- package/dist/types/proof/provers/witness_calculator.d.ts.map +1 -0
- package/dist/types/proof/verifiers/index.d.ts +4 -0
- package/dist/types/proof/verifiers/index.d.ts.map +1 -0
- package/dist/types/proof/verifiers/pub-signals-verifier.d.ts +60 -0
- package/dist/types/proof/verifiers/pub-signals-verifier.d.ts.map +1 -0
- package/dist/types/proof/verifiers/query-hash.d.ts +4 -0
- package/dist/types/proof/verifiers/query-hash.d.ts.map +1 -0
- package/dist/types/proof/verifiers/query.d.ts +43 -0
- package/dist/types/proof/verifiers/query.d.ts.map +1 -0
- package/dist/types/schema-processor/index.d.ts +4 -0
- package/dist/types/schema-processor/index.d.ts.map +1 -0
- package/dist/types/schema-processor/json/index.d.ts +3 -0
- package/dist/types/schema-processor/json/index.d.ts.map +1 -0
- package/dist/types/schema-processor/json/parser.d.ts +141 -0
- package/dist/types/schema-processor/json/parser.d.ts.map +1 -0
- package/dist/types/schema-processor/json/validator.d.ts +26 -0
- package/dist/types/schema-processor/json/validator.d.ts.map +1 -0
- package/dist/types/schema-processor/jsonld/cache.d.ts +3 -0
- package/dist/types/schema-processor/jsonld/cache.d.ts.map +1 -0
- package/dist/types/schema-processor/jsonld/index.d.ts +3 -0
- package/dist/types/schema-processor/jsonld/index.d.ts.map +1 -0
- package/dist/types/schema-processor/jsonld/parser.d.ts +30 -0
- package/dist/types/schema-processor/jsonld/parser.d.ts.map +1 -0
- package/dist/types/schema-processor/utils.d.ts +54 -0
- package/dist/types/schema-processor/utils.d.ts.map +1 -0
- package/dist/types/storage/blockchain/common.d.ts +8 -0
- package/dist/types/storage/blockchain/common.d.ts.map +1 -0
- package/dist/types/storage/blockchain/did-resolver-readonly-storage.d.ts +17 -0
- package/dist/types/storage/blockchain/did-resolver-readonly-storage.d.ts.map +1 -0
- package/dist/types/storage/blockchain/erc20-helper.d.ts +20 -0
- package/dist/types/storage/blockchain/erc20-helper.d.ts.map +1 -0
- package/dist/types/storage/blockchain/errors.d.ts +4 -0
- package/dist/types/storage/blockchain/errors.d.ts.map +1 -0
- package/dist/types/storage/blockchain/index.d.ts +8 -0
- package/dist/types/storage/blockchain/index.d.ts.map +1 -0
- package/dist/types/storage/blockchain/onchain-issuer-adapter/non-merklized/version/v0.0.1/onchain-non-merklized-issuer-adapter.d.ts +67 -0
- package/dist/types/storage/blockchain/onchain-issuer-adapter/non-merklized/version/v0.0.1/onchain-non-merklized-issuer-adapter.d.ts.map +1 -0
- package/dist/types/storage/blockchain/onchain-issuer.d.ts +41 -0
- package/dist/types/storage/blockchain/onchain-issuer.d.ts.map +1 -0
- package/dist/types/storage/blockchain/onchain-revocation.d.ts +41 -0
- package/dist/types/storage/blockchain/onchain-revocation.d.ts.map +1 -0
- package/dist/types/storage/blockchain/onchain-zkp-verifier.d.ts +116 -0
- package/dist/types/storage/blockchain/onchain-zkp-verifier.d.ts.map +1 -0
- package/dist/types/storage/blockchain/state.d.ts +127 -0
- package/dist/types/storage/blockchain/state.d.ts.map +1 -0
- package/dist/types/storage/entities/circuitData.d.ts +8 -0
- package/dist/types/storage/entities/circuitData.d.ts.map +1 -0
- package/dist/types/storage/entities/identity.d.ts +17 -0
- package/dist/types/storage/entities/identity.d.ts.map +1 -0
- package/dist/types/storage/entities/index.d.ts +5 -0
- package/dist/types/storage/entities/index.d.ts.map +1 -0
- package/dist/types/storage/entities/mt.d.ts +22 -0
- package/dist/types/storage/entities/mt.d.ts.map +1 -0
- package/dist/types/storage/entities/state.d.ts +92 -0
- package/dist/types/storage/entities/state.d.ts.map +1 -0
- package/dist/types/storage/errors.d.ts +9 -0
- package/dist/types/storage/errors.d.ts.map +1 -0
- package/dist/types/storage/filters/index.d.ts +2 -0
- package/dist/types/storage/filters/index.d.ts.map +1 -0
- package/dist/types/storage/filters/jsonQuery.d.ts +83 -0
- package/dist/types/storage/filters/jsonQuery.d.ts.map +1 -0
- package/dist/types/storage/fs/circuits-storage.d.ts +64 -0
- package/dist/types/storage/fs/circuits-storage.d.ts.map +1 -0
- package/dist/types/storage/fs/index.d.ts +2 -0
- package/dist/types/storage/fs/index.d.ts.map +1 -0
- package/dist/types/storage/index.d.ts +10 -0
- package/dist/types/storage/index.d.ts.map +1 -0
- package/dist/types/storage/indexed-db/data-source.d.ts +44 -0
- package/dist/types/storage/indexed-db/data-source.d.ts.map +1 -0
- package/dist/types/storage/indexed-db/index.d.ts +3 -0
- package/dist/types/storage/indexed-db/index.d.ts.map +1 -0
- package/dist/types/storage/indexed-db/merkletree.d.ts +43 -0
- package/dist/types/storage/indexed-db/merkletree.d.ts.map +1 -0
- package/dist/types/storage/interfaces/circuits.d.ts +26 -0
- package/dist/types/storage/interfaces/circuits.d.ts.map +1 -0
- package/dist/types/storage/interfaces/credentials.d.ts +53 -0
- package/dist/types/storage/interfaces/credentials.d.ts.map +1 -0
- package/dist/types/storage/interfaces/data-source.d.ts +39 -0
- package/dist/types/storage/interfaces/data-source.d.ts.map +1 -0
- package/dist/types/storage/interfaces/data-storage.d.ts +17 -0
- package/dist/types/storage/interfaces/data-storage.d.ts.map +1 -0
- package/dist/types/storage/interfaces/identity.d.ts +70 -0
- package/dist/types/storage/interfaces/identity.d.ts.map +1 -0
- package/dist/types/storage/interfaces/index.d.ts +11 -0
- package/dist/types/storage/interfaces/index.d.ts.map +1 -0
- package/dist/types/storage/interfaces/merkletree.d.ts +44 -0
- package/dist/types/storage/interfaces/merkletree.d.ts.map +1 -0
- package/dist/types/storage/interfaces/onchain-issuer.d.ts +13 -0
- package/dist/types/storage/interfaces/onchain-issuer.d.ts.map +1 -0
- package/dist/types/storage/interfaces/onchain-revocation.d.ts +19 -0
- package/dist/types/storage/interfaces/onchain-revocation.d.ts.map +1 -0
- package/dist/types/storage/interfaces/onchain-zkp-verifier.d.ts +63 -0
- package/dist/types/storage/interfaces/onchain-zkp-verifier.d.ts.map +1 -0
- package/dist/types/storage/interfaces/state.d.ts +74 -0
- package/dist/types/storage/interfaces/state.d.ts.map +1 -0
- package/dist/types/storage/local-storage/data-source.d.ts +41 -0
- package/dist/types/storage/local-storage/data-source.d.ts.map +1 -0
- package/dist/types/storage/local-storage/index.d.ts +3 -0
- package/dist/types/storage/local-storage/index.d.ts.map +1 -0
- package/dist/types/storage/local-storage/merkletree.d.ts +41 -0
- package/dist/types/storage/local-storage/merkletree.d.ts.map +1 -0
- package/dist/types/storage/memory/cache-lru.d.ts +11 -0
- package/dist/types/storage/memory/cache-lru.d.ts.map +1 -0
- package/dist/types/storage/memory/data-source.d.ts +20 -0
- package/dist/types/storage/memory/data-source.d.ts.map +1 -0
- package/dist/types/storage/memory/index.d.ts +4 -0
- package/dist/types/storage/memory/index.d.ts.map +1 -0
- package/dist/types/storage/memory/merkletree.d.ts +48 -0
- package/dist/types/storage/memory/merkletree.d.ts.map +1 -0
- package/dist/types/storage/shared/circuit-storage.d.ts +39 -0
- package/dist/types/storage/shared/circuit-storage.d.ts.map +1 -0
- package/dist/types/storage/shared/credential-storage.d.ts +39 -0
- package/dist/types/storage/shared/credential-storage.d.ts.map +1 -0
- package/dist/types/storage/shared/identity-storage.d.ts +45 -0
- package/dist/types/storage/shared/identity-storage.d.ts.map +1 -0
- package/dist/types/storage/shared/index.d.ts +4 -0
- package/dist/types/storage/shared/index.d.ts.map +1 -0
- package/dist/types/storage/utils.d.ts +4 -0
- package/dist/types/storage/utils.d.ts.map +1 -0
- package/dist/types/utils/compare-func.d.ts +2 -0
- package/dist/types/utils/compare-func.d.ts.map +1 -0
- package/dist/types/utils/did-helper.d.ts +38 -0
- package/dist/types/utils/did-helper.d.ts.map +1 -0
- package/dist/types/utils/encoding.d.ts +25 -0
- package/dist/types/utils/encoding.d.ts.map +1 -0
- package/dist/types/utils/index.d.ts +8 -0
- package/dist/types/utils/index.d.ts.map +1 -0
- package/dist/types/utils/message-bus.d.ts +63 -0
- package/dist/types/utils/message-bus.d.ts.map +1 -0
- package/dist/types/utils/object.d.ts +10 -0
- package/dist/types/utils/object.d.ts.map +1 -0
- package/dist/types/utils/payments/evm.d.ts +19 -0
- package/dist/types/utils/payments/evm.d.ts.map +1 -0
- package/dist/types/utils/payments/solana.d.ts +88 -0
- package/dist/types/utils/payments/solana.d.ts.map +1 -0
- package/dist/types/verifiable/constants.d.ts +188 -0
- package/dist/types/verifiable/constants.d.ts.map +1 -0
- package/dist/types/verifiable/core-utils.d.ts +87 -0
- package/dist/types/verifiable/core-utils.d.ts.map +1 -0
- package/dist/types/verifiable/credential.d.ts +150 -0
- package/dist/types/verifiable/credential.d.ts.map +1 -0
- package/dist/types/verifiable/index.d.ts +7 -0
- package/dist/types/verifiable/index.d.ts.map +1 -0
- package/dist/types/verifiable/presentation.d.ts +11 -0
- package/dist/types/verifiable/presentation.d.ts.map +1 -0
- package/dist/types/verifiable/proof.d.ts +211 -0
- package/dist/types/verifiable/proof.d.ts.map +1 -0
- package/dist/types/verifiable/schema.d.ts +3 -0
- package/dist/types/verifiable/schema.d.ts.map +1 -0
- package/package.json +104 -0
- package/src/blockchain/index.ts +1 -0
- package/src/blockchain/transaction-service.ts +121 -0
- package/src/circuits/atomic-query-mtp-v2-on-chain.ts +338 -0
- package/src/circuits/atomic-query-mtp-v2.ts +283 -0
- package/src/circuits/atomic-query-sig-v2-on-chain.ts +411 -0
- package/src/circuits/atomic-query-sig-v2.ts +340 -0
- package/src/circuits/atomic-query-v3-on-chain.ts +531 -0
- package/src/circuits/atomic-query-v3.ts +461 -0
- package/src/circuits/auth-v2.ts +159 -0
- package/src/circuits/common.ts +261 -0
- package/src/circuits/comparer.ts +227 -0
- package/src/circuits/index.ts +12 -0
- package/src/circuits/linked-multi-query.ts +180 -0
- package/src/circuits/models.ts +263 -0
- package/src/circuits/state-transition.ts +139 -0
- package/src/credentials/credential-wallet.ts +353 -0
- package/src/credentials/index.ts +11 -0
- package/src/credentials/models.ts +93 -0
- package/src/credentials/rhs.ts +176 -0
- package/src/credentials/status/agent-revocation.ts +69 -0
- package/src/credentials/status/credential-status-publisher.ts +143 -0
- package/src/credentials/status/did-resolver-revocation.ts +24 -0
- package/src/credentials/status/on-chain-revocation.ts +174 -0
- package/src/credentials/status/resolver.ts +81 -0
- package/src/credentials/status/reverse-sparse-merkle-tree.ts +366 -0
- package/src/credentials/status/sparse-merkle-tree.ts +50 -0
- package/src/credentials/utils.ts +36 -0
- package/src/iden3comm/constants.ts +119 -0
- package/src/iden3comm/errors.ts +14 -0
- package/src/iden3comm/handlers/auth.ts +520 -0
- package/src/iden3comm/handlers/common.ts +324 -0
- package/src/iden3comm/handlers/contract-request.ts +367 -0
- package/src/iden3comm/handlers/credential-proposal.ts +371 -0
- package/src/iden3comm/handlers/discovery-protocol.ts +277 -0
- package/src/iden3comm/handlers/fetch.ts +450 -0
- package/src/iden3comm/handlers/index.ts +11 -0
- package/src/iden3comm/handlers/message-handler.ts +165 -0
- package/src/iden3comm/handlers/payment.ts +698 -0
- package/src/iden3comm/handlers/problem-report.ts +41 -0
- package/src/iden3comm/handlers/refresh.ts +138 -0
- package/src/iden3comm/handlers/revocation-status.ts +228 -0
- package/src/iden3comm/index.ts +9 -0
- package/src/iden3comm/packageManager.ts +143 -0
- package/src/iden3comm/packers/index.ts +3 -0
- package/src/iden3comm/packers/jws.ts +225 -0
- package/src/iden3comm/packers/plain.ts +86 -0
- package/src/iden3comm/packers/zkp.ts +243 -0
- package/src/iden3comm/types/index.ts +17 -0
- package/src/iden3comm/types/models.ts +7 -0
- package/src/iden3comm/types/packageManager.ts +112 -0
- package/src/iden3comm/types/packer.ts +190 -0
- package/src/iden3comm/types/protocol/accept-profile.ts +14 -0
- package/src/iden3comm/types/protocol/attachment.ts +12 -0
- package/src/iden3comm/types/protocol/auth.ts +104 -0
- package/src/iden3comm/types/protocol/common.ts +10 -0
- package/src/iden3comm/types/protocol/contract-request.ts +76 -0
- package/src/iden3comm/types/protocol/credentials.ts +96 -0
- package/src/iden3comm/types/protocol/discovery-protocol.ts +49 -0
- package/src/iden3comm/types/protocol/messages.ts +13 -0
- package/src/iden3comm/types/protocol/payment.ts +231 -0
- package/src/iden3comm/types/protocol/problem-report.ts +18 -0
- package/src/iden3comm/types/protocol/proof.ts +25 -0
- package/src/iden3comm/types/protocol/proposal-request.ts +38 -0
- package/src/iden3comm/types/protocol/revocation.ts +23 -0
- package/src/iden3comm/utils/accept-profile.ts +121 -0
- package/src/iden3comm/utils/did.ts +71 -0
- package/src/iden3comm/utils/envelope.ts +101 -0
- package/src/iden3comm/utils/index.ts +4 -0
- package/src/iden3comm/utils/message.ts +41 -0
- package/src/identity/common.ts +69 -0
- package/src/identity/identity-wallet.ts +1592 -0
- package/src/identity/index.ts +2 -0
- package/src/index.ts +16 -0
- package/src/kms/index.ts +4 -0
- package/src/kms/key-providers/bjj-provider.ts +118 -0
- package/src/kms/key-providers/ed25519-provider.ts +105 -0
- package/src/kms/key-providers/index.ts +3 -0
- package/src/kms/key-providers/secp256k1-provider.ts +125 -0
- package/src/kms/kms.ts +173 -0
- package/src/kms/provider-helpers.ts +13 -0
- package/src/kms/store/abstract-key-store.ts +34 -0
- package/src/kms/store/index.ts +5 -0
- package/src/kms/store/indexed-db-key-store.ts +60 -0
- package/src/kms/store/local-storage-key-store.ts +69 -0
- package/src/kms/store/memory-key-store.ts +29 -0
- package/src/kms/store/types.ts +21 -0
- package/src/proof/common.ts +273 -0
- package/src/proof/index.ts +4 -0
- package/src/proof/proof-service.ts +623 -0
- package/src/proof/provers/index.ts +3 -0
- package/src/proof/provers/inputs-generator.ts +627 -0
- package/src/proof/provers/prover.ts +104 -0
- package/src/proof/provers/witness_calculator.ts +315 -0
- package/src/proof/verifiers/index.ts +3 -0
- package/src/proof/verifiers/pub-signals-verifier.ts +730 -0
- package/src/proof/verifiers/query-hash.ts +57 -0
- package/src/proof/verifiers/query.ts +340 -0
- package/src/schema-processor/index.ts +3 -0
- package/src/schema-processor/json/index.ts +2 -0
- package/src/schema-processor/json/parser.ts +256 -0
- package/src/schema-processor/json/validator.ts +67 -0
- package/src/schema-processor/jsonld/cache.ts +49 -0
- package/src/schema-processor/jsonld/index.ts +2 -0
- package/src/schema-processor/jsonld/parser.ts +93 -0
- package/src/schema-processor/utils.ts +84 -0
- package/src/storage/blockchain/abi/CredentialStatusResolver.json +1 -0
- package/src/storage/blockchain/abi/ERC20.json +1 -0
- package/src/storage/blockchain/abi/ERC20Permit.json +1 -0
- package/src/storage/blockchain/abi/IdentityBase.json +1 -0
- package/src/storage/blockchain/abi/State.json +1 -0
- package/src/storage/blockchain/abi/ZkpVerifier.json +789 -0
- package/src/storage/blockchain/common.ts +20 -0
- package/src/storage/blockchain/did-resolver-readonly-storage.ts +90 -0
- package/src/storage/blockchain/erc20-helper.ts +66 -0
- package/src/storage/blockchain/errors.ts +46 -0
- package/src/storage/blockchain/index.ts +7 -0
- package/src/storage/blockchain/onchain-issuer-adapter/non-merklized/version/v0.0.1/onchain-non-merklized-issuer-adapter.ts +327 -0
- package/src/storage/blockchain/onchain-issuer.ts +104 -0
- package/src/storage/blockchain/onchain-revocation.ts +143 -0
- package/src/storage/blockchain/onchain-zkp-verifier.ts +704 -0
- package/src/storage/blockchain/state.ts +471 -0
- package/src/storage/entities/circuitData.ts +7 -0
- package/src/storage/entities/identity.ts +18 -0
- package/src/storage/entities/index.ts +4 -0
- package/src/storage/entities/mt.ts +25 -0
- package/src/storage/entities/state.ts +97 -0
- package/src/storage/errors.ts +8 -0
- package/src/storage/filters/index.ts +1 -0
- package/src/storage/filters/jsonQuery.ts +368 -0
- package/src/storage/fs/circuits-storage.ts +149 -0
- package/src/storage/fs/index.ts +1 -0
- package/src/storage/index.ts +9 -0
- package/src/storage/indexed-db/data-source.ts +58 -0
- package/src/storage/indexed-db/index.ts +2 -0
- package/src/storage/indexed-db/merkletree.ts +140 -0
- package/src/storage/interfaces/circuits.ts +27 -0
- package/src/storage/interfaces/credentials.ts +53 -0
- package/src/storage/interfaces/data-source.ts +41 -0
- package/src/storage/interfaces/data-storage.ts +17 -0
- package/src/storage/interfaces/identity.ts +73 -0
- package/src/storage/interfaces/index.ts +10 -0
- package/src/storage/interfaces/merkletree.ts +52 -0
- package/src/storage/interfaces/onchain-issuer.ts +13 -0
- package/src/storage/interfaces/onchain-revocation.ts +22 -0
- package/src/storage/interfaces/onchain-zkp-verifier.ts +94 -0
- package/src/storage/interfaces/state.ts +81 -0
- package/src/storage/local-storage/data-source.ts +87 -0
- package/src/storage/local-storage/index.ts +2 -0
- package/src/storage/local-storage/merkletree.ts +137 -0
- package/src/storage/memory/cache-lru.ts +30 -0
- package/src/storage/memory/data-source.ts +45 -0
- package/src/storage/memory/index.ts +3 -0
- package/src/storage/memory/merkletree.ts +116 -0
- package/src/storage/shared/circuit-storage.ts +49 -0
- package/src/storage/shared/credential-storage.ts +70 -0
- package/src/storage/shared/identity-storage.ts +82 -0
- package/src/storage/shared/index.ts +3 -0
- package/src/storage/utils.ts +19 -0
- package/src/utils/compare-func.ts +5 -0
- package/src/utils/did-helper.ts +157 -0
- package/src/utils/encoding.ts +47 -0
- package/src/utils/index.ts +7 -0
- package/src/utils/message-bus.ts +88 -0
- package/src/utils/object.ts +52 -0
- package/src/utils/payments/evm.ts +152 -0
- package/src/utils/payments/solana.ts +360 -0
- package/src/verifiable/constants.ts +239 -0
- package/src/verifiable/core-utils.ts +307 -0
- package/src/verifiable/credential.ts +649 -0
- package/src/verifiable/index.ts +6 -0
- package/src/verifiable/presentation.ts +97 -0
- package/src/verifiable/proof.ts +277 -0
- package/src/verifiable/schema.ts +241 -0
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { StateVerificationOpts, AuthDataPrepareFunc, BasicMessage, IPacker, ProvingParams, StateVerificationFunc, VerificationParams, ZKPPackerParams } from '../types';
|
|
2
|
+
import { CircuitId } from '../../circuits/index';
|
|
3
|
+
import { DID } from '@mocanetwork/moca-iden3';
|
|
4
|
+
import { MediaType } from '../constants';
|
|
5
|
+
/**
|
|
6
|
+
* Handler to
|
|
7
|
+
*
|
|
8
|
+
* @public
|
|
9
|
+
* @class DataPrepareHandlerFunc
|
|
10
|
+
*/
|
|
11
|
+
export declare class DataPrepareHandlerFunc {
|
|
12
|
+
readonly dataPrepareFunc: AuthDataPrepareFunc;
|
|
13
|
+
/**
|
|
14
|
+
* Creates an instance of DataPrepareHandlerFunc.
|
|
15
|
+
* @param {AuthDataPrepareFunc} dataPrepareFunc - function that produces marshaled inputs for auth circuits
|
|
16
|
+
*/
|
|
17
|
+
constructor(dataPrepareFunc: AuthDataPrepareFunc);
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
* @param {Uint8Array} hash - challenge that will be signed
|
|
22
|
+
* @param {DID} did - did of identity that will prepare inputs
|
|
23
|
+
* @param {CircuitId} circuitId - circuit id
|
|
24
|
+
* @returns `Promise<Uint8Array>`
|
|
25
|
+
*/
|
|
26
|
+
prepare(hash: Uint8Array, did: DID, circuitId: CircuitId): Promise<Uint8Array>;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Handler to verify public signals of authorization circuits
|
|
30
|
+
*
|
|
31
|
+
* @public
|
|
32
|
+
* @class VerificationHandlerFunc
|
|
33
|
+
*/
|
|
34
|
+
export declare class VerificationHandlerFunc {
|
|
35
|
+
readonly stateVerificationFunc: StateVerificationFunc;
|
|
36
|
+
/**
|
|
37
|
+
* Creates an instance of VerificationHandlerFunc.
|
|
38
|
+
* @param {StateVerificationFunc} stateVerificationFunc - state verification function
|
|
39
|
+
*/
|
|
40
|
+
constructor(stateVerificationFunc: StateVerificationFunc);
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
*
|
|
44
|
+
* @param {string} id - id of circuit
|
|
45
|
+
* @param {Array<string>} pubSignals - signals that must contain user id and state
|
|
46
|
+
* @returns `Promise<boolean>`
|
|
47
|
+
*/
|
|
48
|
+
verify(id: string, pubSignals: Array<string>, opts?: StateVerificationOpts): Promise<boolean>;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Packer that can pack message to JWZ token,
|
|
52
|
+
* and unpack and validate JWZ envelope
|
|
53
|
+
* @public
|
|
54
|
+
* @class ZKPPacker
|
|
55
|
+
* @implements implements IPacker interface
|
|
56
|
+
*/
|
|
57
|
+
export declare class ZKPPacker implements IPacker {
|
|
58
|
+
readonly provingParamsMap: Map<string, ProvingParams>;
|
|
59
|
+
readonly verificationParamsMap: Map<string, VerificationParams>;
|
|
60
|
+
private readonly _opts;
|
|
61
|
+
private readonly supportedProtocolVersions;
|
|
62
|
+
private readonly supportedAlgorithms;
|
|
63
|
+
private readonly supportedCircuitIds;
|
|
64
|
+
/**
|
|
65
|
+
* Creates an instance of ZKPPacker.
|
|
66
|
+
* @param {Map<string, ProvingParams>} provingParamsMap - string is derived by JSON.parse(ProvingMethodAlg)
|
|
67
|
+
* @param {Map<string, VerificationParams>} verificationParamsMap - string is derived by JSON.parse(ProvingMethodAlg)
|
|
68
|
+
*/
|
|
69
|
+
constructor(provingParamsMap: Map<string, ProvingParams>, verificationParamsMap: Map<string, VerificationParams>, _opts?: StateVerificationOpts);
|
|
70
|
+
/**
|
|
71
|
+
* Packs a basic message using the specified parameters.
|
|
72
|
+
* @param msg - The basic message to pack.
|
|
73
|
+
* @param param - The parameters for the ZKPPacker.
|
|
74
|
+
* @returns A promise that resolves to a Uint8Array representing the packed message.
|
|
75
|
+
*/
|
|
76
|
+
packMessage(msg: BasicMessage, param: ZKPPackerParams): Promise<Uint8Array>;
|
|
77
|
+
/**
|
|
78
|
+
* creates JSON Web Zeroknowledge token
|
|
79
|
+
*
|
|
80
|
+
* @param {Uint8Array} payload - serialized message
|
|
81
|
+
* @param {ZKPPackerParams} params - sender id and proving alg are required
|
|
82
|
+
* @returns `Promise<Uint8Array>`
|
|
83
|
+
*/
|
|
84
|
+
pack(payload: Uint8Array, params: ZKPPackerParams): Promise<Uint8Array>;
|
|
85
|
+
/**
|
|
86
|
+
* validate envelope which is jwz token
|
|
87
|
+
*
|
|
88
|
+
* @param {Uint8Array} envelope
|
|
89
|
+
* @returns `Promise<BasicMessage>`
|
|
90
|
+
*/
|
|
91
|
+
unpack(envelope: Uint8Array): Promise<BasicMessage>;
|
|
92
|
+
mediaType(): MediaType;
|
|
93
|
+
/** {@inheritDoc IPacker.getSupportedProfiles} */
|
|
94
|
+
getSupportedProfiles(): string[];
|
|
95
|
+
/** {@inheritDoc IPacker.isProfileSupported} */
|
|
96
|
+
isProfileSupported(profile: string): boolean;
|
|
97
|
+
}
|
|
98
|
+
//# sourceMappingURL=zkp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zkp.d.ts","sourceRoot":"","sources":["../../../../src/iden3comm/packers/zkp.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,qBAAqB,EACrB,mBAAmB,EACnB,YAAY,EACZ,OAAO,EACP,aAAa,EACb,qBAAqB,EACrB,kBAAkB,EAClB,eAAe,EAChB,MAAM,UAAU,CAAC;AAElB,OAAO,EAAoB,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACnE,OAAO,EAAe,GAAG,EAAE,MAAM,yBAAyB,CAAC;AAU3D,OAAO,EAA2C,SAAS,EAAmB,MAAM,cAAc,CAAC;AAOnG;;;;;GAKG;AACH,qBAAa,sBAAsB;aAKL,eAAe,EAAE,mBAAmB;IAJhE;;;OAGG;gBACyB,eAAe,EAAE,mBAAmB;IAEhE;;;;;;;OAOG;IACH,OAAO,CAAC,IAAI,EAAE,UAAU,EAAE,GAAG,EAAE,GAAG,EAAE,SAAS,EAAE,SAAS,GAAG,OAAO,CAAC,UAAU,CAAC;CAG/E;AAED;;;;;GAKG;AACH,qBAAa,uBAAuB;aAKN,qBAAqB,EAAE,qBAAqB;IAJxE;;;OAGG;gBACyB,qBAAqB,EAAE,qBAAqB;IAExE;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,UAAU,EAAE,KAAK,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,OAAO,CAAC;CAG9F;AAED;;;;;;GAMG;AACH,qBAAa,SAAU,YAAW,OAAO;aAWrB,gBAAgB,EAAE,GAAG,CAAC,MAAM,EAAE,aAAa,CAAC;aAC5C,qBAAqB,EAAE,GAAG,CAAC,MAAM,EAAE,kBAAkB,CAAC;IACtE,OAAO,CAAC,QAAQ,CAAC,KAAK;IAZxB,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAAwB;IAClE,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAAiC;IACrE,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAA+B;IAEnE;;;;OAIG;gBAEe,gBAAgB,EAAE,GAAG,CAAC,MAAM,EAAE,aAAa,CAAC,EAC5C,qBAAqB,EAAE,GAAG,CAAC,MAAM,EAAE,kBAAkB,CAAC,EACrD,KAAK,GAAE,qBAEvB;IAGH;;;;;OAKG;IACH,WAAW,CAAC,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,eAAe,GAAG,OAAO,CAAC,UAAU,CAAC;IAI3E;;;;;;OAMG;IACG,IAAI,CAAC,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,eAAe,GAAG,OAAO,CAAC,UAAU,CAAC;IAoB7E;;;;;OAKG;IACG,MAAM,CAAC,QAAQ,EAAE,UAAU,GAAG,OAAO,CAAC,YAAY,CAAC;IA8BzD,SAAS,IAAI,SAAS;IAItB,iDAAiD;IACjD,oBAAoB,IAAI,MAAM,EAAE;IAShC,+CAA+C;IAC/C,kBAAkB,CAAC,OAAO,EAAE,MAAM;CAoBnC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export * from './protocol/auth';
|
|
2
|
+
export * from './protocol/credentials';
|
|
3
|
+
export * from './protocol/messages';
|
|
4
|
+
export * from './protocol/proof';
|
|
5
|
+
export * from './protocol/revocation';
|
|
6
|
+
export * from './protocol/contract-request';
|
|
7
|
+
export * from './protocol/proposal-request';
|
|
8
|
+
export * from './protocol/payment';
|
|
9
|
+
export * from './protocol/accept-profile';
|
|
10
|
+
export * from './protocol/discovery-protocol';
|
|
11
|
+
export * from './protocol/problem-report';
|
|
12
|
+
export * from './protocol/attachment';
|
|
13
|
+
export * from './protocol/common';
|
|
14
|
+
export * from './packer';
|
|
15
|
+
export * from './models';
|
|
16
|
+
export * from './packageManager';
|
|
17
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/iden3comm/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAE1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../../src/iden3comm/types/models.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAElC,4BAA4B,CAAC,EAAE,MAAM,CAAC;CACvC,CAAC"}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { BasicMessage, IPacker, PackerParams } from './packer';
|
|
2
|
+
import { MediaType } from '../constants';
|
|
3
|
+
/**
|
|
4
|
+
* Interface for defining the registry of packers
|
|
5
|
+
*
|
|
6
|
+
* @public
|
|
7
|
+
* @interface IPackageManager
|
|
8
|
+
*/
|
|
9
|
+
export interface IPackageManager {
|
|
10
|
+
/**
|
|
11
|
+
* Map of packers key is media type, value is packer implementation
|
|
12
|
+
*
|
|
13
|
+
* @type {Map<MediaType, IPacker>}
|
|
14
|
+
*/
|
|
15
|
+
packers: Map<MediaType, IPacker>;
|
|
16
|
+
/**
|
|
17
|
+
* registers new packer in the manager
|
|
18
|
+
*
|
|
19
|
+
* @param {Array<IPacker>} packers
|
|
20
|
+
*/
|
|
21
|
+
registerPackers(packers: Array<IPacker>): void;
|
|
22
|
+
/**
|
|
23
|
+
* packs payload with a packer that is assigned to media type
|
|
24
|
+
* forwards packer params to implementation
|
|
25
|
+
*
|
|
26
|
+
* @param {MediaType} mediaType
|
|
27
|
+
* @param {Uint8Array} payload
|
|
28
|
+
* @param {PackerParams} params
|
|
29
|
+
* @returns `Promise<Uint8Array>`
|
|
30
|
+
*/
|
|
31
|
+
pack(mediaType: MediaType, payload: Uint8Array, params: PackerParams): Promise<Uint8Array>;
|
|
32
|
+
/**
|
|
33
|
+
* packs payload with a packer that is assigned to media type
|
|
34
|
+
* forwards packer params to implementation
|
|
35
|
+
*
|
|
36
|
+
* @param {MediaType} mediaType
|
|
37
|
+
* @param {BasicMessage} protocolMessage
|
|
38
|
+
* @param {PackerParams} params
|
|
39
|
+
* @returns `Promise<Uint8Array>`
|
|
40
|
+
*/
|
|
41
|
+
packMessage(mediaType: MediaType, protocolMessage: BasicMessage, params: PackerParams): Promise<Uint8Array>;
|
|
42
|
+
/**
|
|
43
|
+
* unpacks packed envelope to basic protocol message and returns media type of the envelope
|
|
44
|
+
*
|
|
45
|
+
* @param {Uint8Array} envelope - bytes envelope
|
|
46
|
+
* @returns `Promise<{ unpackedMessage: BasicMessage; unpackedMediaType: MediaType }`
|
|
47
|
+
*/
|
|
48
|
+
unpack(envelope: Uint8Array): Promise<{
|
|
49
|
+
unpackedMessage: BasicMessage;
|
|
50
|
+
unpackedMediaType: MediaType;
|
|
51
|
+
}>;
|
|
52
|
+
/**
|
|
53
|
+
* unpacks an envelope with a known media type
|
|
54
|
+
*
|
|
55
|
+
* @param {MediaType} mediaType
|
|
56
|
+
* @param {Uint8Array} envelope
|
|
57
|
+
* @returns `Promise<BasicMessage>`
|
|
58
|
+
*/
|
|
59
|
+
unpackWithType(mediaType: MediaType, envelope: Uint8Array): Promise<BasicMessage>;
|
|
60
|
+
/**
|
|
61
|
+
* gets media type from an envelope
|
|
62
|
+
*
|
|
63
|
+
* @param {string} envelope
|
|
64
|
+
* @returns MediaType
|
|
65
|
+
*/
|
|
66
|
+
getMediaType(envelope: string): MediaType;
|
|
67
|
+
/**
|
|
68
|
+
* gets supported media types by packer manager
|
|
69
|
+
*
|
|
70
|
+
* @returns MediaType[]
|
|
71
|
+
*/
|
|
72
|
+
getSupportedMediaTypes(): MediaType[];
|
|
73
|
+
/**
|
|
74
|
+
* gets supported accept profiles by packer manager
|
|
75
|
+
*
|
|
76
|
+
* @returns string[]
|
|
77
|
+
*/
|
|
78
|
+
getSupportedProfiles(): string[];
|
|
79
|
+
/**
|
|
80
|
+
* returns true if media type and algorithms supported by packer manager
|
|
81
|
+
*
|
|
82
|
+
* @param {MediaType} mediaType
|
|
83
|
+
* @param {string} profile
|
|
84
|
+
* @returns {boolean}
|
|
85
|
+
*/
|
|
86
|
+
isProfileSupported(mediaType: MediaType, profile: string): boolean;
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* EnvelopeStub is used to stub the jwt based envelops
|
|
90
|
+
*/
|
|
91
|
+
export type EnvelopeStub = {
|
|
92
|
+
protected: string;
|
|
93
|
+
};
|
|
94
|
+
/**
|
|
95
|
+
* HeaderStub is used to stub the jwt based envelops
|
|
96
|
+
*/
|
|
97
|
+
export type HeaderStub = {
|
|
98
|
+
typ: MediaType;
|
|
99
|
+
};
|
|
100
|
+
//# sourceMappingURL=packageManager.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"packageManager.d.ts","sourceRoot":"","sources":["../../../../src/iden3comm/types/packageManager.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC;;;;;GAKG;AACH,MAAM,WAAW,eAAe;IAC9B;;;;OAIG;IACH,OAAO,EAAE,GAAG,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;IAEjC;;;;OAIG;IACH,eAAe,CAAC,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;IAE/C;;;;;;;;OAQG;IACH,IAAI,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,YAAY,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;IAE3F;;;;;;;;OAQG;IACH,WAAW,CACT,SAAS,EAAE,SAAS,EACpB,eAAe,EAAE,YAAY,EAC7B,MAAM,EAAE,YAAY,GACnB,OAAO,CAAC,UAAU,CAAC,CAAC;IAEvB;;;;;OAKG;IACH,MAAM,CACJ,QAAQ,EAAE,UAAU,GACnB,OAAO,CAAC;QAAE,eAAe,EAAE,YAAY,CAAC;QAAC,iBAAiB,EAAE,SAAS,CAAA;KAAE,CAAC,CAAC;IAE5E;;;;;;OAMG;IACH,cAAc,CAAC,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,UAAU,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC;IAElF;;;;;OAKG;IACH,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAC;IAE1C;;;;OAIG;IACH,sBAAsB,IAAI,SAAS,EAAE,CAAC;IAEtC;;;;OAIG;IACH,oBAAoB,IAAI,MAAM,EAAE,CAAC;IAEjC;;;;;;OAMG;IACH,kBAAkB,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC;CACpE;AACD;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG;IACzB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AACF;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG;IACvB,GAAG,EAAE,SAAS,CAAC;CAChB,CAAC"}
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import { DID } from '@mocanetwork/moca-iden3';
|
|
2
|
+
import { DataPrepareHandlerFunc, VerificationHandlerFunc } from '../packers';
|
|
3
|
+
import { ProvingMethodAlg } from '@iden3/js-jwz';
|
|
4
|
+
import { CircuitId } from '../../circuits';
|
|
5
|
+
import { MediaType, PROTOCOL_MESSAGE_TYPE } from '../constants';
|
|
6
|
+
import { DIDDocument, VerificationMethod } from 'did-resolver';
|
|
7
|
+
import { StateVerificationOpts } from './models';
|
|
8
|
+
import { Attachment } from './protocol/attachment';
|
|
9
|
+
/**
|
|
10
|
+
* Protocol message type
|
|
11
|
+
*/
|
|
12
|
+
export type ProtocolMessage = (typeof PROTOCOL_MESSAGE_TYPE)[keyof typeof PROTOCOL_MESSAGE_TYPE];
|
|
13
|
+
/**
|
|
14
|
+
* JSONValue
|
|
15
|
+
*/
|
|
16
|
+
export type JSONValue = string | number | boolean | object | Array<object>;
|
|
17
|
+
/**
|
|
18
|
+
* JSON object
|
|
19
|
+
*/
|
|
20
|
+
export type JSONObject = {
|
|
21
|
+
[x: string]: JSONValue;
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* JSON document object
|
|
25
|
+
*/
|
|
26
|
+
export type JsonDocumentObject = {
|
|
27
|
+
[key: string]: JsonDocumentObjectValue;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* JSON document object allowed values
|
|
31
|
+
*/
|
|
32
|
+
export type JsonDocumentObjectValue = string | number | boolean | JsonDocumentObject | JsonDocumentObjectValue[];
|
|
33
|
+
/**
|
|
34
|
+
* Basic message with all possible fields optional
|
|
35
|
+
*/
|
|
36
|
+
export type BasicMessage = {
|
|
37
|
+
id: string;
|
|
38
|
+
typ?: MediaType;
|
|
39
|
+
type: ProtocolMessage;
|
|
40
|
+
thid?: string;
|
|
41
|
+
body?: unknown;
|
|
42
|
+
from?: string;
|
|
43
|
+
to?: string;
|
|
44
|
+
created_time?: number;
|
|
45
|
+
expires_time?: number;
|
|
46
|
+
attachments?: Attachment[];
|
|
47
|
+
};
|
|
48
|
+
/**
|
|
49
|
+
* Basic message with all possible fields required
|
|
50
|
+
*/
|
|
51
|
+
export type RequiredBasicMessage = Omit<Required<BasicMessage>, 'created_time' | 'expires_time' | 'attachments'> & {
|
|
52
|
+
created_time?: number;
|
|
53
|
+
expires_time?: number;
|
|
54
|
+
attachments?: Attachment[];
|
|
55
|
+
};
|
|
56
|
+
/**
|
|
57
|
+
* parameters for any packer
|
|
58
|
+
*/
|
|
59
|
+
export type PackerParams = {
|
|
60
|
+
[key in string]: any;
|
|
61
|
+
};
|
|
62
|
+
/**
|
|
63
|
+
* parameters for zkp packer
|
|
64
|
+
*/
|
|
65
|
+
export type ZKPPackerParams = PackerParams & {
|
|
66
|
+
senderDID: DID;
|
|
67
|
+
/** @deprecated */
|
|
68
|
+
profileNonce?: number | string;
|
|
69
|
+
provingMethodAlg: ProvingMethodAlg;
|
|
70
|
+
};
|
|
71
|
+
/**
|
|
72
|
+
* SignerFn Is function to sign data with a verification method
|
|
73
|
+
* @returns Promise of signature bytes;
|
|
74
|
+
*/
|
|
75
|
+
export type SignerFn = (vm: VerificationMethod, dataToSign: Uint8Array) => Promise<Uint8Array>;
|
|
76
|
+
/**
|
|
77
|
+
* JWSPackerParams are parameters for JWS packer
|
|
78
|
+
*/
|
|
79
|
+
export type JWSPackerParams = PackerParams & {
|
|
80
|
+
alg: string;
|
|
81
|
+
kid?: string;
|
|
82
|
+
didDocument?: DIDDocument;
|
|
83
|
+
signer?: SignerFn;
|
|
84
|
+
};
|
|
85
|
+
/**
|
|
86
|
+
* parameters for plain packer
|
|
87
|
+
*/
|
|
88
|
+
export type PlainPackerParams = PackerParams;
|
|
89
|
+
/**
|
|
90
|
+
* signature of auth signals function preparer
|
|
91
|
+
*/
|
|
92
|
+
export type AuthDataPrepareFunc = (hash: Uint8Array, did: DID, circuitId: CircuitId) => Promise<Uint8Array>;
|
|
93
|
+
/**
|
|
94
|
+
* signature of state function verifier
|
|
95
|
+
*/
|
|
96
|
+
export type StateVerificationFunc = (id: string, pubSignals: Array<string>, opts?: StateVerificationOpts) => Promise<boolean>;
|
|
97
|
+
/**
|
|
98
|
+
* Defines method that must be implemented by any packer
|
|
99
|
+
*
|
|
100
|
+
* @public
|
|
101
|
+
* @interface IPacker
|
|
102
|
+
*/
|
|
103
|
+
export interface IPacker {
|
|
104
|
+
/**
|
|
105
|
+
* Packs the given payload and returns a promise that resolves to the packed data.
|
|
106
|
+
* @param payload - The payload to be packed.
|
|
107
|
+
* @param param - The packing parameters.
|
|
108
|
+
* @returns A promise that resolves to the packed data as a Uint8Array.
|
|
109
|
+
*/
|
|
110
|
+
pack(payload: Uint8Array, param: PackerParams): Promise<Uint8Array>;
|
|
111
|
+
/**
|
|
112
|
+
* Packs the given message and returns a promise that resolves to the packed data.
|
|
113
|
+
* @param msg - The message to be packed.
|
|
114
|
+
* @param param - The packing parameters.
|
|
115
|
+
* @returns A promise that resolves to the packed data as a Uint8Array.
|
|
116
|
+
*/
|
|
117
|
+
packMessage(msg: BasicMessage, param: PackerParams): Promise<Uint8Array>;
|
|
118
|
+
/**
|
|
119
|
+
* Unpacks the given envelope and returns a promise that resolves to the unpacked message.
|
|
120
|
+
* @param envelope - The envelope to be unpacked.
|
|
121
|
+
* @returns A promise that resolves to the unpacked message as a BasicMessage.
|
|
122
|
+
*/
|
|
123
|
+
unpack(envelope: Uint8Array): Promise<BasicMessage>;
|
|
124
|
+
/**
|
|
125
|
+
* Returns the media type associated with the packer.
|
|
126
|
+
* @returns The media type as a MediaType.
|
|
127
|
+
*/
|
|
128
|
+
mediaType(): MediaType;
|
|
129
|
+
/**
|
|
130
|
+
* gets packer envelope (supported profiles) with options
|
|
131
|
+
*
|
|
132
|
+
* @returns {string}
|
|
133
|
+
*/
|
|
134
|
+
getSupportedProfiles(): string[];
|
|
135
|
+
/**
|
|
136
|
+
* returns true if profile is supported by packer
|
|
137
|
+
*
|
|
138
|
+
* @param {string} profile
|
|
139
|
+
* @returns {boolean}
|
|
140
|
+
*/
|
|
141
|
+
isProfileSupported(profile: string): boolean;
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* Params for verification of auth circuit public signals
|
|
145
|
+
*/
|
|
146
|
+
export type VerificationParams = {
|
|
147
|
+
key: Uint8Array;
|
|
148
|
+
verificationFn: VerificationHandlerFunc;
|
|
149
|
+
};
|
|
150
|
+
/**
|
|
151
|
+
* Params for generation of proof for auth circuit
|
|
152
|
+
*/
|
|
153
|
+
export type ProvingParams = {
|
|
154
|
+
dataPreparer: DataPrepareHandlerFunc;
|
|
155
|
+
provingKey: Uint8Array;
|
|
156
|
+
wasm: Uint8Array;
|
|
157
|
+
};
|
|
158
|
+
//# sourceMappingURL=packer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"packer.d.ts","sourceRoot":"","sources":["../../../../src/iden3comm/types/packer.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { AcceptAuthCircuits, AcceptJwsAlgorithms, AcceptJwzAlgorithms, MediaType, ProtocolVersion } from '../../constants';
|
|
2
|
+
export type AcceptProfile = {
|
|
3
|
+
protocolVersion: ProtocolVersion;
|
|
4
|
+
env: MediaType;
|
|
5
|
+
circuits?: AcceptAuthCircuits[];
|
|
6
|
+
alg?: AcceptJwsAlgorithms[] | AcceptJwzAlgorithms[];
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=accept-profile.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accept-profile.d.ts","sourceRoot":"","sources":["../../../../../src/iden3comm/types/protocol/accept-profile.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,EAClB,mBAAmB,EACnB,mBAAmB,EACnB,SAAS,EACT,eAAe,EAChB,MAAM,iBAAiB,CAAC;AAEzB,MAAM,MAAM,aAAa,GAAG;IAC1B,eAAe,EAAE,eAAe,CAAC;IACjC,GAAG,EAAE,SAAS,CAAC;IACf,QAAQ,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAChC,GAAG,CAAC,EAAE,mBAAmB,EAAE,GAAG,mBAAmB,EAAE,CAAC;CACrD,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { JsonDocumentObject } from '../packer';
|
|
2
|
+
export type Attachment = {
|
|
3
|
+
id: string;
|
|
4
|
+
description?: string;
|
|
5
|
+
media_type?: string;
|
|
6
|
+
data: AttachData;
|
|
7
|
+
};
|
|
8
|
+
export type AttachData = {
|
|
9
|
+
json: JsonDocumentObject;
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=attachment.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attachment.d.ts","sourceRoot":"","sources":["../../../../../src/iden3comm/types/protocol/attachment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAE/C,MAAM,MAAM,UAAU,GAAG;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,UAAU,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,EAAE,kBAAkB,CAAC;CAC1B,CAAC"}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { ZKProof } from '@iden3/js-jwz';
|
|
2
|
+
import { BasicMessage, JsonDocumentObject } from '../packer';
|
|
3
|
+
import { PROTOCOL_MESSAGE_TYPE } from '../../constants';
|
|
4
|
+
import { ProofType } from '../../../verifiable';
|
|
5
|
+
import { CircuitId } from '../../../circuits';
|
|
6
|
+
import { DIDDocument as DidResolverDidDocument, VerificationMethod as DidResolverVerificationMethod } from 'did-resolver';
|
|
7
|
+
import { RootInfo, StateInfo } from '../../../storage';
|
|
8
|
+
import { AuthProof, CrossChainProof } from './contract-request';
|
|
9
|
+
/** AuthorizationResponseMessage is struct the represents iden3message authorization response */
|
|
10
|
+
export type AuthorizationResponseMessage = BasicMessage & {
|
|
11
|
+
body: AuthorizationMessageResponseBody;
|
|
12
|
+
from: string;
|
|
13
|
+
to: string;
|
|
14
|
+
type: typeof PROTOCOL_MESSAGE_TYPE.AUTHORIZATION_RESPONSE_MESSAGE_TYPE;
|
|
15
|
+
};
|
|
16
|
+
/** AuthorizationMessageResponseBody is struct the represents authorization response data */
|
|
17
|
+
export type AuthorizationMessageResponseBody = {
|
|
18
|
+
did_doc?: DIDDocument;
|
|
19
|
+
message?: string;
|
|
20
|
+
scope: Array<ZeroKnowledgeProofResponse>;
|
|
21
|
+
};
|
|
22
|
+
/** AuthorizationRequestMessage is struct the represents iden3message authorization request */
|
|
23
|
+
export type AuthorizationRequestMessage = BasicMessage & {
|
|
24
|
+
body: AuthorizationRequestMessageBody;
|
|
25
|
+
from: string;
|
|
26
|
+
type: typeof PROTOCOL_MESSAGE_TYPE.AUTHORIZATION_REQUEST_MESSAGE_TYPE;
|
|
27
|
+
};
|
|
28
|
+
/** AuthorizationRequestMessageBody is body for authorization request */
|
|
29
|
+
export type AuthorizationRequestMessageBody = {
|
|
30
|
+
callbackUrl: string;
|
|
31
|
+
reason?: string;
|
|
32
|
+
message?: string;
|
|
33
|
+
did_doc?: DIDDocument;
|
|
34
|
+
scope: Array<ZeroKnowledgeProofRequest>;
|
|
35
|
+
accept?: string[];
|
|
36
|
+
};
|
|
37
|
+
/** ZeroKnowledgeProofRequest represents structure of zkp request object */
|
|
38
|
+
export type ZeroKnowledgeProofRequest = {
|
|
39
|
+
id: number | string;
|
|
40
|
+
circuitId: CircuitId;
|
|
41
|
+
optional?: boolean;
|
|
42
|
+
query: ZeroKnowledgeProofQuery;
|
|
43
|
+
params?: {
|
|
44
|
+
nullifierSessionId?: string | number;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
/** ZeroKnowledgeProofQuery represents structure of zkp request query object */
|
|
48
|
+
export type ZeroKnowledgeProofQuery = {
|
|
49
|
+
allowedIssuers: string[];
|
|
50
|
+
context: string;
|
|
51
|
+
credentialSubject?: JsonDocumentObject;
|
|
52
|
+
proofType?: ProofType;
|
|
53
|
+
skipClaimRevocationCheck?: boolean;
|
|
54
|
+
groupId?: number;
|
|
55
|
+
type: string;
|
|
56
|
+
};
|
|
57
|
+
export type ZeroKnowledgeInvokeResponse = {
|
|
58
|
+
responses: ZeroKnowledgeProofResponse[];
|
|
59
|
+
crossChainProof?: CrossChainProof;
|
|
60
|
+
authProof?: AuthProof;
|
|
61
|
+
};
|
|
62
|
+
/** ZeroKnowledgeProofResponse represents structure of zkp response */
|
|
63
|
+
export type ZeroKnowledgeProofResponse = {
|
|
64
|
+
id: number | string;
|
|
65
|
+
circuitId: string;
|
|
66
|
+
vp?: VerifiablePresentation;
|
|
67
|
+
} & ZKProof;
|
|
68
|
+
/** ZeroKnowledgeProofAuthResponse represents structure of zkp auth response */
|
|
69
|
+
export type ZeroKnowledgeProofAuthResponse = Omit<ZeroKnowledgeProofResponse, 'id' | 'vp'>;
|
|
70
|
+
/** VerifiablePresentation represents structure of Verifiable Presentation */
|
|
71
|
+
export type VerifiablePresentation = {
|
|
72
|
+
'@context': string | (string | object)[];
|
|
73
|
+
type: string;
|
|
74
|
+
verifiableCredential: {
|
|
75
|
+
'@context': string | string[];
|
|
76
|
+
type: string | string[];
|
|
77
|
+
credentialSubject: JsonDocumentObject;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
/** DIDDocument represents structure of DID Document */
|
|
81
|
+
export type DIDDocument = DidResolverDidDocument & {
|
|
82
|
+
verificationMethod?: VerificationMethod[];
|
|
83
|
+
};
|
|
84
|
+
/** VerificationMethod represents structure of Verification Method */
|
|
85
|
+
export type VerificationMethod = DidResolverVerificationMethod & {
|
|
86
|
+
published?: boolean;
|
|
87
|
+
info?: StateInfo;
|
|
88
|
+
global?: RootInfo;
|
|
89
|
+
};
|
|
90
|
+
//# sourceMappingURL=auth.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../../../../src/iden3comm/types/protocol/auth.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents information about a credential schema.
|
|
3
|
+
*
|
|
4
|
+
* @property {string} type - The type of the credential schema.
|
|
5
|
+
* @property {string} context - The context in which the credential schema is used.
|
|
6
|
+
*/
|
|
7
|
+
export type CredentialSchemaInfo = {
|
|
8
|
+
type: string;
|
|
9
|
+
context: string;
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=common.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../../src/iden3comm/types/protocol/common.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { GlobalStateUpdate, IdentityStateUpdate } from '../../../storage/entities/state';
|
|
2
|
+
import { PROTOCOL_MESSAGE_TYPE } from '../../constants';
|
|
3
|
+
import { BasicMessage } from '../packer';
|
|
4
|
+
import { DIDDocument, ZeroKnowledgeProofAuthResponse, ZeroKnowledgeProofRequest, ZeroKnowledgeProofResponse } from './auth';
|
|
5
|
+
import { DID } from '@mocanetwork/moca-iden3';
|
|
6
|
+
/** ContractInvokeRequest represents structure of contract invoke request object */
|
|
7
|
+
export type ContractInvokeRequest = BasicMessage & {
|
|
8
|
+
body: ContractInvokeRequestBody;
|
|
9
|
+
type: typeof PROTOCOL_MESSAGE_TYPE.CONTRACT_INVOKE_REQUEST_MESSAGE_TYPE;
|
|
10
|
+
};
|
|
11
|
+
/** ContractInvokeRequestBody represents structure of contract invoke request body object */
|
|
12
|
+
export type ContractInvokeRequestBody = {
|
|
13
|
+
reason?: string;
|
|
14
|
+
transaction_data: ContractInvokeTransactionData;
|
|
15
|
+
scope: Array<ZeroKnowledgeProofRequest>;
|
|
16
|
+
did_doc?: DIDDocument;
|
|
17
|
+
accept?: string[];
|
|
18
|
+
};
|
|
19
|
+
/** ContractInvokeResponse represents structure of contract invoke response object */
|
|
20
|
+
export type ContractInvokeResponse = BasicMessage & {
|
|
21
|
+
body: ContractInvokeResponseBody;
|
|
22
|
+
type: typeof PROTOCOL_MESSAGE_TYPE.CONTRACT_INVOKE_RESPONSE_MESSAGE_TYPE;
|
|
23
|
+
};
|
|
24
|
+
/** ContractInvokeResponseBody represents structure of contract invoke response body object */
|
|
25
|
+
export type ContractInvokeResponseBody = {
|
|
26
|
+
scope: Array<OnChainZeroKnowledgeProofResponse>;
|
|
27
|
+
transaction_data: ContractInvokeTransactionData;
|
|
28
|
+
did_doc?: DIDDocument;
|
|
29
|
+
crossChainProof?: CrossChainProof;
|
|
30
|
+
authProof?: AuthProof;
|
|
31
|
+
};
|
|
32
|
+
/** OnChainZeroKnowledgeProofResponse represents structure of onchain zero knowledge proof response */
|
|
33
|
+
export type OnChainZeroKnowledgeProofResponse = ZeroKnowledgeProofResponse & {
|
|
34
|
+
txHash?: string;
|
|
35
|
+
};
|
|
36
|
+
/** ContractInvokeTransactionData represents structure of contract invoke transaction data object */
|
|
37
|
+
export type ContractInvokeTransactionData = {
|
|
38
|
+
contract_address: string;
|
|
39
|
+
method_id: string;
|
|
40
|
+
chain_id: number;
|
|
41
|
+
network?: string;
|
|
42
|
+
txHash?: string;
|
|
43
|
+
};
|
|
44
|
+
export type AuthProofEthIdentity = {
|
|
45
|
+
userDid: DID;
|
|
46
|
+
};
|
|
47
|
+
export type AuthProofZKP = {
|
|
48
|
+
zkp: ZeroKnowledgeProofAuthResponse;
|
|
49
|
+
};
|
|
50
|
+
/** AuthProofResponse represents structure of zkp response */
|
|
51
|
+
export type AuthProof = {
|
|
52
|
+
authMethod: AuthMethod;
|
|
53
|
+
} & (AuthProofEthIdentity | AuthProofZKP);
|
|
54
|
+
export type CrossChainProof = {
|
|
55
|
+
globalStateProofs: GlobalStateUpdate[];
|
|
56
|
+
identityStateProofs: IdentityStateUpdate[];
|
|
57
|
+
};
|
|
58
|
+
export declare enum AuthMethod {
|
|
59
|
+
AUTHV2 = "authV2",
|
|
60
|
+
ETH_IDENTITY = "ethIdentity"
|
|
61
|
+
}
|
|
62
|
+
//# sourceMappingURL=contract-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contract-request.d.ts","sourceRoot":"","sources":["../../../../../src/iden3comm/types/protocol/contract-request.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACzF,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AACzC,OAAO,EACL,WAAW,EACX,8BAA8B,EAC9B,yBAAyB,EACzB,0BAA0B,EAC3B,MAAM,QAAQ,CAAC;AAChB,OAAO,EAAE,GAAG,EAAE,MAAM,yBAAyB,CAAC;AAE9C,mFAAmF;AACnF,MAAM,MAAM,qBAAqB,GAAG,YAAY,GAAG;IACjD,IAAI,EAAE,yBAAyB,CAAC;IAChC,IAAI,EAAE,OAAO,qBAAqB,CAAC,oCAAoC,CAAC;CACzE,CAAC;AAEF,4FAA4F;AAC5F,MAAM,MAAM,yBAAyB,GAAG;IACtC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,gBAAgB,EAAE,6BAA6B,CAAC;IAChD,KAAK,EAAE,KAAK,CAAC,yBAAyB,CAAC,CAAC;IACxC,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACnB,CAAC;AAEF,qFAAqF;AACrF,MAAM,MAAM,sBAAsB,GAAG,YAAY,GAAG;IAClD,IAAI,EAAE,0BAA0B,CAAC;IACjC,IAAI,EAAE,OAAO,qBAAqB,CAAC,qCAAqC,CAAC;CAC1E,CAAC;AAEF,8FAA8F;AAC9F,MAAM,MAAM,0BAA0B,GAAG;IACvC,KAAK,EAAE,KAAK,CAAC,iCAAiC,CAAC,CAAC;IAChD,gBAAgB,EAAE,6BAA6B,CAAC;IAChD,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB,CAAC;AAEF,sGAAsG;AACtG,MAAM,MAAM,iCAAiC,GAAG,0BAA0B,GAAG;IAC3E,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,oGAAoG;AACpG,MAAM,MAAM,6BAA6B,GAAG;IAC1C,gBAAgB,EAAE,MAAM,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,OAAO,EAAE,GAAG,CAAC;CACd,CAAC;AACF,MAAM,MAAM,YAAY,GAAG;IACzB,GAAG,EAAE,8BAA8B,CAAC;CACrC,CAAC;AAEF,6DAA6D;AAC7D,MAAM,MAAM,SAAS,GAAG;IACtB,UAAU,EAAE,UAAU,CAAC;CACxB,GAAG,CAAC,oBAAoB,GAAG,YAAY,CAAC,CAAC;AAE1C,MAAM,MAAM,eAAe,GAAG;IAC5B,iBAAiB,EAAE,iBAAiB,EAAE,CAAC;IACvC,mBAAmB,EAAE,mBAAmB,EAAE,CAAC;CAC5C,CAAC;AAEF,oBAAY,UAAU;IACpB,MAAM,WAAW;IACjB,YAAY,gBAAgB;CAC7B"}
|