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 Taproot class #15

Closed MatthewLM closed 1 year ago

MatthewLM commented 1 year ago

A Taproot class will be created that will eventually represent the taproot MAST tree. For the purposes of this issue, it shall only encapsulate an internal key tweaked with no MAST branch. It shall take an internal key in the constructor and provide a tweakedKey getter.

MatthewLM commented 1 year ago

Complete