effectiveDeployer

suspend fun effectiveDeployer(): KeyPair

Returns the deployer keypair, creating the default if needed.

This is a suspend function because creating the default deployer involves cryptographic operations (SHA-256 hashing and Ed25519 seed derivation).

Return

The configured deployer or the default deterministic deployer

Throws

if default deployer creation fails