Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Configs ¶
type Configs struct { Port int DatabaseURL string ServerBaseURL string WalletSigningKey string LogLevel logrus.Level EncryptionPassphrase string NumberOfChannelAccounts int // Horizon SupportedAssets []entities.Asset NetworkPassphrase string MaxSponsoredBaseReserves int BaseFee int HorizonClientURL string DistributionAccountSignatureClient signing.SignatureClient ChannelAccountSignatureClient signing.SignatureClient // TSS RPCURL string RPCCallerServiceChannelBufferSize int RPCCallerServiceChannelMaxWorkers int ErrorHandlerServiceJitterChannelBufferSize int ErrorHandlerServiceJitterChannelMaxWorkers int ErrorHandlerServiceNonJitterChannelBufferSize int ErrorHandlerServiceNonJitterChannelMaxWorkers int ErrorHandlerServiceJitterChannelMinWaitBtwnRetriesMS int ErrorHandlerServiceNonJitterChannelWaitBtwnRetriesMS int ErrorHandlerServiceJitterChannelMaxRetries int ErrorHandlerServiceNonJitterChannelMaxRetries int WebhookHandlerServiceChannelMaxBufferSize int WebhookHandlerServiceChannelMaxWorkers int WebhookHandlerServiceChannelMaxRetries int WebhookHandlerServiceChannelMinWaitBtwnRetriesMS int // Error Tracker AppTracker apptracker.AppTracker }
Click to show internal directories.
Click to hide internal directories.