RpcBlock

@Serializable
data class RpcBlock(val number: String, val hash: String, val timestamp: String, val baseFeePerGas: String? = null, val gasLimit: String, val gasUsed: String)

Ethereum block data from eth_getBlockByNumber. Only includes fields needed for fee calculation.

Constructors

Link copied to clipboard
constructor(number: String, hash: String, timestamp: String, baseFeePerGas: String? = null, gasLimit: String, gasUsed: String)

Properties

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