• Factory function to create or fetch an HplCurrency instance from the Honeycomb.

    Parameters

    • honeycomb: Honeycomb

      The Honeycomb instance.

    • args: PublicKey | CreateCurrencyArgs | {
          mint: PublicKey;
      }

      The arguments for creating the currency or the address of the existing currency.

    Returns Promise<HplCurrency>

Generated using TypeDoc