solana-program-library icon indicating copy to clipboard operation
solana-program-library copied to clipboard

Feature Request: Use `u64` for Token-Group Interface `max_size`

Open jacksondoherty opened this issue 7 months ago • 2 comments

Although they don't exist today, there are conceivable NFT projects that could have billions of members, especially with compression. For example, a project I'm working on called Garden will have a total possible supply of ~64B, which doesn't fit in u32. Unless there is a significant benefit to using u32 that I'm not aware of, we should use the maximum type here.

jacksondoherty avatar Jul 28 '24 22:07 jacksondoherty