metaplex-foundation/solita

Autogenerate GpaBuilders

lorisleiva opened this issue · 2 comments

Not a priority for the JS SDK but a nice-to-have eventually.

See metaplex-foundation/js#4

Not a priority for the JS SDK but a nice-to-have eventually.

See metaplex-foundation/js#4

Even more critical than the PDA generators, PDA finders are easy to write.
But messing with GPA offsets is a pain, autogenerating something like getAccountBy(accountType: , props:) will be great.

Fixed in #63 which means the core SDKs get GPA builders for free which higher level SDKs can leverage.