pragma solidity ^0.5.4; interface Structs { struct Data { uint x; } struct Proof { uint x; } }