| 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 |
require 'openapi_client'
instance = OpenapiClient::InputEstimateGas.new(
schema: null,
object: null,
transaction: null
)