models/repair_transaction
Types
pub type RepairTransaction {
RepairTransaction(
waypoint_symbol: waypoint_symbol.WaypointSymbol,
ship_symbol: ship_symbol.ShipSymbol,
total_price: Int,
timestamp: birl.Time,
)
}
Constructors
-
RepairTransaction( waypoint_symbol: waypoint_symbol.WaypointSymbol, ship_symbol: ship_symbol.ShipSymbol, total_price: Int, timestamp: birl.Time, )
Values
pub fn decoder() -> decode.Decoder(RepairTransaction)