Interface DasApiInterface
Methods
getAsset
- getAsset(assetId: PublicKey<string>): Promise<DasApiAsset>
-
getAssetProof
- getAssetProof(assetId: PublicKey<string>): Promise<GetAssetProofRpcResponse>
-
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.