Ed25519Signature

@Serializable
class Ed25519Signature(hexInput: ByteArray) : Signature

A signature of a message signed using an Ed25519 private key

Constructors

Link copied to clipboard
constructor(hexInput: HexInput)
constructor(hexInput: ByteArray)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toBcs(): ByteArray
Link copied to clipboard
open override fun toByteArray(): ByteArray

Get the raw signature bytes

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

Get the signature as a hex string with a 0x prefix e.g. 0x123456...