java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Abi.Signer.External
- All Implemented Interfaces:
Abi.Signer
- Enclosing interface:
Abi.Signer
Only public key is provided in unprefixed hex string format to generate unsigned message and `data_to_sign` which can be signed later.
-
Nested Class Summary
Nested classes/interfaces inherited from interface tech.deplant.java4ever.binding.Abi.Signer
Abi.Signer.External, Abi.Signer.Keys, Abi.Signer.None, Abi.Signer.SigningBox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.Returns the value of thepublicKey
record component.final String
toString()
Returns a string representation of this record class.type()
-
Constructor Details
-
External
Creates an instance of aExternal
record class.- Parameters:
publicKey
- the value for thepublicKey
record component
-
-
Method Details
-
type
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object)
. -
publicKey
Returns the value of thepublicKey
record component.- Returns:
- the value of the
publicKey
record component
-