Class AssociatedKey


  • public class AssociatedKey
    extends java.lang.Object
    Associated Key
    Since:
    0.0.1
    • Constructor Detail

      • AssociatedKey

        public AssociatedKey​(java.lang.String accountHash,
                             int weight)
      • AssociatedKey

        public AssociatedKey()
    • Method Detail

      • 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)