This commit is contained in:
Evgeny Marchenko
2019-06-22 17:33:56 +03:00
parent 917bb4247f
commit 5cede74b52
7 changed files with 126 additions and 115 deletions

View File

@@ -0,0 +1,12 @@
pragma solidity ^0.5.4;
interface Structs {
struct Data {
uint x;
}
struct Proof {
uint x;
}
}