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

Add OpReturnData Program sub-class #4

Open MatthewLM opened 11 months ago

MatthewLM commented 11 months ago

Extend Program to a OpReturnData subclass. This subclass will encapsulate NULL_DATA scripts up-to the standard size (by default). It will provide the push data as a List<Uint8List> for all push data operations.