stable-structures
stable-structures copied to clipboard
derive macro for `Storable` and `BoundedStorable`
It would be very useful to support the following:
#[derive(CandidType, Deserialize, Storable, BoundedStorable)]
struct UserProfile {
token0_balance: u64,
token1_balance: u64,
}