@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,189 @@
|
|
|
1
|
+
import { Signature } from '@iden3/js-crypto';
|
|
2
|
+
import { Claim, Claim as CoreClaim, Id } from '@mocanetwork/moca-iden3';
|
|
3
|
+
import { Hash, Proof } from '@iden3/js-merkletree';
|
|
4
|
+
/**
|
|
5
|
+
* TreeState is model for merkle tree roots
|
|
6
|
+
*
|
|
7
|
+
* @public
|
|
8
|
+
* @interface TreeState
|
|
9
|
+
*/
|
|
10
|
+
export interface TreeState {
|
|
11
|
+
state: Hash;
|
|
12
|
+
claimsRoot: Hash;
|
|
13
|
+
revocationRoot: Hash;
|
|
14
|
+
rootOfRoots: Hash;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* claim non revocation status for circuit
|
|
18
|
+
* TreeState and Proof of inclusion / non-inclusion
|
|
19
|
+
*
|
|
20
|
+
* @public
|
|
21
|
+
* @interface ClaimNonRevStatus
|
|
22
|
+
*/
|
|
23
|
+
export interface ClaimNonRevStatus {
|
|
24
|
+
treeState: TreeState;
|
|
25
|
+
proof: Proof;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Query represents basic request to claim slot verification
|
|
29
|
+
*
|
|
30
|
+
* @public
|
|
31
|
+
* @class Query
|
|
32
|
+
*/
|
|
33
|
+
export declare class Query {
|
|
34
|
+
slotIndex: number;
|
|
35
|
+
values: bigint[];
|
|
36
|
+
operator: number;
|
|
37
|
+
valueProof: ValueProof;
|
|
38
|
+
/**
|
|
39
|
+
* Validates Query instance
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
validate(): void;
|
|
43
|
+
validateValueArraySize(maxArrSize: number): void;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* CircuitID is alias for circuit identifier
|
|
47
|
+
*
|
|
48
|
+
* @enum {number}
|
|
49
|
+
*/
|
|
50
|
+
export declare enum CircuitId {
|
|
51
|
+
AuthV2 = "authV2",
|
|
52
|
+
StateTransition = "stateTransition",
|
|
53
|
+
AtomicQueryMTPV2 = "credentialAtomicQueryMTPV2",
|
|
54
|
+
AtomicQueryMTPV2OnChain = "credentialAtomicQueryMTPV2OnChain",
|
|
55
|
+
AtomicQuerySigV2 = "credentialAtomicQuerySigV2",
|
|
56
|
+
AtomicQuerySigV2OnChain = "credentialAtomicQuerySigV2OnChain",
|
|
57
|
+
/**
|
|
58
|
+
* @beta
|
|
59
|
+
*/
|
|
60
|
+
AtomicQueryV3 = "credentialAtomicQueryV3-beta.1",
|
|
61
|
+
/**
|
|
62
|
+
* @beta
|
|
63
|
+
*/
|
|
64
|
+
AtomicQueryV3OnChain = "credentialAtomicQueryV3OnChain-beta.1",
|
|
65
|
+
/**
|
|
66
|
+
* @beta
|
|
67
|
+
*/
|
|
68
|
+
LinkedMultiQuery10 = "linkedMultiQuery10-beta.1"
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Claim structure for circuit inputs
|
|
72
|
+
*
|
|
73
|
+
* @public
|
|
74
|
+
* @class CircuitClaim
|
|
75
|
+
*/
|
|
76
|
+
export declare class CircuitClaim {
|
|
77
|
+
issuerId: Id;
|
|
78
|
+
claim: CoreClaim;
|
|
79
|
+
treeState: TreeState;
|
|
80
|
+
proof: Proof;
|
|
81
|
+
nonRevProof: ClaimNonRevStatus;
|
|
82
|
+
signatureProof: BJJSignatureProof;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
*
|
|
86
|
+
* Claim for circuit with non revocation proof and signature proof
|
|
87
|
+
* @public
|
|
88
|
+
* @interface ClaimWithSigProof
|
|
89
|
+
*/
|
|
90
|
+
export interface ClaimWithSigProof {
|
|
91
|
+
issuerID?: Id;
|
|
92
|
+
claim?: Claim;
|
|
93
|
+
nonRevProof?: MTProof;
|
|
94
|
+
signatureProof?: BJJSignatureProof;
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* Claim for circuit with non revocation proof and proof of merkle tree inclusion
|
|
98
|
+
*
|
|
99
|
+
* @public
|
|
100
|
+
* @interface ClaimWithMTPProof
|
|
101
|
+
*/
|
|
102
|
+
export interface ClaimWithMTPProof {
|
|
103
|
+
issuerID?: Id;
|
|
104
|
+
claim?: Claim;
|
|
105
|
+
incProof?: MTProof;
|
|
106
|
+
nonRevProof?: MTProof;
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* prepared bjj signature for circuits with auth bjj claim data
|
|
110
|
+
*
|
|
111
|
+
* @public
|
|
112
|
+
* @interface BJJSignatureProof
|
|
113
|
+
*/
|
|
114
|
+
export interface BJJSignatureProof {
|
|
115
|
+
signature: Signature;
|
|
116
|
+
issuerAuthClaim?: Claim;
|
|
117
|
+
issuerAuthIncProof: MTProof;
|
|
118
|
+
issuerAuthNonRevProof: MTProof;
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* prepared mtp with a tree state
|
|
122
|
+
*
|
|
123
|
+
* @public
|
|
124
|
+
* @interface MTProof
|
|
125
|
+
*/
|
|
126
|
+
export interface MTProof {
|
|
127
|
+
proof?: Proof;
|
|
128
|
+
treeState?: TreeState;
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* global identity state proof
|
|
132
|
+
*
|
|
133
|
+
* @public
|
|
134
|
+
* @interface GISTProof
|
|
135
|
+
*/
|
|
136
|
+
export interface GISTProof {
|
|
137
|
+
root: Hash;
|
|
138
|
+
proof: Proof;
|
|
139
|
+
}
|
|
140
|
+
/**
|
|
141
|
+
* List of errors of circuit inputs processing
|
|
142
|
+
*
|
|
143
|
+
* @enum {number}
|
|
144
|
+
*/
|
|
145
|
+
export declare enum CircuitError {
|
|
146
|
+
EmptyAuthClaimProof = "empty auth claim mtp proof",
|
|
147
|
+
EmptyAuthClaimProofInTheNewState = "empty auth claim mtp proof in the new state",
|
|
148
|
+
EmptyAuthClaimNonRevProof = "empty auth claim non-revocation mtp proof",
|
|
149
|
+
EmptyChallengeSignature = "empty challenge signature",
|
|
150
|
+
EmptyClaimSignature = "empty claim signature",
|
|
151
|
+
EmptyClaimProof = "empty claim mtp proof",
|
|
152
|
+
EmptyClaimNonRevProof = "empty claim non-revocation mtp proof",
|
|
153
|
+
EmptyIssuerAuthClaimProof = "empty issuer auth claim mtp proof",
|
|
154
|
+
EmptyIssuerAuthClaimNonRevProof = "empty issuer auth claim non-revocation mtp proof",
|
|
155
|
+
EmptyJsonLDQueryProof = "empty JSON-LD query mtp proof",
|
|
156
|
+
EmptyJsonLDQueryValue = "empty JSON-LD query value",
|
|
157
|
+
EmptyJsonLDQueryPath = "empty JSON-LD query path",
|
|
158
|
+
EmptyQueryValue = "empty query value",
|
|
159
|
+
EmptyJsonLDQueryValues = "empty JSON-LD query values",
|
|
160
|
+
EmptyId = "empty Id",
|
|
161
|
+
EmptyChallenge = "empty challenge",
|
|
162
|
+
EmptyGISTProof = "empty GIST merkle tree proof",
|
|
163
|
+
EmptyTreeState = "empty tree state",
|
|
164
|
+
EmptyRequestID = "empty request ID",
|
|
165
|
+
InvalidProofType = "invalid proof type",
|
|
166
|
+
InvalidValuesArrSize = "invalid query Values array size",
|
|
167
|
+
InvalidOperationType = "invalid operation type"
|
|
168
|
+
}
|
|
169
|
+
/**
|
|
170
|
+
* ValueProof represents a Merkle Proof for a value stored as MT
|
|
171
|
+
*
|
|
172
|
+
* @public
|
|
173
|
+
* @class ValueProof
|
|
174
|
+
*/
|
|
175
|
+
export declare class ValueProof {
|
|
176
|
+
path: bigint;
|
|
177
|
+
value: bigint;
|
|
178
|
+
mtp: Proof;
|
|
179
|
+
/**
|
|
180
|
+
* Creates an instance of ValueProof.
|
|
181
|
+
*/
|
|
182
|
+
constructor();
|
|
183
|
+
/**
|
|
184
|
+
* validates instance of ValueProof
|
|
185
|
+
*
|
|
186
|
+
*/
|
|
187
|
+
validate(): void;
|
|
188
|
+
}
|
|
189
|
+
//# sourceMappingURL=models.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/circuits/models.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { Signature } from '@iden3/js-crypto';
|
|
2
|
+
import { Id } from '@mocanetwork/moca-iden3';
|
|
3
|
+
import { Hash, Proof } from '@iden3/js-merkletree';
|
|
4
|
+
import { BaseConfig } from './common';
|
|
5
|
+
import { ClaimWithMTPProof, TreeState } from './models';
|
|
6
|
+
/**
|
|
7
|
+
* StateTransition circuit representation
|
|
8
|
+
* Inputs and public signals declaration, marshalling and parsing
|
|
9
|
+
*
|
|
10
|
+
* @public
|
|
11
|
+
* @class StateTransitionInputs
|
|
12
|
+
* @extends {BaseConfig}
|
|
13
|
+
*/
|
|
14
|
+
export declare class StateTransitionInputs extends BaseConfig {
|
|
15
|
+
id: Id;
|
|
16
|
+
oldTreeState: TreeState;
|
|
17
|
+
newTreeState: TreeState;
|
|
18
|
+
isOldStateGenesis: boolean;
|
|
19
|
+
authClaim: ClaimWithMTPProof;
|
|
20
|
+
authClaimNewStateIncProof: Proof;
|
|
21
|
+
signature: Signature;
|
|
22
|
+
/**
|
|
23
|
+
* CircuitInputMarshal returns Circom private inputs for stateTransition.circom
|
|
24
|
+
*
|
|
25
|
+
* @returns Uint8Array
|
|
26
|
+
*/
|
|
27
|
+
inputsMarshal(): Uint8Array;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Public signals of StateTransition circuit
|
|
31
|
+
*
|
|
32
|
+
* @public
|
|
33
|
+
* @class StateTransitionPubSignals
|
|
34
|
+
*/
|
|
35
|
+
export declare class StateTransitionPubSignals {
|
|
36
|
+
userId: Id;
|
|
37
|
+
oldUserState: Hash;
|
|
38
|
+
newUserState: Hash;
|
|
39
|
+
isOldStateGenesis: boolean;
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
*
|
|
43
|
+
* PubSignalsUnmarshal unmarshal stateTransition.circom public signal
|
|
44
|
+
* @param {Uint8Array} data
|
|
45
|
+
* @returns StateTransitionPubSignals
|
|
46
|
+
*/
|
|
47
|
+
pubSignalsUnmarshal(data: Uint8Array): StateTransitionPubSignals;
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=state-transition.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"state-transition.d.ts","sourceRoot":"","sources":["../../../src/circuits/state-transition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,EAAE,EAAE,MAAM,yBAAyB,CAAC;AAC7C,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,UAAU,EAAuC,MAAM,UAAU,CAAC;AAC3E,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAgB,MAAM,UAAU,CAAC;AAGtE;;;;;;;GAOG;AACH,qBAAa,qBAAsB,SAAQ,UAAU;IACnD,EAAE,EAAG,EAAE,CAAC;IACR,YAAY,EAAG,SAAS,CAAC;IACzB,YAAY,EAAG,SAAS,CAAC;IAEzB,iBAAiB,EAAG,OAAO,CAAC;IAC5B,SAAS,EAAG,iBAAiB,CAAC;IAE9B,yBAAyB,EAAG,KAAK,CAAC;IAElC,SAAS,EAAG,SAAS,CAAC;IAEtB;;;;OAIG;IACH,aAAa,IAAI,UAAU;CA6C5B;AAyBD;;;;;GAKG;AACH,qBAAa,yBAAyB;IACpC,MAAM,EAAG,EAAE,CAAC;IACZ,YAAY,EAAG,IAAI,CAAC;IACpB,YAAY,EAAG,IAAI,CAAC;IACpB,iBAAiB,EAAG,OAAO,CAAC;IAE5B;;;;;;OAMG;IACH,mBAAmB,CAAC,IAAI,EAAE,UAAU,GAAG,yBAAyB;CAiBjE"}
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
import { DID } from '@mocanetwork/moca-iden3';
|
|
2
|
+
import { IDataStorage } from '../storage/interfaces';
|
|
3
|
+
import { W3CCredential, ProofQuery, CredentialStatus, RevocationStatus } from './../verifiable';
|
|
4
|
+
import { JSONSchema } from '../schema-processor';
|
|
5
|
+
import { CredentialStatusResolverRegistry } from './status/resolver';
|
|
6
|
+
import { CredentialStatusResolveOptions } from './status/resolver';
|
|
7
|
+
import { CredentialRequest } from './models';
|
|
8
|
+
/**
|
|
9
|
+
* Interface to work with credential wallets
|
|
10
|
+
*
|
|
11
|
+
* @public
|
|
12
|
+
* @interface ICredentialWallet
|
|
13
|
+
*/
|
|
14
|
+
export interface ICredentialWallet {
|
|
15
|
+
/**
|
|
16
|
+
* List of W3C Credential
|
|
17
|
+
*
|
|
18
|
+
* @returns `Promise<W3CCredential[]`
|
|
19
|
+
*/
|
|
20
|
+
list(): Promise<W3CCredential[]>;
|
|
21
|
+
/**
|
|
22
|
+
* saves W3C credential (upsert)
|
|
23
|
+
* @param {W3CCredential} credential - credential to save
|
|
24
|
+
* @returns `Promise<void>`
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
save(credential: W3CCredential): Promise<void>;
|
|
28
|
+
/**
|
|
29
|
+
* saves the batch of W3C credentials (upsert)
|
|
30
|
+
* @param {W3CCredential[]} credentials - credentials to save
|
|
31
|
+
* @returns `Promise<void>`
|
|
32
|
+
*/
|
|
33
|
+
saveAll(credentials: W3CCredential[]): Promise<void>;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* removes W3C credentials from data storage
|
|
37
|
+
* @param {string} id
|
|
38
|
+
* @returns `Promise<void>`
|
|
39
|
+
*/
|
|
40
|
+
remove(id: string): Promise<void>;
|
|
41
|
+
/**
|
|
42
|
+
* Find credential using iden3 query language
|
|
43
|
+
*
|
|
44
|
+
* @param {ProofQuery} query - protocol query to find credential
|
|
45
|
+
* @returns `Promise<W3CCredential[]>`
|
|
46
|
+
*/
|
|
47
|
+
findByQuery(query: ProofQuery): Promise<W3CCredential[]>;
|
|
48
|
+
/**
|
|
49
|
+
* Finds the credential by its id
|
|
50
|
+
*
|
|
51
|
+
* @param {string} id - id of credential
|
|
52
|
+
* @returns `Promise<W3CCredential | undefined>`
|
|
53
|
+
*/
|
|
54
|
+
findById(id: string): Promise<W3CCredential | undefined>;
|
|
55
|
+
/**
|
|
56
|
+
* Finds credentials by JSON-LD schema and type
|
|
57
|
+
*
|
|
58
|
+
* @param {string} context - the URL of JSON-LD schema where type is defined
|
|
59
|
+
* @returns `Promise<W3CCredential[]>`
|
|
60
|
+
*/
|
|
61
|
+
findByContextType(context: string, type: string): Promise<W3CCredential[]>;
|
|
62
|
+
/**
|
|
63
|
+
* Filters given credentials with given credential subject
|
|
64
|
+
*
|
|
65
|
+
* @param {W3CCredential[]} credentials - credentials to filter
|
|
66
|
+
* @param {DID} subject - credential subject id
|
|
67
|
+
* @returns `Promise<W3CCredential[]>`
|
|
68
|
+
*/
|
|
69
|
+
filterByCredentialSubject(credentials: W3CCredential[], subject: DID): Promise<W3CCredential[]>;
|
|
70
|
+
/**
|
|
71
|
+
* Finds first non-revoked Auth BJJ credential for given user
|
|
72
|
+
*
|
|
73
|
+
* @param {DID} did - the issuer of Auth BJJ credential
|
|
74
|
+
* @returns `Promise<W3CCredential>` W3CCredential with AuthBJJCredential type
|
|
75
|
+
*/
|
|
76
|
+
getAuthBJJCredential(did: DID): Promise<W3CCredential>;
|
|
77
|
+
/**
|
|
78
|
+
* Finds all Auth BJJ credentials for given user
|
|
79
|
+
*
|
|
80
|
+
* @param {DID} did - the issuer of Auth BJJ credential
|
|
81
|
+
* @returns `Promise<W3CCredential[]>` W3CCredentials with AuthBJJCredential type
|
|
82
|
+
*/
|
|
83
|
+
getAllAuthBJJCredentials(did: DID): Promise<W3CCredential[]>;
|
|
84
|
+
/**
|
|
85
|
+
* Fetches or Builds a revocation status for a given credential
|
|
86
|
+
* Supported types for credentialStatus field: SparseMerkleTreeProof, Iden3ReverseSparseMerkleTreeProof
|
|
87
|
+
*
|
|
88
|
+
* @param {W3CCredential} cred - credential for which lib should build revocation status
|
|
89
|
+
* @returns `Promise<RevocationStatus>`
|
|
90
|
+
*/
|
|
91
|
+
getRevocationStatusFromCredential(cred: W3CCredential): Promise<RevocationStatus>;
|
|
92
|
+
/**
|
|
93
|
+
* Fetches Revocation status depended on type
|
|
94
|
+
*
|
|
95
|
+
* @param {(CredentialStatus )} credStatus - credentialStatus field of the Verifiable Credential. Supported types for credentialStatus field: SparseMerkleTreeProof, Iden3ReverseSparseMerkleTreeProof
|
|
96
|
+
* @param {CredentialStatusResolveOptions} credentialStatusResolveOptions - options to resolve credential status
|
|
97
|
+
* @returns `Promise<RevocationStatus>`
|
|
98
|
+
*/
|
|
99
|
+
getRevocationStatus(credStatus: CredentialStatus, credentialStatusResolveOptions?: CredentialStatusResolveOptions): Promise<RevocationStatus>;
|
|
100
|
+
/**
|
|
101
|
+
* Creates a W3C verifiable Credential object
|
|
102
|
+
*
|
|
103
|
+
* @param {string} hostUrl - URL that will be used as a prefix for credential identifier
|
|
104
|
+
* @param {DID} issuer - issuer identity
|
|
105
|
+
* @param {CredentialRequest} request - specification of claim creation parameters
|
|
106
|
+
* @param {JSONSchema} schema - JSON schema for W3C Verifiable Credential
|
|
107
|
+
* @returns W3CCredential
|
|
108
|
+
*/
|
|
109
|
+
createCredential(issuer: DID, request: CredentialRequest, schema: JSONSchema): W3CCredential;
|
|
110
|
+
/**
|
|
111
|
+
* Finds non-revoked credential from a given list by resolving their credential status
|
|
112
|
+
*
|
|
113
|
+
* @param {W3CCredential[]} creds
|
|
114
|
+
* @returns `{Promise<{
|
|
115
|
+
* cred: W3CCredential;
|
|
116
|
+
* revStatus: RevocationStatus;
|
|
117
|
+
* }>` not revoked credential and it's revocation status
|
|
118
|
+
*/
|
|
119
|
+
findNonRevokedCredential(creds: W3CCredential[]): Promise<{
|
|
120
|
+
cred: W3CCredential;
|
|
121
|
+
revStatus: RevocationStatus;
|
|
122
|
+
}>;
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
*
|
|
126
|
+
* Wallet instance is a wrapper of CRUD logic for W3C credentials,
|
|
127
|
+
* also it allows to fetch revocation statuses.
|
|
128
|
+
*
|
|
129
|
+
* @public
|
|
130
|
+
* @class CredentialWallet
|
|
131
|
+
* @implements implements ICredentialWallet interface
|
|
132
|
+
*/
|
|
133
|
+
export declare class CredentialWallet implements ICredentialWallet {
|
|
134
|
+
private readonly _storage;
|
|
135
|
+
private readonly _credentialStatusResolverRegistry?;
|
|
136
|
+
/**
|
|
137
|
+
* Creates an instance of CredentialWallet.
|
|
138
|
+
* @param {IDataStorage} _storage - data storage to access credential / identity / Merkle tree data
|
|
139
|
+
* @param {CredentialStatusResolverRegistry} _credentialStatusResolverRegistry - list of credential status resolvers
|
|
140
|
+
* if _credentialStatusResolverRegistry is not provided, default resolvers will be used
|
|
141
|
+
*/
|
|
142
|
+
constructor(_storage: IDataStorage, _credentialStatusResolverRegistry?: CredentialStatusResolverRegistry | undefined);
|
|
143
|
+
/**
|
|
144
|
+
* {@inheritDoc ICredentialWallet.getAuthBJJCredential}
|
|
145
|
+
*/
|
|
146
|
+
getAuthBJJCredential(did: DID): Promise<W3CCredential>;
|
|
147
|
+
/**
|
|
148
|
+
* {@inheritDoc ICredentialWallet.getAllAuthBJJCredentials}
|
|
149
|
+
*/
|
|
150
|
+
getAllAuthBJJCredentials(did: DID): Promise<W3CCredential[]>;
|
|
151
|
+
/**
|
|
152
|
+
* {@inheritDoc ICredentialWallet.getRevocationStatusFromCredential}
|
|
153
|
+
*/
|
|
154
|
+
getRevocationStatusFromCredential(cred: W3CCredential): Promise<RevocationStatus>;
|
|
155
|
+
/**
|
|
156
|
+
* {@inheritDoc ICredentialWallet.getRevocationStatus}
|
|
157
|
+
*/
|
|
158
|
+
getRevocationStatus(credStatus: CredentialStatus, credentialStatusResolveOptions?: CredentialStatusResolveOptions): Promise<RevocationStatus>;
|
|
159
|
+
/**
|
|
160
|
+
* {@inheritDoc ICredentialWallet.createCredential}
|
|
161
|
+
*/
|
|
162
|
+
createCredential: (issuer: DID, request: CredentialRequest, schema: JSONSchema) => W3CCredential;
|
|
163
|
+
/**
|
|
164
|
+
* {@inheritDoc ICredentialWallet.findById}
|
|
165
|
+
*/
|
|
166
|
+
findById(id: string): Promise<W3CCredential | undefined>;
|
|
167
|
+
/**
|
|
168
|
+
* {@inheritDoc ICredentialWallet.findByContextType}
|
|
169
|
+
*/
|
|
170
|
+
findByContextType(context: string, type: string): Promise<W3CCredential[]>;
|
|
171
|
+
/**
|
|
172
|
+
* {@inheritDoc ICredentialWallet.save}
|
|
173
|
+
*/
|
|
174
|
+
save(credential: W3CCredential): Promise<void>;
|
|
175
|
+
/**
|
|
176
|
+
* {@inheritDoc ICredentialWallet.saveAll}
|
|
177
|
+
*/
|
|
178
|
+
saveAll(credentials: W3CCredential[]): Promise<void>;
|
|
179
|
+
/**
|
|
180
|
+
* {@inheritDoc ICredentialWallet.remove}
|
|
181
|
+
*/
|
|
182
|
+
remove(id: string): Promise<void>;
|
|
183
|
+
/**
|
|
184
|
+
* {@inheritDoc ICredentialWallet.list}
|
|
185
|
+
*/
|
|
186
|
+
list(): Promise<W3CCredential[]>;
|
|
187
|
+
/**
|
|
188
|
+
* {@inheritDoc ICredentialWallet.findByQuery}
|
|
189
|
+
*/
|
|
190
|
+
findByQuery(query: ProofQuery): Promise<W3CCredential[]>;
|
|
191
|
+
/**
|
|
192
|
+
* {@inheritDoc ICredentialWallet.filterByCredentialSubject}
|
|
193
|
+
*/
|
|
194
|
+
filterByCredentialSubject(credentials: W3CCredential[], subject: DID): Promise<W3CCredential[]>;
|
|
195
|
+
findNonRevokedCredential(creds: W3CCredential[]): Promise<{
|
|
196
|
+
cred: W3CCredential;
|
|
197
|
+
revStatus: RevocationStatus;
|
|
198
|
+
}>;
|
|
199
|
+
}
|
|
200
|
+
//# sourceMappingURL=credential-wallet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"credential-wallet.d.ts","sourceRoot":"","sources":["../../../src/credentials/credential-wallet.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from './status/on-chain-revocation';
|
|
2
|
+
export * from './status/reverse-sparse-merkle-tree';
|
|
3
|
+
export * from './status/sparse-merkle-tree';
|
|
4
|
+
export * from './status/resolver';
|
|
5
|
+
export * from './status/agent-revocation';
|
|
6
|
+
export * from './status/credential-status-publisher';
|
|
7
|
+
export * from './status/did-resolver-revocation';
|
|
8
|
+
export * from './credential-wallet';
|
|
9
|
+
export * from './rhs';
|
|
10
|
+
export * from './utils';
|
|
11
|
+
export * from './models';
|
|
12
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/credentials/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qCAAqC,CAAC;AACpD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sCAAsC,CAAC;AACrD,cAAc,kCAAkC,CAAC;AACjD,cAAc,qBAAqB,CAAC;AACpC,cAAc,OAAO,CAAC;AACtB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { JsonDocumentObject } from '../iden3comm';
|
|
2
|
+
import { CredentialStatusType, DisplayMethod, MerklizedRootPosition, RefreshService, SubjectPosition } from '../verifiable';
|
|
3
|
+
/**
|
|
4
|
+
* Represents the publish mode for identity wallet.
|
|
5
|
+
* It can be one of the following values: 'sync', 'async', or 'callback'.
|
|
6
|
+
* 'sync' - publish the status synchronously
|
|
7
|
+
* 'async' - publish the status asynchronously via message bus
|
|
8
|
+
* 'callback' - publish the status with a txCallback
|
|
9
|
+
*/
|
|
10
|
+
export type PublishMode = 'sync' | 'async' | 'callback';
|
|
11
|
+
/**
|
|
12
|
+
* Request to core library to create Core Claim from W3C Verifiable Credential
|
|
13
|
+
*
|
|
14
|
+
* @public
|
|
15
|
+
* @interface CredentialRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface CredentialRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Credential ID
|
|
20
|
+
*/
|
|
21
|
+
id?: string;
|
|
22
|
+
/**
|
|
23
|
+
* JSON credential schema
|
|
24
|
+
*/
|
|
25
|
+
credentialSchema: string;
|
|
26
|
+
/**
|
|
27
|
+
* Credential type
|
|
28
|
+
*/
|
|
29
|
+
type: string;
|
|
30
|
+
/**
|
|
31
|
+
* Credential subject, usually contains claims and identifier
|
|
32
|
+
*/
|
|
33
|
+
credentialSubject: JsonDocumentObject;
|
|
34
|
+
/**
|
|
35
|
+
* expiration time
|
|
36
|
+
*/
|
|
37
|
+
expiration?: number;
|
|
38
|
+
/**
|
|
39
|
+
* refreshService
|
|
40
|
+
*/
|
|
41
|
+
refreshService?: RefreshService;
|
|
42
|
+
/**
|
|
43
|
+
* displayMethod
|
|
44
|
+
*/
|
|
45
|
+
displayMethod?: DisplayMethod;
|
|
46
|
+
/**
|
|
47
|
+
* optional custom context
|
|
48
|
+
*/
|
|
49
|
+
context?: string[];
|
|
50
|
+
/**
|
|
51
|
+
* claim version
|
|
52
|
+
*/
|
|
53
|
+
version?: number;
|
|
54
|
+
/**
|
|
55
|
+
* subject position (index / value / none)
|
|
56
|
+
*/
|
|
57
|
+
subjectPosition?: SubjectPosition;
|
|
58
|
+
/**
|
|
59
|
+
* merklizedRootPosition (index / value / none)
|
|
60
|
+
*/
|
|
61
|
+
merklizedRootPosition?: MerklizedRootPosition;
|
|
62
|
+
/**
|
|
63
|
+
* issuance Date
|
|
64
|
+
*/
|
|
65
|
+
issuanceDate?: number;
|
|
66
|
+
/**
|
|
67
|
+
* Revocation options
|
|
68
|
+
*
|
|
69
|
+
* @type {{
|
|
70
|
+
* id: string;
|
|
71
|
+
* nonce?: number;
|
|
72
|
+
* type: CredentialStatusType;
|
|
73
|
+
* issuerState?: string;
|
|
74
|
+
* }}
|
|
75
|
+
* @memberof CredentialRequest
|
|
76
|
+
*/
|
|
77
|
+
revocationOpts: {
|
|
78
|
+
id: string;
|
|
79
|
+
nonce?: number;
|
|
80
|
+
type: CredentialStatusType;
|
|
81
|
+
issuerState?: string;
|
|
82
|
+
};
|
|
83
|
+
}
|
|
84
|
+
//# sourceMappingURL=models.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/credentials/models.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAClD,OAAO,EACL,oBAAoB,EACpB,aAAa,EACb,qBAAqB,EACrB,cAAc,EACd,eAAe,EAChB,MAAM,eAAe,CAAC;AAEvB;;;;;;GAMG;AACH,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,OAAO,GAAG,UAAU,CAAC;AAExD;;;;;GAKG;AACH,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,iBAAiB,EAAE,kBAAkB,CAAC;IACtC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC;;OAEG;IACH,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;IAC9C;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;;;;;;;;OAUG;IACH,cAAc,EAAE;QACd,EAAE,EAAE,MAAM,CAAC;QACX,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,IAAI,EAAE,oBAAoB,CAAC;QAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB,CAAC;CACH"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { Hash, Merkletree } from '@iden3/js-merkletree';
|
|
2
|
+
import { ProofNode } from './status/reverse-sparse-merkle-tree';
|
|
3
|
+
/**
|
|
4
|
+
* Interface to unite contains three trees: claim, revocation and rootOfRoots
|
|
5
|
+
* Also contains the current state of identity
|
|
6
|
+
* @public
|
|
7
|
+
* @interface TreesModel
|
|
8
|
+
*/
|
|
9
|
+
export interface TreesModel {
|
|
10
|
+
claimsTree: Merkletree;
|
|
11
|
+
revocationTree: Merkletree;
|
|
12
|
+
rootsTree: Merkletree;
|
|
13
|
+
state: Hash;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Pushes identity state information to a reverse hash service.
|
|
17
|
+
*
|
|
18
|
+
* A reverse hash service (RHS) is a centralized or decentralized service for storing publicly available data about identity.
|
|
19
|
+
* Such data are identity state and state of revocation tree and roots tree root tree.
|
|
20
|
+
*
|
|
21
|
+
* @deprecated Use `pushHashesToReverseHashService` instead.
|
|
22
|
+
* @param {Hash} state - current state of identity
|
|
23
|
+
* @param {TreesModel} trees - current trees of identity (claims, revocation, rootOfRoots )
|
|
24
|
+
* @param {string} rhsUrl - URL of service
|
|
25
|
+
* @param {number[]} [revokedNonces] - revoked nonces since last published info
|
|
26
|
+
* @returns void
|
|
27
|
+
*/
|
|
28
|
+
export declare function pushHashesToRHS(state: Hash, trees: TreesModel, rhsUrl: string, revokedNonces?: number[]): Promise<void>;
|
|
29
|
+
/**
|
|
30
|
+
* Retrieves the representation of nodes for generating a proof.
|
|
31
|
+
*
|
|
32
|
+
* @param revokedNonces - An array of revoked nonces.
|
|
33
|
+
* @param trees - The TreesModel object containing the necessary trees.
|
|
34
|
+
* @param state - The hash of the state.
|
|
35
|
+
* @returns A Promise that resolves to an array of ProofNode objects.
|
|
36
|
+
*/
|
|
37
|
+
export declare function getNodesRepresentation(revokedNonces: number[] | undefined, trees: TreesModel, state: Hash): Promise<ProofNode[]>;
|
|
38
|
+
//# sourceMappingURL=rhs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rhs.d.ts","sourceRoot":"","sources":["../../../src/credentials/rhs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAW,UAAU,EAAsB,MAAM,sBAAsB,CAAC;AAIrF,OAAO,EAAE,SAAS,EAAE,MAAM,qCAAqC,CAAC;AAGhE;;;;;GAKG;AACH,MAAM,WAAW,UAAU;IACzB,UAAU,EAAE,UAAU,CAAC;IACvB,cAAc,EAAE,UAAU,CAAC;IAC3B,SAAS,EAAE,UAAU,CAAC;IACtB,KAAK,EAAE,IAAI,CAAC;CACb;AAED;;;;;;;;;;;;GAYG;AACH,wBAAsB,eAAe,CACnC,KAAK,EAAE,IAAI,EACX,KAAK,EAAE,UAAU,EACjB,MAAM,EAAE,MAAM,EACd,aAAa,CAAC,EAAE,MAAM,EAAE,GACvB,OAAO,CAAC,IAAI,CAAC,CAQf;AAED;;;;;;;GAOG;AACH,wBAAsB,sBAAsB,CAC1C,aAAa,EAAE,MAAM,EAAE,GAAG,SAAS,EACnC,KAAK,EAAE,UAAU,EACjB,KAAK,EAAE,IAAI,GACV,OAAO,CAAC,SAAS,EAAE,CAAC,CAqBtB"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { CredentialStatus, RevocationStatus } from '../../verifiable';
|
|
2
|
+
import { CredentialStatusResolver, CredentialStatusResolveOptions } from './resolver';
|
|
3
|
+
/**
|
|
4
|
+
* AgentResolver is a class that allows to interact with the issuer's agent to get revocation status.
|
|
5
|
+
*
|
|
6
|
+
* @public
|
|
7
|
+
* @class AgentResolver
|
|
8
|
+
*/
|
|
9
|
+
export declare class AgentResolver implements CredentialStatusResolver {
|
|
10
|
+
/**
|
|
11
|
+
* resolve is a method to resolve a credential status from an agent.
|
|
12
|
+
*
|
|
13
|
+
* @public
|
|
14
|
+
* @param {CredentialStatus} credentialStatus - credential status to resolve
|
|
15
|
+
* @param {CredentialStatusResolveOptions} credentialStatusResolveOptions - options for resolver
|
|
16
|
+
* @returns `{Promise<RevocationStatus>}`
|
|
17
|
+
*/
|
|
18
|
+
resolve(credentialStatus: CredentialStatus, credentialStatusResolveOptions?: CredentialStatusResolveOptions): Promise<RevocationStatus>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=agent-revocation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-revocation.d.ts","sourceRoot":"","sources":["../../../../src/credentials/status/agent-revocation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACtE,OAAO,EAAE,wBAAwB,EAAE,8BAA8B,EAAE,MAAM,YAAY,CAAC;AAMtF;;;;;GAKG;AACH,qBAAa,aAAc,YAAW,wBAAwB;IAC5D;;;;;;;OAOG;IACG,OAAO,CACX,gBAAgB,EAAE,gBAAgB,EAClC,8BAA8B,CAAC,EAAE,8BAA8B,GAC9D,OAAO,CAAC,gBAAgB,CAAC;CAyB7B"}
|