UNPKG

@pokt-network/pocket-js

Version:

Pocket-js core package with the main functionalities to interact with the Pocket Network.

6 lines (5 loc) 149 B
/** * Validates wheter or not a Service URL is valid * @param serviceURL */ export declare function validateServiceURL(serviceURL: URL): boolean;