Documentation ¶
Overview ¶
Run a JSON RPC endpoint. Forward sendTransaction calls to the TxProc gRPC connection.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Configuration ¶
type Configuration struct { ProxyUrl string `json:"proxy"` ListenUrl string `json:"listen"` // contains filtered or unexported fields }
func (*Configuration) Check ¶
func (c *Configuration) Check() error
type RpcRequest ¶
type RpcResponse ¶
Click to show internal directories.
Click to hide internal directories.