We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e2f44 commit 04f0196Copy full SHA for 04f0196
modules/express/src/typedRoutes/api/v2/isWalletAddress.ts
@@ -85,8 +85,8 @@ export const IsWalletAddressResponse = {
85
*
86
* To verify a baseAddress, set the `baseAddress` and `address` to the base address of the wallet.
87
88
- * **Limitations:**
89
- * - Forwarder v0: Cannot verify (nonce not stored). Returns `true` without verification.
+ * Due to architecture limitations, forwarder version 0 addresses cannot be verified and will return `true` without verification.
+ * Verifying custodial wallet addresses is not supported.
90
91
* @operationId express.v2.wallet.isWalletAddress
92
* @tag Express
0 commit comments