metaplex-foundation / mpl-token-metadata

Program to attach additional data to Fungible or Non-Fungible tokens on Solana.
https://developers.metaplex.com/token-metadata
Other
99 stars 42 forks source link

Add default impl to types #56

Closed febo closed 9 months ago

febo commented 9 months ago

This PR adds Default trait implementation for generated types. It also add impl blocks for MasterEdition, Metadata and TokenRecord with deserialization helpers.