getInflationGovernor abstract method

Future<InflationGovernor> getInflationGovernor({
  1. Commitment? commitment,
})

Returns the current inflation governor

commitment For commitment parameter description see this document Commitment.processed is not supported as commitment.

Implementation

Future<InflationGovernor> getInflationGovernor({
  Commitment? commitment,
});