UNPKG

@tonomy/antelope-did

Version:

Create, resolve, update and deactivate Decentralized Identifier (DID) documents based on Antelope blockchains

4 lines (3 loc) 209 B
import { DIDResolutionResult } from '@tonomy/did-resolver'; import { AntelopeOptions } from './types'; export default function resolve(did: string, options?: AntelopeOptions): Promise<DIDResolutionResult>;