Class AssociatedKey
- java.lang.Object
-
- com.syntifi.casper.sdk.model.account.AssociatedKey
-
public class AssociatedKey extends java.lang.Object
Associated Key- Since:
- 0.0.1
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AssociatedKey.AssociatedKeyBuilder
-
Constructor Summary
Constructors Constructor Description AssociatedKey()
AssociatedKey(java.lang.String accountHash, int weight)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssociatedKey.AssociatedKeyBuilder
builder()
java.lang.String
getAccountHash()
account_hash(String) Hex-encoded account hash.int
getWeight()
weight(Integer)void
setAccountHash(java.lang.String accountHash)
account_hash(String) Hex-encoded account hash.void
setWeight(int weight)
weight(Integer)
-
-
-
Method Detail
-
builder
public static AssociatedKey.AssociatedKeyBuilder builder()
-
getAccountHash
public java.lang.String getAccountHash()
account_hash(String) Hex-encoded account hash.
-
getWeight
public int getWeight()
weight(Integer)
-
setAccountHash
public void setAccountHash(java.lang.String accountHash)
account_hash(String) Hex-encoded account hash.
-
setWeight
public void setWeight(int weight)
weight(Integer)
-
-