Versions in this module Expand all Collapse all v9 v9.0.0 Jun 1, 2022 Changes in this version + type BurnTokens struct + Amount sdk.Int + BurnFromAddress string + Denom string + type ChangeAdmin struct + Denom string + NewAdminAddress string + type CreateDenom struct + Subdenom string + type EstimatePriceResponse struct + Amount SwapAmount + type EstimateSwap struct + Amount SwapAmount + First Swap + Route []Step + Sender string + func (e *EstimateSwap) ToSwapMsg() *SwapMsg + type ExactIn struct + Input sdk.Int + MinOutput sdk.Int + type ExactOut struct + MaxInput sdk.Int + Output sdk.Int + type FullDenom struct + CreatorAddr string + Subdenom string + type FullDenomResponse struct + Denom string + type MintTokens struct + Amount sdk.Int + Denom string + MintToAddress string + type OsmosisMsg struct + BurnTokens *BurnTokens + ChangeAdmin *ChangeAdmin + CreateDenom *CreateDenom + MintTokens *MintTokens + Swap *SwapMsg + type OsmosisQuery struct + EstimateSwap *EstimateSwap + FullDenom *FullDenom + PoolState *PoolState + SpotPrice *SpotPrice + type PoolAssets struct + Assets []sdk.Coin + Shares sdk.Coin + type PoolState struct + PoolId uint64 + type PoolStateResponse struct + Assets []wasmvmtypes.Coin + Shares wasmvmtypes.Coin + type SpotPrice struct + Swap Swap + WithSwapFee bool + type SpotPriceResponse struct + Price string + type Step struct + DenomOut string + PoolId uint64 + type Swap struct + DenomIn string + DenomOut string + PoolId uint64 + type SwapAmount struct + In *sdk.Int + Out *sdk.Int + func (s SwapAmount) Unlimited() SwapAmountWithLimit + type SwapAmountWithLimit struct + ExactIn *ExactIn + ExactOut *ExactOut + func (s SwapAmountWithLimit) RemoveLimit() SwapAmount + type SwapMsg struct + Amount SwapAmountWithLimit + First Swap + Route []Step Other modules containing this package github.com/osmosis-labs/osmosis/v10 github.com/osmosis-labs/osmosis/v11