Interface DasApiInterface
Methods
getAsset
- getAsset(assetId: PublicKey<string>): Promise<DasApiAsset>
-
getAssetProof
- getAssetProof(assetId: PublicKey<string>): Promise<GetAssetProofRpcResponse>
-
getAssetProofs
- getAssetProofs(assetIds: PublicKey<string>[]): Promise<GetAssetProofsRpcResponse>
-
getAssetSignatures
- getAssetSignatures(assetId: PublicKey<string>): Promise<GetAssetSignaturesRpcResponse>
-
getAssets
- getAssets(assetIds: PublicKey<string>[]): Promise<DasApiAsset[]>
-
getAssetsByAuthority
- getAssetsByAuthority(input: GetAssetsByAuthorityRpcInput): Promise<DasApiAssetList>
-
getAssetsByCreator
- getAssetsByCreator(input: GetAssetsByCreatorRpcInput): Promise<DasApiAssetList>
-
getAssetsByGroup
- getAssetsByGroup(input: GetAssetsByGroupRpcInput): Promise<DasApiAssetList>
-
getAssetsByOwner
- getAssetsByOwner(input: GetAssetsByOwnerRpcInput): Promise<DasApiAssetList>
-
searchAssets
- searchAssets(input: SearchAssetsRpcInput): Promise<DasApiAssetList>
-
Return the metadata information of a compressed/standard asset.