@btc-stamps/tx-builder - v0.1.7
    Preparing search index...

    Interface FeePrediction

    interface FeePrediction {
        confidence: number;
        fee_breakdown: FeeBreakdown;
        operations: Operation[];
        optimization_suggestions: Optimization[];
        time_estimate: string;
        total_estimated_fee: number;
    }
    Index

    Properties

    confidence: number
    fee_breakdown: FeeBreakdown
    operations: Operation[]
    optimization_suggestions: Optimization[]
    time_estimate: string
    total_estimated_fee: number