 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsJsonArray ¶
Types ¶
type EthGetLogsRequestParams ¶
type EthGetLogsRequestParams struct {
	Address   string
	Topics    []string
	FromBlock string
	ToBlock   string
}
    func ParseEthGetLogsRequestParams ¶
func ParseEthGetLogsRequestParams(req *rpc.JsonRpcMessage) (*EthGetLogsRequestParams, *rpc.JsonRpcMessage)
 Click to show internal directories. 
   Click to hide internal directories.