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

A public Interface to get repository config. #746

Open
44uk opened this issue Jan 13, 2021 · 0 comments
Open

A public Interface to get repository config. #746

44uk opened this issue Jan 13, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@44uk
Copy link
Contributor

44uk commented Jan 13, 2021

  1. Expected behavior and actual behavior.
const factory = new RepositoryFactoryHttp(URL, {})
const txRepo = factory.createTransactionRepository()
console.debug(
// @ts-ignore
  txRepo.config().basePath
)

I'd like to get repository config. Need a public interface for config.

@rg911 rg911 added enhancement New feature or request P3 Issue Low severity cosmetic issues with minor inconvenience labels Feb 5, 2021
@rg911 rg911 added this to Product Backlog in Symbol-SDK Project via automation Feb 5, 2021
@rg911 rg911 moved this from Product Backlog to Priority Backlog in Symbol-SDK Project Feb 5, 2021
@rg911 rg911 removed the P3 Issue Low severity cosmetic issues with minor inconvenience label Feb 12, 2021
@rg911 rg911 moved this from Issue Backlog to Product Backlog in Symbol-SDK Project Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Symbol-SDK Project
  
Product Backlog
Development

No branches or pull requests

2 participants