@t2000/sdk 0.4.2 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -210,7 +210,7 @@ validateAddress('0x...'); // throws if invalid
210
210
  For integrations (like `@t2000/x402`), the agent exposes:
211
211
 
212
212
  ```typescript
213
- agent.suiClient; // SuiClient instance
213
+ agent.suiClient; // SuiJsonRpcClient instance
214
214
  agent.signer; // Ed25519Keypair
215
215
  ```
216
216