@bcpros/crypto-wallet-core
Version:
A multi-currency support library for address derivation, private key creation, and transaction creation
9 lines • 326 B
TypeScript
import { IValidation } from '..';
export declare class EthValidation implements IValidation {
regex: RegExp;
constructor();
validateAddress(_network: string, address: string): boolean;
validateUri(addressUri: string): boolean;
protected extractAddress(data: any): any;
}
//# sourceMappingURL=index.d.ts.map