helia
    Preparing search index...

    Interface IPNSRecordData

    Extensible data from the record data field.

    The wire format of this data is DAG-CBOR.

    interface IPNSRecordData {
        Sequence: bigint;
        TTL: bigint;
        Validity: Uint8Array<ArrayBuffer>;
        ValidityType: EOL;
        Value: Uint8Array<ArrayBuffer>;
        [key: string]: any;
    }

    Hierarchy

    • Record<string, any>
      • IPNSRecordData

    Indexable

    • [key: string]: any
    Index
    Sequence: bigint
    TTL: bigint
    ValidityType: EOL