P2TRAddress.fromTweakedKeyX constructor

P2TRAddress.fromTweakedKeyX(
  1. Uint8List tweakedKeyX, {
  2. required String hrp,
})

Implementation

P2TRAddress.fromTweakedKeyX(Uint8List tweakedKeyX, { required String hrp })
  : super._(1, copyCheckBytes(tweakedKeyX, 32), hrp);