lisk-framework
Version:
Lisk blockchain application platform
8 lines • 360 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.RecoverStateCommand = void 0;
const base_state_recovery_1 = require("../../base_state_recovery");
class RecoverStateCommand extends base_state_recovery_1.BaseStateRecoveryCommand {
}
exports.RecoverStateCommand = RecoverStateCommand;
//# sourceMappingURL=recover_state.js.map
;