()
| 152 | |
| 153 | /** Gets the wallet address without exposing the private key */ |
| 154 | export function getX402WalletAddress(): string | undefined { |
| 155 | return getX402Config().address |
| 156 | } |
| 157 | |
| 158 | /** |
| 159 | * Generates a new random private key for x402 payments. |
no test coverage detected