SimpleSignature

interface SimpleSignature

Either an ed25519, secp256k1 or secp256r1 signature

Properties

Link copied to clipboard

Returns the field-presence view for this SimpleSignature instance.

Link copied to clipboard
abstract val publicKey: <Error class: unknown class>?

Public key bytes

Link copied to clipboard
abstract val scheme: SignatureScheme?

The signature scheme of this signature.

Link copied to clipboard
abstract val signature: <Error class: unknown class>?

Signature bytes

Functions

Link copied to clipboard
fun SimpleSignature.copy(body: <Error class: unknown class>.() -> Unit = {}): SimpleSignature

Copies the original message, including unknown fields.