Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RPCContext ¶
type RPCContext struct { Identity string DefaultChainURL string HTTPPort string CustomMethodHolder *customrpcmethods.CustomMethodHolder UseAttestation bool SigningKey ssh.Signer Logger *slog.Logger }
func (*RPCContext) EnableAttestation ¶
func (c *RPCContext) EnableAttestation(keyFile, keyFilePassword, identity string)
func (*RPCContext) Handler ¶
func (c *RPCContext) Handler(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.