UNPKG

nz-covid-pass-verifier

Version:

TypeScript implementation of [NZ COVID Pass - Technical Specification v1](https://nzcp.covid19.health.nz/).

3 lines (2 loc) 118 B
import { Key } from "cose-js"; export declare function resolvePublicKey(reference: string): Promise<Key | undefined>;