deserializeAssets
function
deserializeAssets
Signature
deserializeAssets(assetsList: string[], assets: Record, proxyFunction: any): object[]
Deserializes an array of assets for use in the application.
Also takes into consideration dependencies between assets
Parameters:
assetsList: string[]
List of assets to deserialize
assets: Record
All available assets
proxyFunction: any
A function to handle proxy calls for asset APIs
Returns:
object[]An array of fully deserialized asset objects
