BreezEvent.swapUpdated constructor

const BreezEvent.swapUpdated({
  1. required SwapInfo details,
})

Indicates that a swap has been updated which may also include a status change

Implementation

const factory BreezEvent.swapUpdated({
  required SwapInfo details,
}) = BreezEvent_SwapUpdated;