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

Closed MatthewLM closed 10 months ago

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

Complete