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
{{ message }}
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
Having a package with helpers used by and re-exported by the main library for working with Sysvars might be quite convenient. It could leverage fetchAccount from @solana/accounts and the types from @solana/rpc-parsed-types to build nice helpers for fetching Sysvars.
Because there has been no activity on this issue for 7 days since it was closed, it has been automatically locked. Please open a new issue if it requires a follow up.
Motivation
Having a package with helpers used by and re-exported by the main library for working with Sysvars might be quite convenient. It could leverage
fetchAccount
from@solana/accounts
and the types from@solana/rpc-parsed-types
to build nice helpers for fetching Sysvars.Example use case
I am not 100% sure how necessary sysvars are from a client perspective, but if there's potential for this to be useful let's do it!
The text was updated successfully, but these errors were encountered: