getSupply method
Returns information about the current supply.
Implementation
Future<Supply> getSupply({
final GetSupplyConfig? config,
}) async =>
(await getSupplyRaw(config: config)).result!.value!;
Returns information about the current supply.
Future<Supply> getSupply({
final GetSupplyConfig? config,
}) async =>
(await getSupplyRaw(config: config)).result!.value!;