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