helia-verified-fetch
    Preparing search index...

    Interface ResolveURLResult

    interface ResolveURLResult {
        blockstore: Blockstore;
        expires?: Date;
        ipfsRoots: CID<unknown, number, number, Version>[];
        redirected: boolean;
        terminalElement: PathEntry;
        ttl?: number;
        url: URL;
    }

    Hierarchy (View Summary)

    Index

    Properties

    blockstore: Blockstore
    expires?: Date

    This can represent an IPNS records EOL validity expiration

    ipfsRoots: CID<unknown, number, number, Version>[]
    redirected: boolean
    terminalElement: PathEntry
    ttl?: number

    How long this result is valid for - in general re-resolving this URL will result in the same final URL within this many seconds

    url: URL