UNPKG

@tonomy/antelope-did

Version:

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

9 lines (7 loc) 365 B
import { DIDDeactivateResult, AntelopeOptions } from './types'; export default async function deactivate( did: string, options?: AntelopeOptions ): Promise<DIDDeactivateResult> { throw Error('Antelope DID deactivate not supported. If this Antelope chain support deactivation of accounts, please override this function with the appropriate functionality'); }