getSupplyRaw method

Future<JsonRpcContextResponse<Supply>> getSupplyRaw({
  1. GetSupplyConfig? config,
})

Returns information about the current supply.

Implementation

Future<JsonRpcContextResponse<Supply>> getSupplyRaw({
  final GetSupplyConfig? config,
}) =>
    send(GetSupply(config: config));