All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wavesplatform.settings.RestAPISettings.scala Maven / Gradle / Ivy

The newest version!
package com.wavesplatform.settings

case class RestAPISettings(
    enable: Boolean,
    bindAddress: String,
    port: Int,
    apiKeyHash: String,
    corsHeaders: CorsHeaders,
    transactionsByAddressLimit: Int,
    transactionSnapshotsLimit: Int,
    distributionAddressLimit: Int,
    dataKeysRequestLimit: Int,
    assetDetailsLimit: Int,
    blocksRequestLimit: Int,
    evaluateScriptComplexityLimit: Int,
    limitedPoolThreads: Int,
    heavyRequestProcessorPoolThreads: Option[Int],
    minimumPeers: Int
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy