Protocol-level envelope for FIN events. Allows matching all FIN events by struct.
@type t() :: %Rujira.Fin.Events.Event{address: String.t() | nil, data: struct()}
@spec new( String.t() | nil, struct() ) :: t()