ergoplatform / ergo-appkit

Appkit: A Library for Java/Scala/Kotlin Development of Ergo Applications
MIT License
38 stars 27 forks source link

Add methods to access spent boxes and save to registers #198

Closed MrStahlfelge closed 1 year ago

MrStahlfelge commented 1 year ago

Mgpai discovered that retrieving spent boxes to use them in box registers is currently not straightforward with appkit. This PR adds methods to make this task more easy for client code:

mgpai22 commented 1 year ago

Works great ran some tests! Thanks.