com.wavesplatform.account.package.scala Maven / Gradle / Ivy
The newest version!
package com.wavesplatform
sealed trait PublicKey
package object account {
type PublicKey = PublicKey.Type
type PrivateKey = PrivateKey.Type
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy