JAVA-API BACK

Setup firsts Back Methods for API
This commit is contained in:
GME 2018-11-17 13:19:35 +01:00
parent 2ee79b3552
commit 1440cd71fe
4 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,4 @@
package blockchain.query;
public class QueryWrapper {
}

View file

@ -0,0 +1,4 @@
package blockchain.query;
public class TransactionWrapper {
}

View file

@ -0,0 +1,4 @@
package blockchain.queryWrapper;
public class QueryWrapperTest {
}

View file

@ -0,0 +1,4 @@
package blockchain.queryWrapper;
public class TransactionWrapperTest {
}