symbol-sdk-typescript-javascript
symbol-sdk-typescript-javascript copied to clipboard
A public Interface to get repository config.
- 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.