Skip to content

Commit

Permalink
rm legacy code
Browse files Browse the repository at this point in the history
  • Loading branch information
quasisamurai committed Aug 25, 2023
1 parent cfb3c83 commit 697d826
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions packages/neutron-sdk/src/bindings/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use crate::{
use cosmwasm_std::{Binary, Coin, CosmosMsg, CustomMsg, StdError, Uint128};
use schemars::JsonSchema;
use serde::{Deserialize, Serialize};
use serde_json::Value;
use serde_json_wasm::to_string;

#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, JsonSchema)]
Expand Down Expand Up @@ -493,20 +492,6 @@ pub struct SudoContractProposal {
pub msg: Binary,
}

#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, JsonSchema)]
#[serde(rename_all = "snake_case")]
/// UpdateAdminProposal defines the struct for update admin proposal.
pub struct UpdateAdminProposal {
/// **title** is a text title of proposal.
pub title: String,
/// **description** is a text description of proposal.
pub description: String,
/// ***new_admin*** is an address of new admin
pub new_admin: String,
/// **contract** is an address of contract to update admin.
pub contract: String,
}

#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, JsonSchema)]
#[serde(rename_all = "snake_case")]
/// ProposalExecuteMessage defines the struct for sdk47 compatible update params admin proposal.
Expand Down

0 comments on commit 697d826

Please sign in to comment.