Delegate TotalSupplyGetter
An delegate to provide a view of total supply of a currency.
Gets the total supply of the given currency
.
Namespace: Libplanet.Action
Assembly: Libplanet.dll
Syntax
public delegate FungibleAssetValue TotalSupplyGetter(Currency currency);
Parameters
Type | Name | Description |
---|---|---|
Currency | currency | The currency type to query the total supply. |
Returns
Type | Description |
---|---|
FungibleAssetValue | The total supply value of the |