• Resolves a CType identifier to the CType definition by fetching data from the block containing the transaction that registered the CType on chain.

    Parameters

    • cTypeId: `kilt:ctype:0x${string}`

      CType ID to use for the query. It is required to complement the information stored on the blockchain in a CtypeCtypeEntry.

    Returns Promise<ICTypeDetails>

    The ICTypeDetails as the result of combining the on-chain information and the information present in the tx history.