removeEd25519

suspend fun removeEd25519(verifierAddress: String, publicKey: ByteArray)

Removes a registered Ed25519 signer from the in-memory registry.

Clears the keypair stored under (verifierAddress, publicKey). No-op when no keypair is registered for that pair. The adapter is not affected by this call.

Parameters

verifierAddress

The C-strkey of the Ed25519 verifier contract.

publicKey

The 32-byte Ed25519 public key identifying the signer slot to remove.