Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 655 Bytes

File metadata and controls

22 lines (16 loc) · 655 Bytes

OpenapiClient::InputEstimateGas

Properties

Name Type Description Notes
schema String A URL to the JSON Schema for this object. [optional][readonly]
object EstimateGasObject The state override set with address-to-state mapping where each address maps to an object containing [optional]
transaction ParamsTransaction The transaction call object

Example

require 'openapi_client'

instance = OpenapiClient::InputEstimateGas.new(
  schema: null,
  object: null,
  transaction: null
)