QueryMsg: {
    pair: {};
} | {
    pool: {};
} | {
    simulation: {
        offer_asset: Asset;
    };
} | {
    reverse_simulation: {
        ask_asset: Asset;
    };
}

©2020 - 2023 Oraichain Foundation