Block average priority fee statistics

BlockAvgpriorityfee

interface BlockAvgpriorityfee {
    total?: string | number;
    list?: {
        avgPriorityFee?: string;
        blockNumber?: number;
        timestamp?: string | number;
    }[];
}

Properties

Properties

total?: string | number

Total number of records

list?: {
    avgPriorityFee?: string;
    blockNumber?: number;
    timestamp?: string | number;
}[]

List of priority fee statistics

Type declaration

  • OptionalavgPriorityFee?: string

    Average priority fee per gas

  • OptionalblockNumber?: number

    Block number

  • Optionaltimestamp?: string | number

    Block timestamp (UTC)