Scrapes Erigon trace/otterscan JSON-RPC methods from vendored Go source.
Pure-Elixir: matches Go method declarations with @method_decl_regex. The
vendored Erigon API files (pinned commit) keep the receiver and method name on
the method's opening line, so a line-anchored regex extracts them
deterministically without a parser dependency.