Grabs an asset index from version metadata. Requires usage of the getVersion method to get the value for the version argument
Here's an example
// Fetch the version metadataconst version = await getVersion("1.19.3");// Fetch the asset indexconst assetIndex = await getAssetIndex(version);
The asset index for the version provided.
The version metadata to grab the asset index from.
Generated using TypeDoc
Grabs an asset index from version metadata. Requires usage of the getVersion method to get the value for the version argument
Example
Here's an example
Returns
The asset index for the version provided.