UNPKG

@klayr-did/klayr-verifiable-credentials

Version:

A library for working with W3C verifiable credentials (VC) and verifiable presentations (VP) using Klayr DID

4 lines (3 loc) 223 B
import { OnChainLoaderOptions } from './type'; import { DocumentLoader } from '@klayr-did/klayr-decentralized-identifier'; export declare function buildOnChainDocumentLoader(options?: OnChainLoaderOptions): DocumentLoader;