@hypernetlabs/utils
Version:
Utilities used by Hypernet Labs packages
8 lines • 369 B
TypeScript
export interface IValidationUtils {
validatePublicIdentifier(publicIdentifier: string): boolean;
validateEthereumAddress(ethereumAddress: string): boolean;
validateWeiAmount(amount: string): boolean;
validatePaymentId(paymentId: string): boolean;
}
export declare const IValidationUtilsType: unique symbol;
//# sourceMappingURL=IValidationUtils.d.ts.map