UNPKG

@sphereon/ssi-sdk.public-key-hosting

Version:

14 lines 398 B
import { JWK } from '@sphereon/ssi-types'; import { IIdentifier, IKey } from '@veramo/core'; export declare const toJWKS: (args: { keys: IKey | IKey[]; }) => { keys: Array<JWK>; }; export declare const jwksURIFromIdentifier: (args: { identifier: IIdentifier; basePath?: string; baseURL?: string; onlyEncodeDid?: boolean; }) => string; //# sourceMappingURL=functions.d.ts.map