Options
All
  • Public
  • Public/Protected
  • All
Menu
label

SCOPES

description

The discovery scope's main module. This module is loaded by the software when "discovery" is present in the enabled scopes through configuration (config/dapp.json).

This scoped module currently features the following submodules:

Module Mongo collection(s) Routes Description
TransactionsModule transactions /transactions Module with schedulers, collections and routes around dApp transactions.
DiscoveryAccountsModule accounts /accounts Module with schedulers, collections and routes around dApp accounts.
AssetsModule assets /assets Module with schedulers, collections and routes around dApp assets.
BlocksModule blocks /blocks Module with schedulers, collections and routes around network blocks.


Note also that in Schedulers, we map the following schedulers
to this module:
  • A DiscoverTransactions scheduler that discovers transactions in the background every minute.
  • A DiscoverAccounts scheduler that discovers accounts in the background every two minutes.
  • A DiscoverAssets scheduler that discovers assets in the background every two minutes.
  • A DiscoverBlocks scheduler that discovers assets in the background every two minutes.
since

v0.1.0

Hierarchy

Index

Constructors

Constructors

Generated using TypeDoc