@oma3/omatrust 0.1.0-alpha.4 → 0.1.0-alpha.6
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 +21 -7
- package/dist/{eip712-C4a-JGko.d.cts → eip712-CevLiOcD.d.cts} +32 -1
- package/dist/{eip712-C4a-JGko.d.ts → eip712-CevLiOcD.d.ts} +32 -1
- package/dist/index-BsUwj4r5.d.cts +103 -0
- package/dist/index-pYFRyitI.d.ts +103 -0
- package/dist/index.cjs +188 -54
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +189 -55
- package/dist/index.js.map +1 -1
- package/dist/reputation/index.browser.cjs +188 -54
- package/dist/reputation/index.browser.cjs.map +1 -1
- package/dist/reputation/index.browser.d.cts +2 -2
- package/dist/reputation/index.browser.d.ts +2 -2
- package/dist/reputation/index.browser.js +187 -56
- package/dist/reputation/index.browser.js.map +1 -1
- package/dist/reputation/index.cjs +188 -54
- package/dist/reputation/index.cjs.map +1 -1
- package/dist/reputation/index.d.cts +2 -2
- package/dist/reputation/index.d.ts +2 -2
- package/dist/reputation/index.js +187 -56
- package/dist/reputation/index.js.map +1 -1
- package/package.json +2 -1
- package/dist/index-BDeQNCi_.d.ts +0 -96
- package/dist/index-DP6IIpIh.d.cts +0 -96
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oma3/omatrust",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.6",
|
|
4
4
|
"description": "Framework-agnostic TypeScript SDK for OMATrust",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
"test": "vitest run"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
+
"@oma3/omatrust": "^0.1.0-alpha.5",
|
|
62
63
|
"canonicalize": "^2.1.0"
|
|
63
64
|
},
|
|
64
65
|
"peerDependencies": {
|
package/dist/index-BDeQNCi_.d.ts
DELETED
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
import { D as Did, A as AttestationQueryResult, B as BuildDelegatedTypedDataFromEncodedParams, C as CallControllerWitnessParams, a as CallControllerWitnessResult, b as ChainConstants, c as CreatePopEip712ProofParams, d as CreatePopJwsProofParams, E as EvidencePointerProof, G as GetAttestationParams, e as GetLatestAttestationsParams, H as Hex, L as ListAttestationsParams, P as PopEip712Proof, f as PopJwsProof, g as PrepareDelegatedAttestationParams, h as PrepareDelegatedAttestationResult, i as ProofPurpose, j as ProofType, k as ProofWrapper, S as SchemaField, l as SubmitAttestationParams, m as SubmitAttestationResult, n as SubmitDelegatedAttestationParams, o as SubmitDelegatedAttestationResult, T as TxEncodedValueProof, p as TxInteractionProof, V as VerifyAttestationParams, q as VerifyAttestationResult, r as VerifyProofParams, s as VerifyProofResult, X as X402OfferProof, t as X402ReceiptProof, u as buildDelegatedAttestationTypedData, v as buildDelegatedTypedDataFromEncoded, w as buildDnsTxtRecord, x as buildEip712Domain, y as calculateAverageUserReviewRating, z as calculateTransferAmount, F as calculateTransferAmountFromAddresses, I as callControllerWitness, J as constructSeed, K as createEvidencePointerProof, M as createPopEip712Proof, N as createPopJwsProof, O as createTxEncodedValueProof, Q as createTxInteractionProof, R as createX402OfferProof, U as createX402ReceiptProof, W as decodeAttestationData, Y as deduplicateReviews, Z as encodeAttestationData, _ as extractAddressesFromDidDocument, $ as extractExpirationTime, a0 as fetchDidDocument, a1 as formatSchemaUid, a2 as formatTransferAmount, a3 as getAttestation, a4 as getAttestationsForDid, a5 as getChainConstants, a6 as getExplorerAddressUrl, a7 as getExplorerTxUrl, a8 as getLatestAttestations, a9 as getMajorVersion, aa as getOmaTrustProofEip712Types, ab as getSchemaDetails, ac as getSupportedChainIds, ad as hashSeed, ae as isChainSupported, af as listAttestations, ag as normalizeSchema, ah as parseDnsTxtRecord, ai as prepareDelegatedAttestation, aj as schemaToString, ak as splitSignature, al as submitAttestation, am as submitDelegatedAttestation, an as verifyAttestation, ao as verifyDidDocumentControllerDid, ap as verifyEip712Signature, aq as verifyProof, ar as verifySchemaExists } from './eip712-C4a-JGko.js';
|
|
2
|
-
|
|
3
|
-
declare function verifyDnsTxtControllerDid(domain: string, expectedControllerDid: Did): Promise<{
|
|
4
|
-
valid: boolean;
|
|
5
|
-
record?: string;
|
|
6
|
-
reason?: string;
|
|
7
|
-
}>;
|
|
8
|
-
|
|
9
|
-
declare const index_AttestationQueryResult: typeof AttestationQueryResult;
|
|
10
|
-
declare const index_BuildDelegatedTypedDataFromEncodedParams: typeof BuildDelegatedTypedDataFromEncodedParams;
|
|
11
|
-
declare const index_CallControllerWitnessParams: typeof CallControllerWitnessParams;
|
|
12
|
-
declare const index_CallControllerWitnessResult: typeof CallControllerWitnessResult;
|
|
13
|
-
declare const index_ChainConstants: typeof ChainConstants;
|
|
14
|
-
declare const index_CreatePopEip712ProofParams: typeof CreatePopEip712ProofParams;
|
|
15
|
-
declare const index_CreatePopJwsProofParams: typeof CreatePopJwsProofParams;
|
|
16
|
-
declare const index_Did: typeof Did;
|
|
17
|
-
declare const index_EvidencePointerProof: typeof EvidencePointerProof;
|
|
18
|
-
declare const index_GetAttestationParams: typeof GetAttestationParams;
|
|
19
|
-
declare const index_GetLatestAttestationsParams: typeof GetLatestAttestationsParams;
|
|
20
|
-
declare const index_Hex: typeof Hex;
|
|
21
|
-
declare const index_ListAttestationsParams: typeof ListAttestationsParams;
|
|
22
|
-
declare const index_PopEip712Proof: typeof PopEip712Proof;
|
|
23
|
-
declare const index_PopJwsProof: typeof PopJwsProof;
|
|
24
|
-
declare const index_PrepareDelegatedAttestationParams: typeof PrepareDelegatedAttestationParams;
|
|
25
|
-
declare const index_PrepareDelegatedAttestationResult: typeof PrepareDelegatedAttestationResult;
|
|
26
|
-
declare const index_ProofPurpose: typeof ProofPurpose;
|
|
27
|
-
declare const index_ProofType: typeof ProofType;
|
|
28
|
-
declare const index_ProofWrapper: typeof ProofWrapper;
|
|
29
|
-
declare const index_SchemaField: typeof SchemaField;
|
|
30
|
-
declare const index_SubmitAttestationParams: typeof SubmitAttestationParams;
|
|
31
|
-
declare const index_SubmitAttestationResult: typeof SubmitAttestationResult;
|
|
32
|
-
declare const index_SubmitDelegatedAttestationParams: typeof SubmitDelegatedAttestationParams;
|
|
33
|
-
declare const index_SubmitDelegatedAttestationResult: typeof SubmitDelegatedAttestationResult;
|
|
34
|
-
declare const index_TxEncodedValueProof: typeof TxEncodedValueProof;
|
|
35
|
-
declare const index_TxInteractionProof: typeof TxInteractionProof;
|
|
36
|
-
declare const index_VerifyAttestationParams: typeof VerifyAttestationParams;
|
|
37
|
-
declare const index_VerifyAttestationResult: typeof VerifyAttestationResult;
|
|
38
|
-
declare const index_VerifyProofParams: typeof VerifyProofParams;
|
|
39
|
-
declare const index_VerifyProofResult: typeof VerifyProofResult;
|
|
40
|
-
declare const index_X402OfferProof: typeof X402OfferProof;
|
|
41
|
-
declare const index_X402ReceiptProof: typeof X402ReceiptProof;
|
|
42
|
-
declare const index_buildDelegatedAttestationTypedData: typeof buildDelegatedAttestationTypedData;
|
|
43
|
-
declare const index_buildDelegatedTypedDataFromEncoded: typeof buildDelegatedTypedDataFromEncoded;
|
|
44
|
-
declare const index_buildDnsTxtRecord: typeof buildDnsTxtRecord;
|
|
45
|
-
declare const index_buildEip712Domain: typeof buildEip712Domain;
|
|
46
|
-
declare const index_calculateAverageUserReviewRating: typeof calculateAverageUserReviewRating;
|
|
47
|
-
declare const index_calculateTransferAmount: typeof calculateTransferAmount;
|
|
48
|
-
declare const index_calculateTransferAmountFromAddresses: typeof calculateTransferAmountFromAddresses;
|
|
49
|
-
declare const index_callControllerWitness: typeof callControllerWitness;
|
|
50
|
-
declare const index_constructSeed: typeof constructSeed;
|
|
51
|
-
declare const index_createEvidencePointerProof: typeof createEvidencePointerProof;
|
|
52
|
-
declare const index_createPopEip712Proof: typeof createPopEip712Proof;
|
|
53
|
-
declare const index_createPopJwsProof: typeof createPopJwsProof;
|
|
54
|
-
declare const index_createTxEncodedValueProof: typeof createTxEncodedValueProof;
|
|
55
|
-
declare const index_createTxInteractionProof: typeof createTxInteractionProof;
|
|
56
|
-
declare const index_createX402OfferProof: typeof createX402OfferProof;
|
|
57
|
-
declare const index_createX402ReceiptProof: typeof createX402ReceiptProof;
|
|
58
|
-
declare const index_decodeAttestationData: typeof decodeAttestationData;
|
|
59
|
-
declare const index_deduplicateReviews: typeof deduplicateReviews;
|
|
60
|
-
declare const index_encodeAttestationData: typeof encodeAttestationData;
|
|
61
|
-
declare const index_extractAddressesFromDidDocument: typeof extractAddressesFromDidDocument;
|
|
62
|
-
declare const index_extractExpirationTime: typeof extractExpirationTime;
|
|
63
|
-
declare const index_fetchDidDocument: typeof fetchDidDocument;
|
|
64
|
-
declare const index_formatSchemaUid: typeof formatSchemaUid;
|
|
65
|
-
declare const index_formatTransferAmount: typeof formatTransferAmount;
|
|
66
|
-
declare const index_getAttestation: typeof getAttestation;
|
|
67
|
-
declare const index_getAttestationsForDid: typeof getAttestationsForDid;
|
|
68
|
-
declare const index_getChainConstants: typeof getChainConstants;
|
|
69
|
-
declare const index_getExplorerAddressUrl: typeof getExplorerAddressUrl;
|
|
70
|
-
declare const index_getExplorerTxUrl: typeof getExplorerTxUrl;
|
|
71
|
-
declare const index_getLatestAttestations: typeof getLatestAttestations;
|
|
72
|
-
declare const index_getMajorVersion: typeof getMajorVersion;
|
|
73
|
-
declare const index_getOmaTrustProofEip712Types: typeof getOmaTrustProofEip712Types;
|
|
74
|
-
declare const index_getSchemaDetails: typeof getSchemaDetails;
|
|
75
|
-
declare const index_getSupportedChainIds: typeof getSupportedChainIds;
|
|
76
|
-
declare const index_hashSeed: typeof hashSeed;
|
|
77
|
-
declare const index_isChainSupported: typeof isChainSupported;
|
|
78
|
-
declare const index_listAttestations: typeof listAttestations;
|
|
79
|
-
declare const index_normalizeSchema: typeof normalizeSchema;
|
|
80
|
-
declare const index_parseDnsTxtRecord: typeof parseDnsTxtRecord;
|
|
81
|
-
declare const index_prepareDelegatedAttestation: typeof prepareDelegatedAttestation;
|
|
82
|
-
declare const index_schemaToString: typeof schemaToString;
|
|
83
|
-
declare const index_splitSignature: typeof splitSignature;
|
|
84
|
-
declare const index_submitAttestation: typeof submitAttestation;
|
|
85
|
-
declare const index_submitDelegatedAttestation: typeof submitDelegatedAttestation;
|
|
86
|
-
declare const index_verifyAttestation: typeof verifyAttestation;
|
|
87
|
-
declare const index_verifyDidDocumentControllerDid: typeof verifyDidDocumentControllerDid;
|
|
88
|
-
declare const index_verifyDnsTxtControllerDid: typeof verifyDnsTxtControllerDid;
|
|
89
|
-
declare const index_verifyEip712Signature: typeof verifyEip712Signature;
|
|
90
|
-
declare const index_verifyProof: typeof verifyProof;
|
|
91
|
-
declare const index_verifySchemaExists: typeof verifySchemaExists;
|
|
92
|
-
declare namespace index {
|
|
93
|
-
export { index_AttestationQueryResult as AttestationQueryResult, index_BuildDelegatedTypedDataFromEncodedParams as BuildDelegatedTypedDataFromEncodedParams, index_CallControllerWitnessParams as CallControllerWitnessParams, index_CallControllerWitnessResult as CallControllerWitnessResult, index_ChainConstants as ChainConstants, index_CreatePopEip712ProofParams as CreatePopEip712ProofParams, index_CreatePopJwsProofParams as CreatePopJwsProofParams, index_Did as Did, index_EvidencePointerProof as EvidencePointerProof, index_GetAttestationParams as GetAttestationParams, index_GetLatestAttestationsParams as GetLatestAttestationsParams, index_Hex as Hex, index_ListAttestationsParams as ListAttestationsParams, index_PopEip712Proof as PopEip712Proof, index_PopJwsProof as PopJwsProof, index_PrepareDelegatedAttestationParams as PrepareDelegatedAttestationParams, index_PrepareDelegatedAttestationResult as PrepareDelegatedAttestationResult, index_ProofPurpose as ProofPurpose, index_ProofType as ProofType, index_ProofWrapper as ProofWrapper, index_SchemaField as SchemaField, index_SubmitAttestationParams as SubmitAttestationParams, index_SubmitAttestationResult as SubmitAttestationResult, index_SubmitDelegatedAttestationParams as SubmitDelegatedAttestationParams, index_SubmitDelegatedAttestationResult as SubmitDelegatedAttestationResult, index_TxEncodedValueProof as TxEncodedValueProof, index_TxInteractionProof as TxInteractionProof, index_VerifyAttestationParams as VerifyAttestationParams, index_VerifyAttestationResult as VerifyAttestationResult, index_VerifyProofParams as VerifyProofParams, index_VerifyProofResult as VerifyProofResult, index_X402OfferProof as X402OfferProof, index_X402ReceiptProof as X402ReceiptProof, index_buildDelegatedAttestationTypedData as buildDelegatedAttestationTypedData, index_buildDelegatedTypedDataFromEncoded as buildDelegatedTypedDataFromEncoded, index_buildDnsTxtRecord as buildDnsTxtRecord, index_buildEip712Domain as buildEip712Domain, index_calculateAverageUserReviewRating as calculateAverageUserReviewRating, index_calculateTransferAmount as calculateTransferAmount, index_calculateTransferAmountFromAddresses as calculateTransferAmountFromAddresses, index_callControllerWitness as callControllerWitness, index_constructSeed as constructSeed, index_createEvidencePointerProof as createEvidencePointerProof, index_createPopEip712Proof as createPopEip712Proof, index_createPopJwsProof as createPopJwsProof, index_createTxEncodedValueProof as createTxEncodedValueProof, index_createTxInteractionProof as createTxInteractionProof, index_createX402OfferProof as createX402OfferProof, index_createX402ReceiptProof as createX402ReceiptProof, index_decodeAttestationData as decodeAttestationData, index_deduplicateReviews as deduplicateReviews, index_encodeAttestationData as encodeAttestationData, index_extractAddressesFromDidDocument as extractAddressesFromDidDocument, index_extractExpirationTime as extractExpirationTime, index_fetchDidDocument as fetchDidDocument, index_formatSchemaUid as formatSchemaUid, index_formatTransferAmount as formatTransferAmount, index_getAttestation as getAttestation, index_getAttestationsForDid as getAttestationsForDid, index_getChainConstants as getChainConstants, index_getExplorerAddressUrl as getExplorerAddressUrl, index_getExplorerTxUrl as getExplorerTxUrl, index_getLatestAttestations as getLatestAttestations, index_getMajorVersion as getMajorVersion, index_getOmaTrustProofEip712Types as getOmaTrustProofEip712Types, index_getSchemaDetails as getSchemaDetails, index_getSupportedChainIds as getSupportedChainIds, index_hashSeed as hashSeed, index_isChainSupported as isChainSupported, index_listAttestations as listAttestations, index_normalizeSchema as normalizeSchema, index_parseDnsTxtRecord as parseDnsTxtRecord, index_prepareDelegatedAttestation as prepareDelegatedAttestation, index_schemaToString as schemaToString, index_splitSignature as splitSignature, index_submitAttestation as submitAttestation, index_submitDelegatedAttestation as submitDelegatedAttestation, index_verifyAttestation as verifyAttestation, index_verifyDidDocumentControllerDid as verifyDidDocumentControllerDid, index_verifyDnsTxtControllerDid as verifyDnsTxtControllerDid, index_verifyEip712Signature as verifyEip712Signature, index_verifyProof as verifyProof, index_verifySchemaExists as verifySchemaExists };
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
export { index as i, verifyDnsTxtControllerDid as v };
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
import { D as Did, A as AttestationQueryResult, B as BuildDelegatedTypedDataFromEncodedParams, C as CallControllerWitnessParams, a as CallControllerWitnessResult, b as ChainConstants, c as CreatePopEip712ProofParams, d as CreatePopJwsProofParams, E as EvidencePointerProof, G as GetAttestationParams, e as GetLatestAttestationsParams, H as Hex, L as ListAttestationsParams, P as PopEip712Proof, f as PopJwsProof, g as PrepareDelegatedAttestationParams, h as PrepareDelegatedAttestationResult, i as ProofPurpose, j as ProofType, k as ProofWrapper, S as SchemaField, l as SubmitAttestationParams, m as SubmitAttestationResult, n as SubmitDelegatedAttestationParams, o as SubmitDelegatedAttestationResult, T as TxEncodedValueProof, p as TxInteractionProof, V as VerifyAttestationParams, q as VerifyAttestationResult, r as VerifyProofParams, s as VerifyProofResult, X as X402OfferProof, t as X402ReceiptProof, u as buildDelegatedAttestationTypedData, v as buildDelegatedTypedDataFromEncoded, w as buildDnsTxtRecord, x as buildEip712Domain, y as calculateAverageUserReviewRating, z as calculateTransferAmount, F as calculateTransferAmountFromAddresses, I as callControllerWitness, J as constructSeed, K as createEvidencePointerProof, M as createPopEip712Proof, N as createPopJwsProof, O as createTxEncodedValueProof, Q as createTxInteractionProof, R as createX402OfferProof, U as createX402ReceiptProof, W as decodeAttestationData, Y as deduplicateReviews, Z as encodeAttestationData, _ as extractAddressesFromDidDocument, $ as extractExpirationTime, a0 as fetchDidDocument, a1 as formatSchemaUid, a2 as formatTransferAmount, a3 as getAttestation, a4 as getAttestationsForDid, a5 as getChainConstants, a6 as getExplorerAddressUrl, a7 as getExplorerTxUrl, a8 as getLatestAttestations, a9 as getMajorVersion, aa as getOmaTrustProofEip712Types, ab as getSchemaDetails, ac as getSupportedChainIds, ad as hashSeed, ae as isChainSupported, af as listAttestations, ag as normalizeSchema, ah as parseDnsTxtRecord, ai as prepareDelegatedAttestation, aj as schemaToString, ak as splitSignature, al as submitAttestation, am as submitDelegatedAttestation, an as verifyAttestation, ao as verifyDidDocumentControllerDid, ap as verifyEip712Signature, aq as verifyProof, ar as verifySchemaExists } from './eip712-C4a-JGko.cjs';
|
|
2
|
-
|
|
3
|
-
declare function verifyDnsTxtControllerDid(domain: string, expectedControllerDid: Did): Promise<{
|
|
4
|
-
valid: boolean;
|
|
5
|
-
record?: string;
|
|
6
|
-
reason?: string;
|
|
7
|
-
}>;
|
|
8
|
-
|
|
9
|
-
declare const index_AttestationQueryResult: typeof AttestationQueryResult;
|
|
10
|
-
declare const index_BuildDelegatedTypedDataFromEncodedParams: typeof BuildDelegatedTypedDataFromEncodedParams;
|
|
11
|
-
declare const index_CallControllerWitnessParams: typeof CallControllerWitnessParams;
|
|
12
|
-
declare const index_CallControllerWitnessResult: typeof CallControllerWitnessResult;
|
|
13
|
-
declare const index_ChainConstants: typeof ChainConstants;
|
|
14
|
-
declare const index_CreatePopEip712ProofParams: typeof CreatePopEip712ProofParams;
|
|
15
|
-
declare const index_CreatePopJwsProofParams: typeof CreatePopJwsProofParams;
|
|
16
|
-
declare const index_Did: typeof Did;
|
|
17
|
-
declare const index_EvidencePointerProof: typeof EvidencePointerProof;
|
|
18
|
-
declare const index_GetAttestationParams: typeof GetAttestationParams;
|
|
19
|
-
declare const index_GetLatestAttestationsParams: typeof GetLatestAttestationsParams;
|
|
20
|
-
declare const index_Hex: typeof Hex;
|
|
21
|
-
declare const index_ListAttestationsParams: typeof ListAttestationsParams;
|
|
22
|
-
declare const index_PopEip712Proof: typeof PopEip712Proof;
|
|
23
|
-
declare const index_PopJwsProof: typeof PopJwsProof;
|
|
24
|
-
declare const index_PrepareDelegatedAttestationParams: typeof PrepareDelegatedAttestationParams;
|
|
25
|
-
declare const index_PrepareDelegatedAttestationResult: typeof PrepareDelegatedAttestationResult;
|
|
26
|
-
declare const index_ProofPurpose: typeof ProofPurpose;
|
|
27
|
-
declare const index_ProofType: typeof ProofType;
|
|
28
|
-
declare const index_ProofWrapper: typeof ProofWrapper;
|
|
29
|
-
declare const index_SchemaField: typeof SchemaField;
|
|
30
|
-
declare const index_SubmitAttestationParams: typeof SubmitAttestationParams;
|
|
31
|
-
declare const index_SubmitAttestationResult: typeof SubmitAttestationResult;
|
|
32
|
-
declare const index_SubmitDelegatedAttestationParams: typeof SubmitDelegatedAttestationParams;
|
|
33
|
-
declare const index_SubmitDelegatedAttestationResult: typeof SubmitDelegatedAttestationResult;
|
|
34
|
-
declare const index_TxEncodedValueProof: typeof TxEncodedValueProof;
|
|
35
|
-
declare const index_TxInteractionProof: typeof TxInteractionProof;
|
|
36
|
-
declare const index_VerifyAttestationParams: typeof VerifyAttestationParams;
|
|
37
|
-
declare const index_VerifyAttestationResult: typeof VerifyAttestationResult;
|
|
38
|
-
declare const index_VerifyProofParams: typeof VerifyProofParams;
|
|
39
|
-
declare const index_VerifyProofResult: typeof VerifyProofResult;
|
|
40
|
-
declare const index_X402OfferProof: typeof X402OfferProof;
|
|
41
|
-
declare const index_X402ReceiptProof: typeof X402ReceiptProof;
|
|
42
|
-
declare const index_buildDelegatedAttestationTypedData: typeof buildDelegatedAttestationTypedData;
|
|
43
|
-
declare const index_buildDelegatedTypedDataFromEncoded: typeof buildDelegatedTypedDataFromEncoded;
|
|
44
|
-
declare const index_buildDnsTxtRecord: typeof buildDnsTxtRecord;
|
|
45
|
-
declare const index_buildEip712Domain: typeof buildEip712Domain;
|
|
46
|
-
declare const index_calculateAverageUserReviewRating: typeof calculateAverageUserReviewRating;
|
|
47
|
-
declare const index_calculateTransferAmount: typeof calculateTransferAmount;
|
|
48
|
-
declare const index_calculateTransferAmountFromAddresses: typeof calculateTransferAmountFromAddresses;
|
|
49
|
-
declare const index_callControllerWitness: typeof callControllerWitness;
|
|
50
|
-
declare const index_constructSeed: typeof constructSeed;
|
|
51
|
-
declare const index_createEvidencePointerProof: typeof createEvidencePointerProof;
|
|
52
|
-
declare const index_createPopEip712Proof: typeof createPopEip712Proof;
|
|
53
|
-
declare const index_createPopJwsProof: typeof createPopJwsProof;
|
|
54
|
-
declare const index_createTxEncodedValueProof: typeof createTxEncodedValueProof;
|
|
55
|
-
declare const index_createTxInteractionProof: typeof createTxInteractionProof;
|
|
56
|
-
declare const index_createX402OfferProof: typeof createX402OfferProof;
|
|
57
|
-
declare const index_createX402ReceiptProof: typeof createX402ReceiptProof;
|
|
58
|
-
declare const index_decodeAttestationData: typeof decodeAttestationData;
|
|
59
|
-
declare const index_deduplicateReviews: typeof deduplicateReviews;
|
|
60
|
-
declare const index_encodeAttestationData: typeof encodeAttestationData;
|
|
61
|
-
declare const index_extractAddressesFromDidDocument: typeof extractAddressesFromDidDocument;
|
|
62
|
-
declare const index_extractExpirationTime: typeof extractExpirationTime;
|
|
63
|
-
declare const index_fetchDidDocument: typeof fetchDidDocument;
|
|
64
|
-
declare const index_formatSchemaUid: typeof formatSchemaUid;
|
|
65
|
-
declare const index_formatTransferAmount: typeof formatTransferAmount;
|
|
66
|
-
declare const index_getAttestation: typeof getAttestation;
|
|
67
|
-
declare const index_getAttestationsForDid: typeof getAttestationsForDid;
|
|
68
|
-
declare const index_getChainConstants: typeof getChainConstants;
|
|
69
|
-
declare const index_getExplorerAddressUrl: typeof getExplorerAddressUrl;
|
|
70
|
-
declare const index_getExplorerTxUrl: typeof getExplorerTxUrl;
|
|
71
|
-
declare const index_getLatestAttestations: typeof getLatestAttestations;
|
|
72
|
-
declare const index_getMajorVersion: typeof getMajorVersion;
|
|
73
|
-
declare const index_getOmaTrustProofEip712Types: typeof getOmaTrustProofEip712Types;
|
|
74
|
-
declare const index_getSchemaDetails: typeof getSchemaDetails;
|
|
75
|
-
declare const index_getSupportedChainIds: typeof getSupportedChainIds;
|
|
76
|
-
declare const index_hashSeed: typeof hashSeed;
|
|
77
|
-
declare const index_isChainSupported: typeof isChainSupported;
|
|
78
|
-
declare const index_listAttestations: typeof listAttestations;
|
|
79
|
-
declare const index_normalizeSchema: typeof normalizeSchema;
|
|
80
|
-
declare const index_parseDnsTxtRecord: typeof parseDnsTxtRecord;
|
|
81
|
-
declare const index_prepareDelegatedAttestation: typeof prepareDelegatedAttestation;
|
|
82
|
-
declare const index_schemaToString: typeof schemaToString;
|
|
83
|
-
declare const index_splitSignature: typeof splitSignature;
|
|
84
|
-
declare const index_submitAttestation: typeof submitAttestation;
|
|
85
|
-
declare const index_submitDelegatedAttestation: typeof submitDelegatedAttestation;
|
|
86
|
-
declare const index_verifyAttestation: typeof verifyAttestation;
|
|
87
|
-
declare const index_verifyDidDocumentControllerDid: typeof verifyDidDocumentControllerDid;
|
|
88
|
-
declare const index_verifyDnsTxtControllerDid: typeof verifyDnsTxtControllerDid;
|
|
89
|
-
declare const index_verifyEip712Signature: typeof verifyEip712Signature;
|
|
90
|
-
declare const index_verifyProof: typeof verifyProof;
|
|
91
|
-
declare const index_verifySchemaExists: typeof verifySchemaExists;
|
|
92
|
-
declare namespace index {
|
|
93
|
-
export { index_AttestationQueryResult as AttestationQueryResult, index_BuildDelegatedTypedDataFromEncodedParams as BuildDelegatedTypedDataFromEncodedParams, index_CallControllerWitnessParams as CallControllerWitnessParams, index_CallControllerWitnessResult as CallControllerWitnessResult, index_ChainConstants as ChainConstants, index_CreatePopEip712ProofParams as CreatePopEip712ProofParams, index_CreatePopJwsProofParams as CreatePopJwsProofParams, index_Did as Did, index_EvidencePointerProof as EvidencePointerProof, index_GetAttestationParams as GetAttestationParams, index_GetLatestAttestationsParams as GetLatestAttestationsParams, index_Hex as Hex, index_ListAttestationsParams as ListAttestationsParams, index_PopEip712Proof as PopEip712Proof, index_PopJwsProof as PopJwsProof, index_PrepareDelegatedAttestationParams as PrepareDelegatedAttestationParams, index_PrepareDelegatedAttestationResult as PrepareDelegatedAttestationResult, index_ProofPurpose as ProofPurpose, index_ProofType as ProofType, index_ProofWrapper as ProofWrapper, index_SchemaField as SchemaField, index_SubmitAttestationParams as SubmitAttestationParams, index_SubmitAttestationResult as SubmitAttestationResult, index_SubmitDelegatedAttestationParams as SubmitDelegatedAttestationParams, index_SubmitDelegatedAttestationResult as SubmitDelegatedAttestationResult, index_TxEncodedValueProof as TxEncodedValueProof, index_TxInteractionProof as TxInteractionProof, index_VerifyAttestationParams as VerifyAttestationParams, index_VerifyAttestationResult as VerifyAttestationResult, index_VerifyProofParams as VerifyProofParams, index_VerifyProofResult as VerifyProofResult, index_X402OfferProof as X402OfferProof, index_X402ReceiptProof as X402ReceiptProof, index_buildDelegatedAttestationTypedData as buildDelegatedAttestationTypedData, index_buildDelegatedTypedDataFromEncoded as buildDelegatedTypedDataFromEncoded, index_buildDnsTxtRecord as buildDnsTxtRecord, index_buildEip712Domain as buildEip712Domain, index_calculateAverageUserReviewRating as calculateAverageUserReviewRating, index_calculateTransferAmount as calculateTransferAmount, index_calculateTransferAmountFromAddresses as calculateTransferAmountFromAddresses, index_callControllerWitness as callControllerWitness, index_constructSeed as constructSeed, index_createEvidencePointerProof as createEvidencePointerProof, index_createPopEip712Proof as createPopEip712Proof, index_createPopJwsProof as createPopJwsProof, index_createTxEncodedValueProof as createTxEncodedValueProof, index_createTxInteractionProof as createTxInteractionProof, index_createX402OfferProof as createX402OfferProof, index_createX402ReceiptProof as createX402ReceiptProof, index_decodeAttestationData as decodeAttestationData, index_deduplicateReviews as deduplicateReviews, index_encodeAttestationData as encodeAttestationData, index_extractAddressesFromDidDocument as extractAddressesFromDidDocument, index_extractExpirationTime as extractExpirationTime, index_fetchDidDocument as fetchDidDocument, index_formatSchemaUid as formatSchemaUid, index_formatTransferAmount as formatTransferAmount, index_getAttestation as getAttestation, index_getAttestationsForDid as getAttestationsForDid, index_getChainConstants as getChainConstants, index_getExplorerAddressUrl as getExplorerAddressUrl, index_getExplorerTxUrl as getExplorerTxUrl, index_getLatestAttestations as getLatestAttestations, index_getMajorVersion as getMajorVersion, index_getOmaTrustProofEip712Types as getOmaTrustProofEip712Types, index_getSchemaDetails as getSchemaDetails, index_getSupportedChainIds as getSupportedChainIds, index_hashSeed as hashSeed, index_isChainSupported as isChainSupported, index_listAttestations as listAttestations, index_normalizeSchema as normalizeSchema, index_parseDnsTxtRecord as parseDnsTxtRecord, index_prepareDelegatedAttestation as prepareDelegatedAttestation, index_schemaToString as schemaToString, index_splitSignature as splitSignature, index_submitAttestation as submitAttestation, index_submitDelegatedAttestation as submitDelegatedAttestation, index_verifyAttestation as verifyAttestation, index_verifyDidDocumentControllerDid as verifyDidDocumentControllerDid, index_verifyDnsTxtControllerDid as verifyDnsTxtControllerDid, index_verifyEip712Signature as verifyEip712Signature, index_verifyProof as verifyProof, index_verifySchemaExists as verifySchemaExists };
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
export { index as i, verifyDnsTxtControllerDid as v };
|