UNPKG

@solarpunkltd/comment-system

Version:

A library for writing and reading comments from the Swarm network.

8 lines 550 B
import { EthAddress, PrivateKey } from '@ethersphere/bee-js'; export declare function getIdentifierFromBzzUrl(url: string): string | undefined; export declare function getIdentifierFromUrl(url: string): string; export declare function getPrivateKeyFromIdentifier(identifier: string): PrivateKey; export declare function getPrivateKeyFromUrl(url: string): PrivateKey; export declare function getAddressFromIdentifier(identifier: string): EthAddress; export declare function getAddressFromUrl(url: string): EthAddress; //# sourceMappingURL=url.d.ts.map