You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed there is a bit of a difference in the NFTScan API, especially in the Solana API docs. There were options for show_attributes with types boolean on every Retrieve Assets API, but this property seems not to exist in the AssetParams types and only exists in QueryAssetsByCollectionParams. The problem is that QueryAssetsByCollectionParams is not being used for every Retrieve Assets API, so some functions don't have it.
The text was updated successfully, but these errors were encountered:
I noticed there is a bit of a difference in the NFTScan API, especially in the Solana API docs. There were options for
show_attributes
with types boolean on every Retrieve Assets API, but this property seems not to exist in theAssetParams
types and only exists inQueryAssetsByCollectionParams
. The problem is thatQueryAssetsByCollectionParams
is not being used for every Retrieve Assets API, so some functions don't have it.The text was updated successfully, but these errors were encountered: