multiversx / mx-sdk-go

MultiversX GO SDK for interacting with the MultiversX blockchain (in general) and Smart Contracts (in particular).
GNU General Public License v3.0
18 stars 12 forks source link

Relayed tx v1 builder exported #171

Open cristure opened 8 months ago

cristure commented 8 months ago

I know this one breaks a bit the multiversx code-style, but outside the sdk it is very hard to implement builder patterns. I firmly believe this is a much more better approach to the builder pattern and should be changed across all mvx components.