Hierarchy

  • DasApiInterface

Methods

  • Return the metadata information of a compressed/standard asset.

    Parameters

    • assetId: PublicKey<string>

      the id of the asset to fetch

    Returns Promise<DasApiAsset>

  • Return the metadata information of multiple compressed/standard assets.

    Parameters

    • assetIds: PublicKey<string>[]

      Array of the ids of the assets to fetch

    Returns Promise<DasApiAsset[]>

Generated using TypeDoc