Top gas used statistics

TopGasUsed

interface TopGasUsed {
    gasTotal?: string;
    list?: { address?: string; gas?: string }[];
}

Properties

Properties

gasTotal?: string

Total gas used

list?: { address?: string; gas?: string }[]

List of top gas users

Type declaration

  • Optionaladdress?: string

    Account address

  • Optionalgas?: string

    Gas used amount