|
|
@@ -1,9 +1,9 @@
|
|
|
package ethapi
|
|
|
|
|
|
-type Ethereum2API struct {
|
|
|
+type PublicEthereum2API struct {
|
|
|
b Backend
|
|
|
}
|
|
|
|
|
|
-func NewEthereum2API(b Backend) *Ethereum2API {
|
|
|
- return &Ethereum2API{b}
|
|
|
+func NewEthereum2API(b Backend) *PublicEthereum2API {
|
|
|
+ return &PublicEthereum2API{b}
|
|
|
}
|