interface L2ToL1Proof {
    id: Numbers;
    proof: string[];
    root: string;
}

Properties

Properties

proof: string[]
root: string