ExecuteMsg: {
    append_price: {
        key: string;
        price: Uint128;
        timestamp: number;
    };
} | {
    append_multiple_price: {
        key: string;
        prices: Uint128[];
        timestamps: number[];
    };
} | {
    update_owner: {
        owner: string;
    };
}

©2020 - 2023 Oraichain Foundation