@t2000/sdk 0.36.4 → 0.37.1

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
@@ -89,7 +89,7 @@ const agent = T2000.fromPrivateKey('suiprivkey1q...');
89
89
  | `agent.address()` | Wallet Sui address | `string` |
90
90
  | `agent.balance()` | Available USDC + savings + gas reserve | `BalanceResponse` |
91
91
  | `agent.send({ to, amount, asset? })` | Transfer USDC to any Sui address | `SendResult` |
92
- | `agent.receive({ amount?, currency?, memo?, label? })` | Generate payment request with QR URI | `PaymentRequest` |
92
+ | `agent.receive({ amount?, currency?, memo?, label? })` | Generate payment request with Payment Kit URI (`sui:pay?...`), nonce for duplicate prevention | `PaymentRequest` |
93
93
  | `agent.save({ amount, protocol? })` | Deposit **USDC** to savings (earn APY). Auto-selects best rate or specify `protocol`. `amount` can be `'all'`. | `SaveResult` |
94
94
  | `agent.withdraw({ amount, asset? })` | Withdraw from savings. `amount` can be `'all'`. Optional `asset` for multi-asset withdrawals (default: USDC). | `WithdrawResult` |
95
95
  | `agent.borrow({ amount })` | Borrow USDC against collateral | `BorrowResult` |