RpcFeeHistory

@Serializable
data class RpcFeeHistory(val oldestBlock: String, val baseFeePerGas: List<String>, val gasUsedRatio: List<Double>, val reward: List<List<String>>? = null)

Response from eth_feeHistory.

Constructors

Link copied to clipboard
constructor(oldestBlock: String, baseFeePerGas: List<String>, gasUsedRatio: List<Double>, reward: List<List<String>>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard