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

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