Fetch a single digital asset by its unique identifier.
HTTP transport instance
Base-58 encoded asset public key
Commitment level and call options
The full DAS asset object
const asset = await getAsset(transport, 'So1111...');console.log(asset.content.metadata?.name); Copy
const asset = await getAsset(transport, 'So1111...');console.log(asset.content.metadata?.name);
1.0.0
Fetch a single digital asset by its unique identifier.