com.wavesplatform.settings.WalletSettings.scala Maven / Gradle / Ivy
The newest version!
package com.wavesplatform.settings
import java.io.File
import com.wavesplatform.common.state.ByteStr
case class WalletSettings(file: Option[File], password: Option[String], seed: Option[ByteStr])
© 2015 - 2025 Weber Informatics LLC | Privacy Policy