peercoin / coinlib

The most feature-complete *coin library in the entire Dart/Flutter ecosystem.
BSD 3-Clause "New" or "Revised" License
6 stars 11 forks source link

Create P2TRAddress class given a tweaked key #6

Closed MatthewLM closed 1 year ago

MatthewLM commented 1 year ago

A P2TRAddress class shall extend Bech32Address to represent a P2TR program for a Taproot tweaked key. The program getter shall return the P2TR Program object for this key.

MatthewLM commented 1 year ago

Completed.