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

Function getX402SessionPayments

src/services/x402/tracker.ts:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30
31/** Get all payment records for the current session */
32export function getX402SessionPayments(): readonly X402PaymentRecord[] {
33 return sessionPayments
34}
35
36/** Get the count of payments in this session */
37export function getX402PaymentCount(): number {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected