SecpPrivateKey class
- Implemented types
Constructors
-
SecpPrivateKey(Pointer<
Void> _ffi, bool _owned)
Properties
Methods
-
dispose(
) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
publicKey(
) → SecpPublicKey -
signEcdsa(
ByteData data) → SecpSignature -
signHydraTransaction(
String txJson) → SignedHydraTransaction -
toString(
) → String -
A string representation of this object.
inherited
-
toWif(
String network) → String
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromArkPassphrase(
String passphrase) → SecpPrivateKey