ed25519
Creates an Ed25519 external signer.
Ed25519 signers use a 32-byte Ed25519 public key for signature verification.
Return
An external signer configured for Ed25519 verification
Parameters
verifier Address
The contract address of the Ed25519 verifier (C-address)
public Key
The Ed25519 public key (32 bytes)
Throws
if validation fails