"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.MIN_UNBONDING_OUTPUT_VALUE = void 0;
// minimum unbonding output value to avoid the unbonding output value being
// less than Bitcoin dust
exports.MIN_UNBONDING_OUTPUT_VALUE = 1000;