js icon indicating copy to clipboard operation
js copied to clipboard

Ensure all operations require minimum valuable input

Open lorisleiva opened this issue 2 years ago • 0 comments

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

lorisleiva avatar Aug 10 '22 10:08 lorisleiva