UNPKG

@gleif-it/did-webs-ts

Version:
6 lines (5 loc) 290 B
import { generateKeyBlock } from './generateKeyBlock.js'; // currently this all gets tested in the generateDocument function export const generateKeyVerificationBlock = (controller, controllerDid) => { return controller.keyState.k.map((key) => generateKeyBlock(controllerDid, key)); };