Helia
    Preparing search index...

    Interface IPNSRouting

    interface IPNSRouting {
        get(
            routingKey: Uint8Array,
            options?: GetOptions,
        ): Promise<Uint8Array<ArrayBufferLike>>;
        put(
            routingKey: Uint8Array,
            marshaledRecord: Uint8Array,
            options?: PutOptions,
        ): Promise<void>;
    }
    Index

    Methods

    Methods