()
| 25 | |
| 26 | /** Get total USD spent via x402 in the current session */ |
| 27 | export function getX402SessionSpentUSD(): number { |
| 28 | return sessionTotalUSD |
| 29 | } |
| 30 | |
| 31 | /** Get all payment records for the current session */ |
| 32 | export function getX402SessionPayments(): readonly X402PaymentRecord[] { |
no outgoing calls
no test coverage detected