| Name | Type | Description | Notes |
|---|---|---|---|
| schema | String | A URL to the JSON Schema for this object. | [optional][readonly] |
| balance | String | The balance of the specified address in decimal value, measured in wei |
require 'openapi_client'
instance = OpenapiClient::OutputGetBalance.new(
schema: null,
balance: null
)