sap_x402_fetch_escrow
Fetches raw x402 escrow account data via SDK, resolving V2 first then V1 fallback. Requires agent wallet public key and optional depositor.
Instructions
Fetch raw x402 escrow account data using SDK X402Registry.fetchEscrow. Resolves V2 first, then V1 fallback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depositor | No | Optional depositor wallet (base58); defaults to caller in SDK | |
| agentWallet | No | Agent wallet public key (base58) |