Ed25519PublicKey

data class Ed25519PublicKey(val publicKey: ByteArray) : SignerKey

Ed25519 public key signer.

Constructors

Link copied to clipboard
constructor(publicKey: ByteArray)

Properties

Link copied to clipboard

The 32-byte Ed25519 public key

Functions

Link copied to clipboard
open override fun encodeSignerKey(): String

Gets the encoded string representation of this signer key.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
open override fun toXdr(): SignerKeyXdr

Converts this SignerKey to its XDR representation.