ThresholdResponse: {
    absolute_count: {
        total_weight: number;
        weight: number;
    };
} | {
    absolute_percentage: {
        percentage: Decimal;
        total_weight: number;
    };
} | {
    threshold_quorum: {
        quorum: Decimal;
        threshold: Decimal;
        total_weight: number;
    };
}

©2020 - 2023 Oraichain Foundation