SubstratePubKey class
Constructors
-
SubstratePubKey.fromBytes({required List<
int> keyBytes, required SubstrateCoinConf coinConf}) -
factory
Properties
- coinConf → SubstrateCoinConf
-
final
-
compressed
→ List<
int> -
no setter
- curve → EllipticCurveTypes
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- pubKey → IPublicKey
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- toAddress → String
-
no setter
-
uncompressed
→ List<
int> -
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toSS58Address(
{int? ss58Format}) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited