Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export missing classes and aliases #150

Merged
merged 2 commits into from
Jul 8, 2024
Merged

Export missing classes and aliases #150

merged 2 commits into from
Jul 8, 2024

Conversation

CassioMG
Copy link
Contributor

@CassioMG CassioMG commented Jul 5, 2024

Every time a new Class is added to the codebase we need to make sure it's also exported on ../src/index.ts file so devs can actually access it through the @stellar/typescript-wallet-sdk npm package.

This PR exports all the following missing classes:

  • Sep6
  • Sep12
  • Sep38
  • StellarAssetId
  • DomainSigner

It also exports the aliases below:

  • Transfer (alias for Sep6 class)
  • Auth (alias for Sep10 class)
  • Customer (alias for Sep12 class)
  • Interactive (alias for Sep24 class)
  • Quote (alias for Sep38 class)
  • XLM (alias for NativeAssetId class)

@CassioMG CassioMG merged commit 9ea669d into main Jul 8, 2024
8 checks passed
@CassioMG CassioMG deleted the cg-export-class branch July 8, 2024 13:09
@CassioMG CassioMG mentioned this pull request Jul 8, 2024
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.

2 participants