13 lines
134 B
Solidity
Raw Normal View History

2019-06-22 17:33:56 +03:00
pragma solidity ^0.5.4;
interface Structs {
struct Data {
uint x;
}
struct Proof {
uint x;
}
}