Skip to content

derive macro for Storable and BoundedStorable #93

Open
@0kenx

Description

@0kenx

It would be very useful to support the following:

#[derive(CandidType, Deserialize, Storable, BoundedStorable)]
struct UserProfile {
    token0_balance: u64,
    token1_balance: u64,
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions