Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExpectedWithdrawal ¶
type ExpectedWithdrawalsResponse ¶
type ExpectedWithdrawalsResponse struct { Data []*ExpectedWithdrawal `json:"data"` ExecutionOptimistic bool `json:"execution_optimistic"` Finalized bool `json:"finalized"` }
type Server ¶
type Server struct { FinalizationFetcher blockchain.FinalizationFetcher OptimisticModeFetcher blockchain.OptimisticModeFetcher Stater lookup.Stater }
func (*Server) ExpectedWithdrawals ¶
func (s *Server) ExpectedWithdrawals(w http.ResponseWriter, r *http.Request)
ExpectedWithdrawals get the withdrawals computed from the specified state, that will be included in the block that gets built on the specified state.
Click to show internal directories.
Click to hide internal directories.