| Name | Type | Description | Notes |
|---|---|---|---|
| schema | String | A URL to the JSON Schema for this object. | [optional][readonly] |
| max_priority_fee_per_gas | String | The hex value of the priority fee needed to be included in a block |
require 'openapi_client'
instance = OpenapiClient::OutputMaxPriorityFeePerGas.new(
schema: null,
max_priority_fee_per_gas: null
)