Documentation ¶
Index ¶
- type TekuHTTPClient
- func (s *TekuHTTPClient) GetAttestationsInPoolCount() (int64, error)
- func (s *TekuHTTPClient) GetChainHead() (*types.ChainHead, error)
- func (s *TekuHTTPClient) GetGenesisTime() (int64, error)
- func (s *TekuHTTPClient) GetPeerCount() (int64, error)
- func (s *TekuHTTPClient) GetSyncStatus() (bool, error)
- func (s *TekuHTTPClient) GetVersion() (string, error)
- func (c *TekuHTTPClient) SubscribeChainHeads() (beacon.ChainHeadSubscription, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TekuHTTPClient ¶
type TekuHTTPClient struct {
// contains filtered or unexported fields
}
func (*TekuHTTPClient) GetAttestationsInPoolCount ¶
func (s *TekuHTTPClient) GetAttestationsInPoolCount() (int64, error)
func (*TekuHTTPClient) GetChainHead ¶
func (s *TekuHTTPClient) GetChainHead() (*types.ChainHead, error)
func (*TekuHTTPClient) GetGenesisTime ¶
func (s *TekuHTTPClient) GetGenesisTime() (int64, error)
func (*TekuHTTPClient) GetPeerCount ¶
func (s *TekuHTTPClient) GetPeerCount() (int64, error)
func (*TekuHTTPClient) GetSyncStatus ¶
func (s *TekuHTTPClient) GetSyncStatus() (bool, error)
func (*TekuHTTPClient) GetVersion ¶
func (s *TekuHTTPClient) GetVersion() (string, error)
func (*TekuHTTPClient) SubscribeChainHeads ¶
func (c *TekuHTTPClient) SubscribeChainHeads() (beacon.ChainHeadSubscription, error)
Click to show internal directories.
Click to hide internal directories.