MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getX402WalletAddress

Function getX402WalletAddress

src/services/x402/config.ts:154–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

handleStatusFunction · 0.85

Calls 1

getX402ConfigFunction · 0.85

Tested by

no test coverage detected