Documentation
¶
Index ¶
- type RescueProxyAPIClient
- func (c *RescueProxyAPIClient) Close() error
- func (c *RescueProxyAPIClient) GetRocketPoolNodes() ([][]byte, error)
- func (c *RescueProxyAPIClient) GetWithdrawalAddresses() ([][]byte, error)
- func (c *RescueProxyAPIClient) ValidateEIP1271(dataHash *common.Hash, signature *[]byte, address *common.Address) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RescueProxyAPIClient ¶
type RescueProxyAPIClient struct {
// contains filtered or unexported fields
}
func NewRescueProxyAPIClient ¶
func NewRescueProxyAPIClient(logger *zap.Logger, address string, secure bool) *RescueProxyAPIClient
func (*RescueProxyAPIClient) Close ¶
func (c *RescueProxyAPIClient) Close() error
func (*RescueProxyAPIClient) GetRocketPoolNodes ¶
func (c *RescueProxyAPIClient) GetRocketPoolNodes() ([][]byte, error)
func (*RescueProxyAPIClient) GetWithdrawalAddresses ¶
func (c *RescueProxyAPIClient) GetWithdrawalAddresses() ([][]byte, error)
func (*RescueProxyAPIClient) ValidateEIP1271 ¶
Click to show internal directories.
Click to hide internal directories.