Skip to content

Feat #254: Export getNetwork, setNetwork, and standalone account/tran… - #328

Merged
k-deejah merged 2 commits into
Sorokit:mainfrom
damiedee96:feat/254-export-network-and-standalone-functions
Jul 28, 2026
Merged

Feat #254: Export getNetwork, setNetwork, and standalone account/tran…#328
k-deejah merged 2 commits into
Sorokit:mainfrom
damiedee96:feat/254-export-network-and-standalone-functions

Conversation

@damiedee96

Copy link
Copy Markdown
Contributor

…saction functions

  • Export getNetwork and setNetwork from network module for convenience
  • Export standalone getAccount, getBalances, getAssetBalances for serverless/script use
  • Export standalone submitTransaction and getTransactionStatus
  • Enables usage without full client instance (e.g., React Server Components, scripts)
  • Consumers no longer need to reach into internal module paths

closes #254

…nt/transaction functions

- Export getNetwork and setNetwork from network module for convenience
- Export standalone getAccount, getBalances, getAssetBalances for serverless/script use
- Export standalone submitTransaction and getTransactionStatus
- Enables usage without full client instance (e.g., React Server Components, scripts)
- Consumers no longer need to reach into internal module paths
@drips-wave

drips-wave Bot commented Jul 27, 2026

Copy link
Copy Markdown

@damiedee96 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@k-deejah
k-deejah merged commit 38bd46c into Sorokit:main Jul 28, 2026
0 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

src/index.ts Does Not Export getNetwork setNetwork or Standalone Account and Transaction Functions

2 participants