Options
All
  • Public
  • Public/Protected
  • All
Menu

A repository factory allows clients to create repositories to access NEM Server without knowing the underline implementation.

Hierarchy

  • RepositoryFactory

Implemented by

Index

Methods

createAccountRepository

createBlockRepository

createChainRepository

createFinalizationRepository

createHashLockRepository

createListener

createMetadataRepository

createMosaicRepository

createMultisigRepository

createNamespaceRepository

createNetworkRepository

createNodeRepository

createReceiptRepository

createRestrictionAccountRepository

createRestrictionMosaicRepository

createSecretLockRepository

createTransactionRepository

createTransactionStatusRepository

getCurrencies

getEpochAdjustment

  • getEpochAdjustment(): Observable<number>

getGenerationHash

  • getGenerationHash(): Observable<string>
  • Returns Observable<string>

    the generation hash used to sign transactions. Value retrieved from the blocks/1 endpoint. This method is cached, the server is only called the first time.

getNetworkType

getNodePublicKey

  • getNodePublicKey(): Observable<undefined | string>

Generated using TypeDoc