@tabcat/zzzync
    Preparing search index...

    Interface ReceivedRecord

    A record received and validated by the handler, ready for the caller to pin and publish to routers.

    interface ReceivedRecord {
        name: IpnsMultihash;
        pinner: Libp2pKey;
        record: IPNSRecord;
    }
    Index

    The dialer's IPNS key.

    pinner: Libp2pKey

    The dialer's libp2p key, used as the pinner.

    record: IPNSRecord

    The received, signature-validated IPNS record.