UNPKG

@etherna/sdk-js

Version:

Etherna SDKs for operations on the network

6 lines 373 B
import type { Reference } from "../clients"; export declare const BZZ_REFERENCE_REGEX: RegExp; export declare const isValidReference: (reference: string) => reference is Reference; export declare function getBzzUrl(origin: string, reference: string, path?: string): string; export declare function extractReference(bzzUrl: string): string; //# sourceMappingURL=bzz.d.ts.map