Transaction Signing (EVM & Solana)

All transactions must be signed using passkeys, ensuring the private key remains secure and never exposed.

  • The SolanaProvider ensures compatibility (isSessionKeyCompatible).

  • For EVM-based transactions, the wallet object includes Turnkey-verified credentials before signing occurs.

Last updated