Crate cherry_evm_decode

Source

Functionsยง

decode_call_inputs
Decodes given call input data in arrow format to arrow format. Output Arrow schema is auto generated based on the function signature. Handles any level of nesting with Lists/Structs.
decode_call_outputs
Decodes given call output data in arrow format to arrow format. Output Arrow schema is auto generated based on the function signature. Handles any level of nesting with Lists/Structs.
decode_events
Decodes given event data in arrow format to arrow format. Output Arrow schema is auto generated based on the event signature. Handles any level of nesting with Lists/Structs.
event_signature_to_arrow_schema
Generates Arrow schema based on given event signature
function_signature_to_arrow_schemas
Returns (input schema, output schema)
signature_to_topic0
Returns topic0 based on given event signature