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 merkle tree proof information for a compressed asset.

    Parameters

    • assetId: PublicKey<string>

      the id of the asset to fetch the proof for

    Returns Promise<GetAssetProofRpcResponse>

  • Return the list of assets given an authority address.

    Parameters

    Returns Promise<DasApiAssetList>

  • Return the list of assets given a creator address.

    Parameters

    Returns Promise<DasApiAssetList>

  • Return the list of assets given a group (key, value) pair.

    Parameters

    Returns Promise<DasApiAssetList>

  • Return the list of assets given an owner address.

    Parameters

    Returns Promise<DasApiAssetList>

  • Return the list of assets given a search criteria.

    Parameters

    Returns Promise<DasApiAssetList>

Generated using TypeDoc