You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose an interface to make it easier for people to build on top of this
This would include...
Classes for accounts and deserialization methods
Instruction wrappers
Other helper functions
Would involve publishing an npm package
Basically this file but on steroids - also some of the following are already implemented in the previously mentioned file, just need to separate, add types, comments/documentation, and figure out file structure for npm package
Outline
Constants: BUOYANT_PROGRAM_ID, FEE, FEE_DECIMALS etc.
Subscription class
Metadata fields
Deserialization through constructor - given account data bytes (Uint8Array), or normal necessary fields
Basically this file but on steroids - also some of the following are already implemented in the previously mentioned file, just need to separate, add types, comments/documentation, and figure out file structure for npm package
Outline
The text was updated successfully, but these errors were encountered: