Skip to main content

transform_struct_to_data

Function transform_struct_to_data 

Source
pub fn transform_struct_to_data(params: &ConditionalOrderParams) -> String
Expand 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.