getInflationGovernorRaw method
Future<JsonRpcSuccessResponse<InflationGovernor> >
getInflationGovernorRaw({
- GetInflationGovernorConfig? config,
Returns the current inflation governor.
Implementation
Future<JsonRpcSuccessResponse<InflationGovernor>> getInflationGovernorRaw({
final GetInflationGovernorConfig? config,
}) =>
send(GetInflationGovernor(config: config));