We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca240a commit 4e4c6e6Copy full SHA for 4e4c6e6
src/main/java/multichain/object/PermissionDetailed.java
@@ -15,7 +15,6 @@
15
*/
16
public class PermissionDetailed {
17
18
- List<String> addresses = null;
19
Boolean connect = null;
20
Boolean send = null;
21
Boolean receive = null;
@@ -27,7 +26,8 @@ public class PermissionDetailed {
27
26
Long startblock = null;
28
Long endblock = null;
29
Long timestamp = null;
30
-
+ List<String> addresses = null;
+
31
/**
32
*
33
0 commit comments