Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 370 Bytes

claim.md

File metadata and controls

10 lines (10 loc) · 370 Bytes

sequenceDiagram participant U as User participant S as Sequencer Set participant R as Rollup participant E as Ethereum U->>S: request Merkle proof S-->>U: Merkle proof,
signature opt verify inclusion and order U->>E: call verify function with arguments:
partial Merkle proof,
signature,
Merkle Proof,
order,
root,
signature end