koinos / koinos-util-golang

A utility library used by Koinos Golang applications.
MIT License
2 stars 1 forks source link

Refactor Transaction Functions (alternate) #44

Closed mvandeberg closed 1 year ago

mvandeberg commented 1 year ago

Resolves #35

Brief description

Alternative implementation of #35 using the transaction object as the "builder". Interface simply operates on a transaction.

Checklist

Demonstration