metaplex-foundation / solita

Genrates an SDK API from solana contract IDL.
Apache License 2.0
140 stars 32 forks source link

feat: support sets #86

Closed thlorenz closed 2 years ago

thlorenz commented 2 years ago

Summary

Solita now renders code for hashSet and bTreeSet similarly to how was done for maps https://github.com/metaplex-foundation/solita/pull/73.

An integration test with set samples was included.

Related shank PR: https://github.com/metaplex-foundation/shank/pull/38