CCC Docs
    Preparing search index...

    Type Alias DidCkbRecord

    type DidCkbRecord = {
        did: string;
        id: Hex;
        data: DidCkbData;
        cell: Cell;
    }
    Index

    Properties

    Properties

    did: string

    The did:ckb: string identifying this cell.

    id: Hex

    20-byte Type ID args (same value createDidCkb returned as id).

    Decoded DidCkbData; .value.document is the CBOR-decoded document.

    cell: Cell

    The live DID Metadata Cell itself.