symbol-sdk-typescript-javascript icon indicating copy to clipboard operation
symbol-sdk-typescript-javascript copied to clipboard

A public Interface to get repository config.

Open 44uk opened this issue 4 years ago • 0 comments

  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.

44uk avatar Jan 13 '21 02:01 44uk