@klayr-did/klayr-verifiable-credentials
Version:
A library for working with W3C verifiable credentials (VC) and verifiable presentations (VP) using Klayr DID
10 lines • 446 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.buildOffChainDocumentLoader = void 0;
const base_1 = require("./builders/base");
function buildOffChainDocumentLoader(options) {
const documentLoader = (0, base_1.createBaseLoader)({ ...options, enableFetch: true });
return documentLoader.build();
}
exports.buildOffChainDocumentLoader = buildOffChainDocumentLoader;
//# sourceMappingURL=offChain.js.map