ECPairInterface class abstract

ECPair Interface Abstract

Inheritance
Implementers

Constructors

ECPairInterface()

Properties

compressed bool
Is compressed
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
network ↔ Network
Network
getter/setter pairoverride
privateKey Uint8List?
Private Key
no setter
publicKey Uint8List
Public Key
no setterinherited
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
sign(Uint8List hash) Uint8List
Sign
inherited
toString() String
A string representation of this object.
inherited
toWIF() String
ECPair to WIF String
verify(Uint8List hash, Uint8List signature) bool
Verify Signature

Operators

operator ==(Object other) bool
The equality operator.
inherited