# Functions
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
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
ConnectAddrKey is the address <host:port> of the tdex-daemon service to connect to, ie.
ConnectUrlProtoKey is the http/https protocol of the tdex-daemon service to connect to used by tdexconnect to create connection url.
DatadirKey is the local data directory to store the internal state of daemon.
No description provided by the author
DBTypeKey is used to switch database type between those supported.
EnableProfilerKey enables profiler that can be used to investigate performance issues.
FeeAccountBalanceThresholdKey is the treshold of LBTC balance (in satoshis) for the fee account, after which we alert the operator that it cannot subsidize anymore swaps.
LogLevelKey are the different logging levels.
No description provided by the author
NoMacaroonsKey is used to start the daemon without using macaroons auth service.
NoOperatorTlsKey is used to start the daemon without using TLS for the operator service.
OceanWalletAddrKey is the address for connecting to the ocean wallet.
OperatorExtraDomain is used to add an extra domain to the self signed TLS certificate for the Operator gRPC interface.
OperatorExtraIP is used to add an extra ip address to the self-signed TLS certificate for the Operator gRPC interface.
OperatorListeningPortKey is the port where the gRPC Operator interface will listen on.
PriceSlippageKey is the percentage of the slipage for accepting trades compared to current spot price.
No description provided by the author
StatsIntervalKey defines interval for printing basic tdex statistics.
No description provided by the author
TradeExpiryTimeKey is the duration in seconds of lock on unspents we reserve for accepted trades, before eventually double spending it.
TradeListeningPortKey is the port where the gRPC Trader interface will listen on.
TradeTLSCertKey is the path of the the TLS certificate for the Trade interface.
TradeTLSKeyKey is the path of the the TLS key for the Trade interface.
TxSatsPerByteKey is the sats per byte ratio used to pay for txs' newtwork fees.
WalletUnlockPasswordFile defines full path to a file that contains thepassword for unlocking the wallet, if provided wallet will be unlockedautomatically.