ed25519PublicKey

Creates an Ed25519 public key signer from raw bytes.

Return

A new Ed25519PublicKey signer

Parameters

publicKey

The 32-byte Ed25519 public key


Creates an Ed25519 public key signer from an encoded public key string.

Return

A new Ed25519PublicKey signer

Parameters

encodedPublicKey

The StrKey-encoded Ed25519 public key (starts with 'G')