Why does useAssets
use Asset[]
instead of AssetExtended[]
?
#171
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I notice there are 2 different asset types:
So I'm facing this,
It says
Property 'assetName' does not exist on type 'Asset'
, while actually assetName, fingerprint, and policyId exist (AKA, all the fields ofAssetExtended
)Why does
useAssets
useAsset[]
instead ofAssetExtended[]
? And why are there 2 different asset types,Asset
andAssetExtended
?Beta Was this translation helpful? Give feedback.
All reactions