models/shipyard_transaction
Types
pub type ShipyardTransaction {
ShipyardTransaction(
waypoint_symbol: waypoint_symbol.WaypointSymbol,
ship_type: ship_type.ShipType,
price: Int,
agent_symbol: agent_symbol.AgentSymbol,
timestamp: birl.Time,
)
}
Constructors
-
ShipyardTransaction( waypoint_symbol: waypoint_symbol.WaypointSymbol, ship_type: ship_type.ShipType, price: Int, agent_symbol: agent_symbol.AgentSymbol, timestamp: birl.Time, )
Values
pub fn decoder() -> decode.Decoder(ShipyardTransaction)