Skip to main content

README

@hyperledger/identus-sdk v7.0.0


@hyperledger/identus-sdk / plugins/internal/dif

plugins/internal/dif

This export contains the DIF plugin for the Identus SDK Please use the following export

How to use

Typescript / esmodules

import * as DIF from "@hyperledger/identus-sdk/plugins/dif";

Or with cjs modules

const DIF = require("@hyperledger/identus-sdk/plugins/dif");

Namespaces

NamespaceDescription
DIF-

Classes

ClassDescription
DIFModuleused to enable Modules to propagate the Context and have access to runTask

Type Aliases

Type AliasDescription
Context-
Modules-

Variables

VariableDescription
plugin-