SubstratePrvKey class
Constructors
-
SubstratePrvKey.fromBytes(List<
int> keyBytes, SubstrateCoinConf coinConf) -
Creates a Sr25519PrivateKey from the provided
keyBytes
andcoinConf
.factory
Properties
- coinConf → SubstrateCoinConf
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- privKey → IPrivateKey
-
final
- publicKey → SubstratePubKey
-
Derives the corresponding Substrate public key from this private key.
no setter
-
raw
→ List<
int> -
Gets the raw representation of the private key as a List
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited