mito-protocol 0.2.7-fixed-docs

A package for interacting with the Mito Protocol
Documentation
1
2
3
4
5
use schemars::JsonSchema;
use serde::{Deserialize, Serialize};

#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, JsonSchema)]
pub struct MigrateMsg {}