github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/app/rpc/doc.go (about) 1 // Package rpc contains RPC handler methods, namespaces and utilities to start 2 // Ethermint's Web3-compatible JSON-RPC server. 3 // 4 // The list of available namespaces are: 5 // 6 // * `rpc/namespaces/eth`: `eth` namespace. Exposes the `PublicEthereumAPI` and the `PublicFilterAPI`. 7 // * `rpc/namespaces/personal`: `personal` namespace. Exposes the `PrivateAccountAPI`. 8 // * `rpc/namespaces/net`: `net` namespace. Exposes the `PublicNetAPI`. 9 // * `rpc/namespaces/web3`: `web3` namespace. Exposes the `PublicWeb3API` 10 package rpc