Skip to content

fromChain

fromChain(encoded): DidUri

Convert the DID data from blockchain format to the DID URI.

Parameters

encoded: AccountId32

The chain-formatted DID.

Returns

DidUri

The DID URI.

Source

did/src/Did.chain.ts:110