models/ship_modification_transaction

Types

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

Constructors

Values

Search Document