@dinolab/crypto-mm
Version:
Crypto Market Maker
23 lines • 603 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class BoostTokenHandler {
constructor(launchExchange, boostParams, walletKeypaires, rpcUrl) {
this.launchExchange = launchExchange;
this.boostParams = boostParams;
this.walletKeypaires = walletKeypaires;
this.rpcUrl = rpcUrl;
}
async start() {
return false; // HM - Test
}
async pause() {
return false;
}
async resume() {
return false;
}
async stop() {
return false;
}
}
//# sourceMappingURL=sol.boost-token.handler.js.map