pub fn transform_struct_to_data(params: &ConditionalOrderParams) -> StringExpand description
Transform a ConditionalOrderParams struct back into ABI-encoded hex.
Produces the same 0x-prefixed hex encoding that the ComposableCow contract expects.
This is the Rust equivalent of transformStructToData in the TypeScript SDK.