Class Delegator

    • Constructor Detail

      • Delegator

        public Delegator​(PublicKey delegatorPublicKey,
                         PublicKey validatorPublicKey)
      • Delegator

        public Delegator()
    • Method Detail

      • getDelegatorPublicKey

        public PublicKey getDelegatorPublicKey()
        Delegator's public key
        See Also:
        PublicKey
      • getValidatorPublicKey

        public PublicKey getValidatorPublicKey()
        Validator's public key
        See Also:
        PublicKey
      • setDelegatorPublicKey

        public void setDelegatorPublicKey​(PublicKey delegatorPublicKey)
        Delegator's public key
        See Also:
        PublicKey
      • setValidatorPublicKey

        public void setValidatorPublicKey​(PublicKey validatorPublicKey)
        Validator's public key
        See Also:
        PublicKey
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object