QueryMsg: {
    config: {};
} | {
    get_owner: {};
} | {
    get_price: {
        key: string;
    };
} | {
    get_previous_price: {
        key: string;
        num_round_back: number;
    };
} | {
    get_twap_price: {
        interval: number;
        key: string;
    };
}

©2020 - 2023 Oraichain Foundation