ECPair constructor
Default constructor. If network
is not provided, it will assume Bitcoin Cash mainnet
Implementation
ECPair(this._d, this._q, {network, this.compressed = true}):
this.network = network ?? Network.bitcoinCash();
Default constructor. If network
is not provided, it will assume Bitcoin Cash mainnet
ECPair(this._d, this._q, {network, this.compressed = true}):
this.network = network ?? Network.bitcoinCash();