Hierarchy

  • DasApiInterface

Methods

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

    Parameters

    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 merkle tree proof information for multiple compressed assets.

    Parameters

    • assetIds: PublicKey<string>[]

      array of the ids of the assets to fetch the proofs for

    Returns Promise<GetAssetProofsRpcResponse>

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

    Parameters

    Returns Promise<DasApiAsset[]>

  • 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