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
Is your feature request related to a problem? Please describe.
Missing support retrieving Compressed NFTs & Digital Asset Standard (DAS) API
Describe the solution you'd like
Following the DAS API specification, implement an enhanced Rpc which use the API for things such as retrieving compressed NFTs
The text was updated successfully, but these errors were encountered:
Expose in the Web3.cs script an additional configuration to specify the DAS API endpoint
If the DAS API endpoint is defined, use the wrapper object to get the list of NFTs, rather than hitting directly the RPC (current implementation). Changing the (LoadNFTs methods)[https://github.com/magicblock-labs/Solana.Unity-SDK/blob/main/Runtime/codebase/Web3.cs#L364].
Happy to review an approach or a potential implementation if you want to draft a PR
Is your feature request related to a problem? Please describe.
Missing support retrieving Compressed NFTs & Digital Asset Standard (DAS) API
Describe the solution you'd like
Following the DAS API specification, implement an enhanced Rpc which use the API for things such as retrieving compressed NFTs
The text was updated successfully, but these errors were encountered: