Skip to content

Rust: derive serde and schemars traits so that can be used in CosmWasm contracts #159

Description

@larry0x

CosmWasm requires types to implement serde::{Serialize, Deserialize} and schemars::JsonSchema traits in order for them to be used in contracts.

Suggest introducing an optional cosmwasm trait, that if enabled, will derive these traits.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestrustIssues pertaining to the Rust implementation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions