Gas.json
{
"description": "The `Gas` struct represents a `U512` amount of gas.",
"allOf": [
{
"$ref": "#/components/schemas/U512"
}
]
}
{
"description": "The `Gas` struct represents a `U512` amount of gas.",
"allOf": [
{
"$ref": "#/components/schemas/U512"
}
]
}