getSupplyRaw method
Returns information about the current supply.
Implementation
Future<JsonRpcContextResponse<Supply>> getSupplyRaw({
  final GetSupplyConfig? config,
}) => send(GetSupply(config: config));Returns information about the current supply.
Future<JsonRpcContextResponse<Supply>> getSupplyRaw({
  final GetSupplyConfig? config,
}) => send(GetSupply(config: config));