CCC Docs
    Preparing search index...

    Function resolveDidCkb

    • Resolve a did:ckb: string to its live cell + decoded document.

      Throws if did is not a syntactically valid did:ckb identifier. Returns undefined if the DID was created and then destroyed, or never existed.

      Parameters

      • props: { client: Client; did: string }

      Returns Promise<undefined | DidCkbRecord>