github.com/lmittmann/w3@v0.20.0/docs/pages/rpc-methods.mdx (about) 1 # Methods 2 3 `w3` supports most common RPC methods for Ethereum and other EVM chains. If you are in need of a method that is not supported by `w3` natively, you can use [third party method packages](#third-party-rpc-method-packages), or easily write a custom method-binding and use it with `w3`. 4 5 ## RPC Namespaces 6 7 RPC methods supported by `w3` are grouped into namespaces. 8 9 <Cards> 10 <Card title="eth" href="/rpc-methods/eth"/> 11 <Card title="debug" href="/rpc-methods/debug"/> 12 <Card title="txpool" href="/rpc-methods/txpool"/> 13 <Card title="admin" href="/rpc-methods/admin"/> 14 <Card title="net" href="/rpc-methods/net"/> 15 <Card title="web3" href="/rpc-methods/web3" /> 16 </Cards> 17 18 ## Third Party RPC Method Packages 19 20 List of third party method packages that can be used with `w3.Client`. 21 22 | Package | Description 23 | :----------------------------------------------------------------------- | :----------- 24 | [github.com/lmittmann/flashbots](https://github.com/lmittmann/flashbots) | Package `flashbots` implements RPC API bindings for the Flashbots relay and mev-geth.