CLPublicKey

object CLPublicKey

Companion object

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def accountHash(publicKey: CLPublicKey): Option[String]

Extract account hash from publicKey

Extract account hash from publicKey

def apply(hex: String): Option[CLPublicKey]
Returns

CLPublicKey

def dropAlgorithmBytes(key: Array[Byte]): Array[Byte]

remove algorithm tag bytes

remove algorithm tag bytes

def fromPemFile(path: String): CLPublicKey

load CLPublic key from pem file

load CLPublic key from pem file