You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Builds a pricing context during handshake (product, per-node prices, threshold).
168
-
- Encrypts requests per node using the keyset.
169
-
- Emits per-node max price in the session signature.
170
-
- Lets the validators call `Ledger.chargeUser` against the delegated payer wallet.
171
-
172
165
## Auth Service API Endpoints
173
166
174
167
Leverage the hosted Auth Service to manage delegation without exposing private keys in your application. Full request/response details live in the [Auth Services setup guide](/sdk/getting-started/auth-services#payment-delegation-apis). In practice you will:
@@ -186,8 +179,8 @@ import { nagaTest } from '@lit-protocol/networks';
186
179
// 1. Create the Lit client for the naga-test environment
0 commit comments