mirror of
https://github.com/fluencelabs/lazy-snark
synced 2025-07-30 21:52:13 +00:00
truffle
This commit is contained in:
12
truffle/contracts/Structs.sol
Normal file
12
truffle/contracts/Structs.sol
Normal file
@@ -0,0 +1,12 @@
|
||||
pragma solidity ^0.5.4;
|
||||
|
||||
interface Structs {
|
||||
struct Data {
|
||||
uint x;
|
||||
}
|
||||
|
||||
struct Proof {
|
||||
uint x;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user