ECPair constructor

ECPair(
  1. Uint8List? _d,
  2. Uint8List? _Q, {
  3. NetworkType network = ravencoin,
  4. bool compressed = true,
})

Implementation

ECPair(Uint8List? this._d, Uint8List? this._Q,
    {this.network = ravencoin, this.compressed = true});