• Fetch a single digital asset by its unique identifier.

    Parameters

    Returns Promise<DasAsset>

    The full DAS asset object

    const asset = await getAsset(transport, 'So1111...');
    console.log(asset.content.metadata?.name);

    1.0.0