UNPKG

@tonomy/antelope-did

Version:

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

4 lines (3 loc) 216 B
import { ChainData, ChainRegistry } from './types'; export declare function getChainData(chainRegistry: ChainRegistry, chainId: string): ChainData; export declare function validateAccountName(name: string): void;