mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 02:24:23 -05:00
* context fo cursor * pass with docs refrence, fix line counts and some more and minor fixes * lint * pr comments * fixes
14 lines
448 B
Plaintext
14 lines
448 B
Plaintext
---
|
|
description: Auto-attach wallet context when working in wallet code
|
|
globs:
|
|
- chia/wallet/**
|
|
---
|
|
|
|
# Wallet Context Available
|
|
|
|
Deep context for this subsystem exists at `.cursor/context/wallet.md`.
|
|
Read it before exploring code — it documents coin selection, the wallet sync
|
|
model (trusted vs untrusted), `WalletStateManager` responsibilities,
|
|
sub-wallet types, transaction construction flow, `WalletActionScope`, and
|
|
the RPC surface layout.
|