Split large `rpc/methods/{vertical}.rs` into multiple files
Open
- Dominant language
- Rust
- Stars
- 697
- Forks
- 200
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 65
Description
## Issue summary
It'd improve readability and reduce chance of merge conflicts if we split large `rpc/methods/{vertical}.rs` into multiple files.
e.g.
```
rpc/methods/{vertical}/mod.rs
rpc/methods/{vertical}/tests.rs
rpc/methods/{vertical}/types.rs
rpc/methods/{vertical}/types_impl.rs
```
## Other information and links
Contributor guide
Assessment
This issue has not been assessed yet.