From 8ce45f0e494e5f9c48420c371a07ece94b4a68be Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Fri, 22 May 2020 15:24:28 -0700 Subject: Return counter in assertion verification --- packages/typescript-types/src/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/typescript-types/src') diff --git a/packages/typescript-types/src/index.ts b/packages/typescript-types/src/index.ts index 15771b0..6a2a4e8 100644 --- a/packages/typescript-types/src/index.ts +++ b/packages/typescript-types/src/index.ts @@ -153,6 +153,7 @@ export type VerifiedAttestation = { */ export type VerifiedAssertion = { verified: boolean; + counter: number; }; export type CertificateInfo = { -- cgit v1.2.3