Skip to content

Commit

Permalink
change MHS response
Browse files Browse the repository at this point in the history
  • Loading branch information
jcompagni10 committed Dec 23, 2024
1 parent 11a41b6 commit f3792ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/neutron-sdk/src/proto_types/neutron.dex.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use serde::{Deserialize, Serialize};
// @generated
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct PairId {
Expand Down Expand Up @@ -215,11 +216,13 @@ pub struct MsgCancelLimitOrder {
}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct MsgCancelLimitOrderResponse {}
#[derive(Clone, PartialEq, ::prost::Message)]

#[derive(Serialize, Deserialize, Clone, PartialEq, ::prost::Message)]
pub struct MultiHopRoute {
#[prost(string, repeated, tag = "1")]
pub hops: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
}

#[derive(Clone, PartialEq, ::prost::Message)]
pub struct MsgMultiHopSwap {
#[prost(string, tag = "1")]
Expand Down

0 comments on commit f3792ff

Please sign in to comment.