alloy-rs / op-alloy

Apache License 2.0
29 stars 18 forks source link

[Feature] Rpc type for `optimism_outputAtBlock` #32

Closed HrikB closed 1 month ago

HrikB commented 1 month ago

Component

rpc

Describe the feature you would like

Add a type for the output of optimism_outputAtBlock endpoint.

Additional context

No response

martinezjorge commented 1 month ago

May I?

refcell commented 1 month ago

May I?

Certainly - we should be able to effectively copy this OutputResponse type https://github.com/paradigmxyz/reth/blob/c788b6a585bbbd7ed92aabc42cb612a6a804daff/crates/optimism/rpc/src/api.rs#L45-L54 over to a new output module in the rpc-types crate

martinezjorge commented 1 month ago

Thank you for the reference!