Skip to main content

getInflationGovernor RPC Method

Returns the current inflation governor.

Parameters

object optional
Configuration object containing the following fields:
commitment string optional
The level of commitment desired when querying state

Code Sample

Response

Result Details

The result field will be a JSON object containing:
  • initial: <f64>
    • The initial inflation percentage from time 0
    • Represents the starting point of the network’s inflation rate
  • terminal: <f64>
    • Terminal inflation percentage
    • The lowest point the inflation rate will reach
  • taper: <f64>
    • Rate per year at which inflation is lowered
    • Rate reduction is derived using the target slot time in genesis config
  • foundation: <f64>
    • Percentage of total inflation allocated to the foundation
    • Represents the portion of inflation reserved for network development
  • foundationTerm: <f64>
    • Duration of foundation pool inflation in years
    • Specifies how long the foundation will receive an inflation allocation