Package-level declarations

Contains the extra operation info for the Bazaar

Types

Link copied to clipboard

Type of bazaar operation

Link copied to clipboard
data class InstantBuyResult(val amountBought: Int, val coinsSpent: BigDecimal, val ordersAffected: Int, val sellers: List<UUID>)

Result for performing instant buy

Link copied to clipboard
data class InstantSellResult(val amountSold: Int, val totalProfit: BigDecimal, val ordersAffected: Int, val buyers: List<UUID>)

Result for performing instant sell