interface GasEntry {
    key: string;
    val: bigint;
}

Properties

Properties

key: string
val: bigint