Interface IFeeRateEstimateResponse

interface IFeeRateEstimateResponse {
    low: IFeeRateEstimateBucket;
    normal: IFeeRateEstimateBucket;
    priority: IFeeRateEstimateBucket;
}

Properties

Properties

Generated using TypeDoc