com.wavesplatform.state.AccountScriptInfo.scala Maven / Gradle / Ivy
The newest version!
package com.wavesplatform.state
import com.wavesplatform.account.PublicKey
import com.wavesplatform.lang.script.Script
case class AccountScriptInfo(
publicKey: PublicKey,
script: Script,
verifierComplexity: Long,
complexitiesByEstimator: Map[Int, Map[String, Long]] = Map.empty
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy