Evgeny Marchenko 5cede74b52 truffle
2019-06-22 17:33:56 +03:00

13 lines
134 B
Solidity

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