We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57fb16b commit b097e64Copy full SHA for b097e64
Sources/Core/Oracle/GasOracle.swift
@@ -226,11 +226,11 @@ public extension Oracle {
226
227
extension Oracle {
228
public struct FeeHistory {
229
- let timestamp = Date()
230
- let baseFeePerGas: [BigUInt]
231
- let gasUsedRatio: [Double]
232
- let oldestBlock: BigUInt
233
- let reward: [[BigUInt]]
+ public let timestamp = Date()
+ public let baseFeePerGas: [BigUInt]
+ public let gasUsedRatio: [Double]
+ public let oldestBlock: BigUInt
+ public let reward: [[BigUInt]]
234
}
235
236
0 commit comments