WIF class

WIF

Constructors

WIF({required int version, required Uint8List privateKey, bool compressed = false})

Properties

compressed bool
Is Compressed WIF ?
getter/setter pair
hashCode int
Hash code
no setteroverride
privateKey Uint8List
Private Key
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version int
Version
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
To String
override

Operators

operator ==(covariant WIF other) bool
equal operator
override