screeps-api
    Preparing search index...

    Interface MoneyHistoryFillOrder

    UserMoneyHistoryTransaction.market details of a market transaction executed via Game.market.deal().

    interface MoneyHistoryFillOrder {
        amount: number;
        dealer?: string;
        npc?: boolean;
        owner?: string;
        price: number;
        resourceType: MarketResource;
        roomName?: string;
        targetRoomName?: string;
    }
    Index

    Properties

    amount: number
    dealer?: string

    ID of the user who filled the order

    npc?: boolean
    owner?: string

    ID of the user who created the order

    price: number
    resourceType: MarketResource
    roomName?: string
    targetRoomName?: string