ipns
    Preparing search index...

    Interface IPNSRecordV2

    interface IPNSRecordV2 {
        data: Uint8Array;
        pubKey?: Uint8Array<ArrayBufferLike>;
        sequence: bigint;
        signatureV2: Uint8Array;
        ttl?: bigint;
        validity: string;
        validityType: ValidityType;
        value: string;
    }
    Index

    Properties

    extensible data

    pubKey?: Uint8Array<ArrayBufferLike>

    the public portion of the key that signed this record (only present if it was not embedded in the IPNS key)

    sequence: bigint

    number representing the version of the record

    signatureV2: Uint8Array

    the v2 signature of the record

    ttl?: bigint

    ttl in nanoseconds

    validity: string

    If the validity type is EOL, this is the expiration datetime for the record in RFC3339 format

    validityType: ValidityType

    Type of validation being used

    value: string

    value of the record