get_inflation_governor
Retrieve the current inflation governor information from the Solana blockchain using the specified RPC method to monitor or analyze monetary policy settings.
Instructions
Returns the current inflation governor.
Returns: str: Inflation governor info in the format "Inflation governor: {governor}"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_inflation_governorArguments",
"type": "object"
}