Private key signer
Use this when you need the fastest path to get started and the private key is acceptable in-process.Circle Agent Wallet signer
Use this when you want the signer to stay outside the SDK process and you already manage a Circle Agent Wallet.Remote signer
Use this when signing happens in a wallet service, HSM, or KMS.Choosing a signer
- Use a private key for the quickest prototype.
- Use Circle Agent Wallets for production when the wallet should remain outside the SDK process.
- Use a remote signer when your org already centralizes signing in a separate service.