K4PublicKey class
Constructors
- K4PublicKey.new(Uint8List bytes)
Properties
Methods
-
encode(
) → String -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toPublicKey(
) → Future< SimplePublicKey> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromSecretKey(
K4SecretKey secretKey) → Future< K4PublicKey> -
fromString(
String encoded) → K4PublicKey