Interface DasApiInterface
Methods
getAsset
- getAsset(input: PublicKey<string> | GetAssetRpcInput): Promise<DasApiAsset>
-
getAssetProof
- getAssetProof(assetId: PublicKey<string>): Promise<GetAssetProofRpcResponse>
-
getAssetProofs
- getAssetProofs(assetIds: PublicKey<string>[]): Promise<GetAssetProofsRpcResponse>
-
getAssetSignatures
- getAssetSignatures(input: GetAssetSignaturesRpcInput): Promise<GetAssetSignaturesRpcResponse>
-
getAssets
- getAssets(input: PublicKey<string>[] | GetAssetsRpcInput): 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.