PublicKey

data class PublicKey(val key: BigInteger)

Constructors

Link copied to clipboard
constructor(publicKey: ByteArray)
constructor(publicKeyHexString: String)
constructor(key: BigInteger)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun PublicKey.toAddress(isGM: Boolean = true): Address
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String