blockchain-kit-sdk
Toggle table of contents
1.0.21-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
blockchain-kit-sdk
blockchain-kit-sdk
/
com.cramium.blockchain.kit.blockchain.evm
/
RpcFeeHistory
Rpc
Fee
History
common
@
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.
Members
Constructors
Rpc
Fee
History
Link copied to clipboard
common
constructor
(
oldestBlock
:
String
,
baseFeePerGas
:
List
<
String
>
,
gasUsedRatio
:
List
<
Double
>
,
reward
:
List
<
List
<
String
>
>
?
=
null
)
Properties
base
Fee
Per
Gas
Link copied to clipboard
common
val
baseFeePerGas
:
List
<
String
>
gas
Used
Ratio
Link copied to clipboard
common
val
gasUsedRatio
:
List
<
Double
>
oldest
Block
Link copied to clipboard
common
val
oldestBlock
:
String
reward
Link copied to clipboard
common
val
reward
:
List
<
List
<
String
>
>
?