Virus-Axel / godot-solana-sdk

Build Solana games with godot. This GDExtension will enable godot to make on-chain and Solana integrated games.
MIT License
38 stars 12 forks source link

Mint resource classes are used for several things #164

Closed Virus-Axel closed 9 months ago

Virus-Axel commented 9 months ago

The resource classes should be decomposed so they can be used for their appropriate use cases. Now there might be unused properties when they are used for minting for example.

Virus-Axel commented 9 months ago

The candy guard acl is solved by hiding properties when not top level. But candy machine data can be fixed too