Solana Quest: Adding Accounts

3 years ago
1

In this video we talk about adding the account classes to our messenger. It can be a little confusing. One thing I wanted to clarify that I don't think I still got quite right is the concept of derive. This is a rust macro that essentially generates implementation code for the class or classes that are the parameters of the derive macro.

Loading comments...