js
js copied to clipboard
Ensure all operations require minimum valuable input
Requiring a whole data model when only some of its attributes are being used is not an optimal solution and we should change that.
This is even more of an issue when using Transaction Builders because the required models might not even exist at that point.
See the issue that started this conversation here: https://github.com/metaplex-foundation/js/issues/223