crypto-wallet-core
Version:
A multi-currency support library for address derivation, private key creation, and transaction creation
12 lines • 343 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BaseValidation = void 0;
const eth_1 = require("../eth");
class BaseValidation extends eth_1.EthValidation {
constructor() {
super();
this.regex = /base/i;
}
}
exports.BaseValidation = BaseValidation;
//# sourceMappingURL=index.js.map