diff --git a/graphenej/src/main/java/de/bitsharesmunich/graphenej/Authority.java b/graphenej/src/main/java/de/bitsharesmunich/graphenej/Authority.java index 2224225..3bd4dc2 100644 --- a/graphenej/src/main/java/de/bitsharesmunich/graphenej/Authority.java +++ b/graphenej/src/main/java/de/bitsharesmunich/graphenej/Authority.java @@ -59,6 +59,14 @@ public class Authority implements GrapheneSerializable { this.account_auths = new HashMap<>(); } + public long getWeightThreshold() { + return weight_threshold; + } + + public void setWeightThreshold(long weight_threshold) { + this.weight_threshold = weight_threshold; + } + public void setKeyAuthorities(HashMap keyAuths){ if(keyAuths != null){ for(Address address : keyAuths.keySet()){