feat: gateway: eth_ api support

This commit is contained in:
Łukasz Magiera
2023-01-13 20:04:41 +01:00
parent 46a50960d3
commit 708618d11c
15 changed files with 1678 additions and 502 deletions
+5
View File
@@ -0,0 +1,5 @@
package apitypes
type Aliaser interface {
AliasMethod(alias, original string)
}