helia
    Preparing search index...

    Interface DNSLinkIPFSResult

    interface DNSLinkIPFSResult {
        answer: Answer;
        cid: CID;
        namespace: "ipfs";
        path: string;
    }
    Index

    Properties

    answer: Answer

    The resolved record

    cid: CID

    The resolved value

    namespace: "ipfs"

    The IPFS namespace

    path: string

    If the resolved value is an IPFS path, it will be present here