helia
    Preparing search index...

    Interface IPNSEntry

    interface IPNSEntry {
        data?: Uint8Array<ArrayBuffer>;
        publicKey?: Uint8Array<ArrayBuffer>;
        sequence?: bigint;
        signatureV1?: Uint8Array<ArrayBuffer>;
        signatureV2?: Uint8Array<ArrayBuffer>;
        ttl?: bigint;
        validity?: Uint8Array<ArrayBuffer>;
        validityType?: EOL;
        value?: Uint8Array<ArrayBuffer>;
    }
    Index

    Properties

    publicKey?: Uint8Array<ArrayBuffer>
    sequence?: bigint
    signatureV1?: Uint8Array<ArrayBuffer>
    signatureV2?: Uint8Array<ArrayBuffer>
    ttl?: bigint
    validityType?: EOL