Raw payload retention helpers for CCXT Pro data.
The module creates database-facing attrs and insert plans for raw websocket events and websocket API responses. It does not write to a database and does not depend on Ecto.
Summary
Types
Functions
@spec normalize_structure_with_raw( Ccxt.StructureSchema.structure(), term(), term(), opts() ) :: {:ok, %{ raw: raw_attrs(), raw_plan: raw_plan(), attrs: map() | [map()], plans: [Ccxt.StructurePersistence.plan()] }} | {:error, term()}