Show / Hide Table of Contents

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 currency in FungibleAssetValue. Thrown when the total supply of the given currency is not trackable.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium