interface GasScheduleV2 {
    entries: GasEntry[];
    feature_version: bigint;
}

Properties

entries: GasEntry[]
feature_version: bigint