peercoin / coinlib

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

Create P2TRAddress class given a tweaked key #6

Closed MatthewLM closed 9 months ago

MatthewLM commented 10 months 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 9 months ago

Completed.