/** * Checks if two objects are the same L2Block. * * Sometimes we might be comparing two L2Block instances that represent the same block but one of them might not have * calculated and filled its `blockHash` property (which is computed on demand). This function ensures both objects * are really the same L2Block. * * @param a - An object * @param b - Another object * @returns True if both a and b are the same L2Block */ export declare function equalL2Blocks(a: any, b: any): boolean | undefined; //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiamVzdC5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL3Rlc3RzL2plc3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7Ozs7Ozs7Ozs7R0FVRztBQUNILHdCQUFnQixhQUFhLENBQUMsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLEVBQUUsR0FBRyx1QkFlM0MifQ==