gagliardetto / metaplex-go

Go clients for the Metaplex Solana programs
MIT License
42 stars 30 forks source link

Add structs for off-chain metadata #4

Closed riptl closed 2 years ago

riptl commented 2 years ago

Adds helper structs for dealing with off-chain NFT data.

I took the data from some random NFT, ran it through JSON-to-Go, and then cleaned it up a little and added missing attributes.

We might want to look into auto-generating these structs from a schema in the future.

Relates to #3