文件名称:did-universal-resolver-driver:分散身份(DID)通用解析器抽象驱动程序类
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-01 21:03:20
JavaScript
通用解析器驱动程序 分散身份(DID)通用解析器抽象驱动程序类 抽象的 在此模块中,我们提供了用于通用解析的基本Driver类。 该驱动程序实现的接口类似于存储库中描述的参考实现。 实现者应扩展此抽象类,以描述其自己的分辨率驱动程序。 安装 $ npm install did-universal-resolver-driver 使用范例 const { Driver } = require ( 'did-universal-resolver-driver' ) const driver = new Driver ( { resolve ( identifier ) { // resolve identifier with ResolutionResult somehow } , properties ( ) { // return Map<String, Obj
【文件预览】:
did-universal-resolver-driver-master
----.travis.yml(145B)
----.eslintrc(29B)
----index.js(170B)
----package.json(977B)
----test()
--------index.js(1KB)
----util.js(139B)
----LICENSE(1KB)
----.gitignore(902B)
----driver.js(615B)
----README.md(2KB)