feat: expose limited apis on the gateway

This commit is contained in:
Steven Allen
2023-03-15 16:12:18 -07:00
parent 3776ee3b62
commit 17274e72da
8 changed files with 52 additions and 2 deletions
+2
View File
@@ -91,6 +91,8 @@ type EthEventAPI interface {
var (
_ EthModuleAPI = *new(api.FullNode)
_ EthEventAPI = *new(api.FullNode)
_ EthModuleAPI = *new(api.Gateway)
)
// EthModule provides the default implementation of the standard Ethereum JSON-RPC API.