Resolves a full asset download URL from an asset hash.
An example of getting this.
// Fetch the asset indexconst assetIndex = await getAssetIndex(version);// Get the asset URLconst assetUrl = resolveAssetURL(assetIndex.objects[Object.keys(assetIndex.objects)[0]].hash);
The full asset URL.
The asset's hash, found in it's object metadata in the asset index.
Generated using TypeDoc
Resolves a full asset download URL from an asset hash.
Example
An example of getting this.
Returns
The full asset URL.