Noah Prince
Results
25
issues of
Noah Prince
https://discord.com/channels/404106811252408320/1097632035155214567/1242201684487307384
Consider the following instruction: ```rust use anchor_lang::{prelude::*, solana_program::hash::hash}; #[derive(AnchorSerialize, AnchorDeserialize, Clone, Debug)] pub struct InitializeThingWithNameArgs { pub name: String } #[account] #[derive(InitSpace) pub struct NameThing { #[max_len(200)] pub name: String...
idl