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

TaprootScriptInput class for spending Tapscripts #17

Closed MatthewLM closed 8 months ago

MatthewLM commented 10 months ago

An abstract TaprootScriptInput class will be created that takes a Taproot object and the index of the script to be spent. This input shall put the control block into the input. Subclasses can implement the sign method according to the actual functionality of the given script.

MatthewLM commented 8 months ago

Merged