# Constants
FabconnectBackgroundStart is used to not fail the fabric plugin on init and retry to start it in the background.
FabconnectBackgroundStartFactor is to set the factor by which the delay increases when retrying.
FabconnectBackgroundStartInitialDelay is delay between restarts in the case where we retry to restart in the fabric plugin.
FabconnectBackgroundStartMaxDelay is the max delay between restarts in the case where we retry to restart in the fabric plugin.
FabconnectConfigBatchSize is the batch size to configure on event streams, when auto-defining them.
FabconnectConfigBatchTimeout is the batch timeout to configure on event streams, when auto-defining them.
FabconnectConfigChaincodeDeprecated is the Fabric Firefly chaincode deployed to the Firefly channels.
FabconnectConfigDefaultChannel is the default Fabric channel to use if no "ledger" is specified in requests.
FabconnectConfigKey is a sub-key in the config to contain all the ethconnect specific config,.
FabconnectConfigSigner is the signer identity used to subscribe to FireFly chaincode events.
FabconnectConfigTopic is the websocket listen topic that the node should register on, which is important if there are multiple nodes using a single fabconnect.
FabconnectPrefixLong is used in HTTP headers in requests to ethconnect.
FabconnectPrefixShort is used in the query string in requests to ethconnect.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author