PixelPlaceJS-new - v3.4.3
    Preparing search index...

    Type Alias AuctionNewPaintingPacket

    Packet for new painting being sold.

    type AuctionNewPaintingPacket = {
        current_bid: number;
        frame_id: number;
        id: number;
        owner_username: string;
    }
    Index

    Properties

    current_bid: number

    The starting bid amount (ppcoins)

    frame_id: number

    Unique id of the painting

    id: number

    Unique id of the auction.

    owner_username: string

    Owner of the painting; this is who is selling the painting.