PublicKey class abstract
Represents a public key
- Inheritance
- Implementers
Constructors
Properties
Methods
-
equals(
PublicKey other) → Future< bool> - Checks if this public key is equal to another
-
marshal(
) → Uint8List -
Returns the protobuf bytes of the key
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
verify(
Uint8List data, Uint8List signature) → Future< bool> - Verifies a signature against the given data
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited