Interface IFeeEstimateVerboseExperimentalData

interface IFeeEstimateVerboseExperimentalData {
    mempoolReadyTransactionsCount: bigint;
    mempoolReadyTransactionsTotalMass: bigint;
    networkMassPerSecond: bigint;
    nextBlockTemplateFeerateMax: number;
    nextBlockTemplateFeerateMedian: number;
    nextBlockTemplateFeerateMin: number;
}

Properties

mempoolReadyTransactionsCount: bigint
mempoolReadyTransactionsTotalMass: bigint
networkMassPerSecond: bigint
nextBlockTemplateFeerateMax: number
nextBlockTemplateFeerateMedian: number
nextBlockTemplateFeerateMin: number

Generated using TypeDoc