Helia
    Preparing search index...

    Interface IPNSResolveResult

    interface IPNSResolveResult {
        cid: CID;
        path: string;
        record: IPNSRecord;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    cid: CID

    The CID that was resolved

    path: string

    Any path component that was part of the resolved record

    ""
    
    record: IPNSRecord

    The resolved record