iotaledger / iota-sdk

The IOTA SDK provides developers with a seamless experience to develop on IOTA by providing account abstractions and clients to interact with node APIs.
Apache License 2.0
57 stars 41 forks source link

Move tx length validation in builder #2171

Closed Thoralf-M closed 6 months ago

Thoralf-M commented 6 months ago

Description of change

Move tx length validation in the builders so one doesn't has to call the validation method on them

Links to any relevant issues

Closes https://github.com/iotaledger/iota-sdk/issues/2119

Type of change

How the change has been tested

Running tests