Interface IPNSRouting

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

Methods

Methods

Generated using TypeDoc