P2TRAddress.fromTaproot constructor

P2TRAddress.fromTaproot(
  1. Taproot taproot, {
  2. required String hrp,
})

Implementation

P2TRAddress.fromTaproot(Taproot taproot, { required String hrp })
  : super._(1, taproot.tweakedKey.x, hrp);