PublicKey class sealed
Public key of the account
- Annotations
-
- @Freezed(fromJson: false, toJson: false)
Constructors
- PublicKey.new({required String publicKey})
-
constfactory
- PublicKey.fromJson(String json)
-
factory
Properties
Methods
-
compareTo(
PublicKey other) → int - Compares addresses address
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toEllipseString(
) → String - Returns the public key in ellipse form
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited