File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ export interface DasApiInterface {
23
23
getAsset ( assetId : PublicKey ) : Promise < DasApiAsset > ;
24
24
25
25
/**
26
- * Return the metadata information of a compressed/standard asset .
26
+ * Return the metadata information of multiple compressed/standard assets .
27
27
*
28
- * @param assetId the id of the asset to fetch
28
+ * @param assetIds Array of the ids of the assets to fetch
29
29
*/
30
30
getAssets ( assetIds : PublicKey [ ] ) : Promise < DasApiAsset [ ] > ;
31
31
@@ -37,9 +37,9 @@ export interface DasApiInterface {
37
37
getAssetProof ( assetId : PublicKey ) : Promise < GetAssetProofRpcResponse > ;
38
38
39
39
/**
40
- * Return the merkle tree proof information for a compressed asset .
40
+ * Return the merkle tree proof information for multiple compressed assets .
41
41
*
42
- * @param assetId the id of the asset to fetch the proof for
42
+ * @param assetIds array of the ids of the assets to fetch the proofs for
43
43
*/
44
44
getAssetProofs ( assetIds : PublicKey [ ] ) : Promise < GetAssetProofsRpcResponse > ;
45
45
You can’t perform that action at this time.
0 commit comments