ed25519Public Key
Creates an Ed25519 public key signer from raw bytes.
Return
A new Ed25519PublicKey signer
Parameters
public Key
The 32-byte Ed25519 public key
Creates an Ed25519 public key signer from an encoded public key string.
Return
A new Ed25519PublicKey signer
Parameters
encoded Public Key
The StrKey-encoded Ed25519 public key (starts with 'G')