This repository was archived by the owner on Mar 11, 2025. It is now read-only.
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
Feature Request: Use u64
for Token-Group Interface max_size
#7061
Closed
Description
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.