Skip to content

Commit

Permalink
fix: readded min_notional
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrobot committed Jul 22, 2024
1 parent 24bc953 commit 80382c4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1863,6 +1863,8 @@ pub struct MsgInstantSpotMarketLaunch {
/// quantity
#[prost(string, tag = "6")]
pub min_quantity_tick_size: ::prost::alloc::string::String,
#[prost(string, tag = "7")]
pub min_notional: ::prost::alloc::string::String,
}
/// MsgInstantSpotMarketLaunchResponse defines the Msg/InstantSpotMarketLaunch
/// response type.
Expand Down Expand Up @@ -1928,6 +1930,8 @@ pub struct MsgInstantPerpetualMarketLaunch {
/// quantity
#[prost(string, tag = "13")]
pub min_quantity_tick_size: ::prost::alloc::string::String,
#[prost(string, tag = "14")]
pub min_notional: ::prost::alloc::string::String,
}
/// MsgInstantPerpetualMarketLaunchResponse defines the
/// Msg/InstantPerpetualMarketLaunchResponse response type.
Expand Down

0 comments on commit 80382c4

Please sign in to comment.