Commit 94ddd72
authored
chore: organize KeyringRpcMethod enum by category (#441)
The `KeyringRpcMethod` enum lists RPC methods in an arbitrary order,
making it harder to find related methods at a glance.
This PR reorganizes the enum entries into logical groups with comments:
- Account management
- Signing request management
- Account assets and transactions
- Dapp interaction
## Examples
N/A - This is a code organization change with no functional impact.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Reorganizes `KeyringRpcMethod` into logical groups with comments to
improve scanability.
>
> - Groups methods under: **Account management**, **Signing request
management**, **Account assets and transactions**, and **Dapp
interaction**
> - Only reorders enum entries and adds comments; no changes to method
names, values, or logic
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
0c61b08. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent 74d38a1 commit 94ddd72
1 file changed
Lines changed: 18 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
39 | 38 | | |
| 39 | + | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 41 | + | |
45 | 42 | | |
| 43 | + | |
| 44 | + | |
46 | 45 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 46 | + | |
| 47 | + | |
52 | 48 | | |
| 49 | + | |
| 50 | + | |
53 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
54 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
55 | 62 | | |
56 | 63 | | |
57 | 64 | | |
| |||
0 commit comments