Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler is the HTTP handler which serves the Soroban JSON RPC responses
func NewJSONRPCHandler ¶
func NewJSONRPCHandler(params HandlerParams) (Handler, error)
NewJSONRPCHandler constructs a Handler instance
type HandlerParams ¶
type HandlerParams struct { AccountStore methods.AccountStore Logger *log.Entry }
Click to show internal directories.
Click to hide internal directories.