Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 439 Bytes

File metadata and controls

20 lines (14 loc) · 439 Bytes

OpenapiClient::OutputGasPrice

Properties

Name Type Description Notes
schema String A URL to the JSON Schema for this object. [optional][readonly]
gas_price String The decimal value of the current gas price in wei

Example

require 'openapi_client'

instance = OpenapiClient::OutputGasPrice.new(
  schema: null,
  gas_price: null
)