UNPKG

@tonomy/antelope-did

Version:

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

3 lines (2 loc) 231 B
import { Authority, CreateOptions, DIDCreateResult } from './types'; export default function create(creator: string, name: string, owner: Authority, active: Authority, options: Required<CreateOptions>): Promise<DIDCreateResult>;