Swapper
The Swapper Contract wraps the underlying decentralized exchange (DEX) to work with the Credit Manager. It checks the minimum received amounts and reverts swaps with too much slippage.
Deployments
Types
type Uint128 = stringinterface Coin {
amount: Uint128
denom: string
[k: string]: unknown
}Queries
config
estimate_exact_in_swap
owner
route
routes
Methods
swap_exact_in
Last updated