ECPair constructor

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

Implementation

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