File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: MIT
2- pragma solidity 0.8.20 ;
2+ pragma solidity >= 0.7.6 < 0.9 ;
33
44import "./IJsonApi.sol " ;
55
66interface IJsonApiVerification {
7- function verifyJsonApi (IJsonApi.Proof calldata _proof ) external view returns (bool _proved );
7+ function verifyJsonApi (
8+ IJsonApi.Proof calldata _proof
9+ ) external view returns (bool _proved );
810}
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: MIT
2- pragma solidity 0.8.20 ;
2+ pragma solidity >= 0.7.6 < 0.9 ;
33
44import "./IJsonApi.sol " ;
55
66interface IJsonApiVerification {
7- function verifyJsonApi (IJsonApi.Proof calldata _proof ) external view returns (bool _proved );
7+ function verifyJsonApi (
8+ IJsonApi.Proof calldata _proof
9+ ) external view returns (bool _proved );
810}
You can’t perform that action at this time.
0 commit comments