We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Storable
BoundedStorable
It would be very useful to support the following:
#[derive(CandidType, Deserialize, Storable, BoundedStorable)] struct UserProfile { token0_balance: u64, token1_balance: u64, }