CryptoApis::GetEIP1559FeeRecommendationsRI

Properties

Name Type Description Notes
base_fee_per_gas GetEIP1559FeeRecommendationsRIBaseFeePerGas
max_fee_per_gas GetEIP1559FeeRecommendationsRIMaxFeePerGas
max_priority_fee_per_gas GetEIP1559FeeRecommendationsRIMaxPriorityFeePerGas

Example

require 'crypto_apis'

instance = CryptoApis::GetEIP1559FeeRecommendationsRI.new(
  base_fee_per_gas: null,
  max_fee_per_gas: null,
  max_priority_fee_per_gas: null
)