Skip to main content
logo

osmosis

The Osmosis Rewards Collector contract inherits logics from the base Rewards Collector contract, with the Osmosis custom msg, query, and swap route plugins.

ExecuteMsg

OsmosisRoute

route.rs
Copy

_2
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, JsonSchema)]
_2
pub struct OsmosisRoute(pub Vec<SwapAmountInRoute>);