models/scrap_transaction

Types

pub type ScrapTransaction {
  ScrapTransaction(
    waypoint_symbol: waypoint_symbol.WaypointSymbol,
    ship_symbol: ship_symbol.ShipSymbol,
    total_price: Int,
    timestamp: birl.Time,
  )
}

Constructors

Values

Search Document