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

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

The newest version!
package com.wavesplatform.settings

case class UtxSettings(
    maxSize: Int,
    maxBytesSize: Long,
    maxScriptedSize: Int,
    blacklistSenderAddresses: Set[String],
    allowBlacklistedTransferTo: Set[String],
    fastLaneAddresses: Set[String],
    allowTransactionsFromSmartAccounts: Boolean,
    allowSkipChecks: Boolean,
    forceValidateInCleanup: Boolean,
    alwaysUnlimitedExecution: Boolean
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy