Automatically disconnect on last unsubscribe
Core HTTP API calls go here
Some TheGraph instance, that indexes the streamr registries
Threshold value set in AMB configs, smallest token amount to pass over the bridge if someone else pays for the gas when transporting the withdraw tx to mainnet; otherwise the client does the transport as self-service and pays the mainnet gas costs
Attempt to order messages
DI Injection tokens for pieces of config. tsyringe needs a concrete value to use as the injection token. In the case of interfaces & types, these have no runtime value so we have to introduce some token to use for their injection. These symbols represent subsections of the full config.
For example: config.ethereum can be injected with a token like: @inject(Config.Ethereum)
Generated using TypeDoc
Automatically connect on first subscribe