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

Values

Search Document