From #74,
this PR does not allow for fully qualified assets which are of type EIP-721 (nft) or EIP-1155 (multitoken standard). New combined types could be created to accommodate this. (eg, AssetType.Qualified721).
The combined types would require that the metadata for both location and token specifics are concatenated together (or whatever).
From #74,
The combined types would require that the metadata for both location and token specifics are concatenated together (or whatever).