screeps-api
    Preparing search index...

    Interface MoneyHistoryChangeOrderPrice

    UserMoneyHistoryTransaction.market information about an order update triggered via Game.market.changeOrderPrice().

    interface MoneyHistoryChangeOrderPrice {
        changeOrderPrice: {
            newPrice: number;
            oldPrice: number;
            orderId: string;
        };
    }
    Index

    Properties

    Properties

    changeOrderPrice: { newPrice: number; oldPrice: number; orderId: string }