The private key associated with this wallet.
@override Uint8List get privateKey => _fromXpub ? throw ArgumentError("connot access private from publicKey wallet") : _private;