CryptoApis::EstimateGasLimitRI

Properties

Name Type Description Notes
gas_limit String Represents the amount of gas used by this specific transaction alone.

Example

require 'crypto_apis'

instance = CryptoApis::EstimateGasLimitRI.new(
  gas_limit: 550000
)