Function
generateEoaDelegationAuthSig(params)
Creates a delegation signature for an EOA-based session. The EOA wallet signs the session delegation message directly, enabling pre-generated session materials for server-side reuse.
Parameters
EOA used to sign the delegation message.
Session keypair generated with
generateSessionKeyPair.Resources and expiration scoped to the delegated session.
Returns
Delegation signature that can be paired with the session keypair.