package
Version:
v0.0.0-...-9df0bf1
Opens a new window with list of versions in this module.
Published: Aug 26, 2024
License: GPL-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type JsonRpcRequest struct {
Jsonrpc string `json name:"jsonrpc"`
Id int `json name:"id"`
Method string `json name:"method"`
Params []interface{} `json name:"params"`
}
type Request struct {
Tx []byte
Simulate bool
}
Request specifies the structure for job requests
Holds a list of strings representing files.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.