Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HeaderStrs ¶
type HeaderStrs []string
func (HeaderStrs) ToString ¶
func (s HeaderStrs) ToString() string
type LimitResponse ¶
type LimitResponse struct {
Limit HeaderStrs
Remaining HeaderStrs
}
func (LimitResponse) AddHeader ¶
func (l LimitResponse) AddHeader(c *gin.Context)
type Web3ClientRequest ¶
type Web3ClientRequest struct {
JsonRPC string `json:"jsonrpc"`
Id interface{} `json:"id"`
Method string `json:"method"`
Params []interface{} `json:"params"`
}
func (Web3ClientRequest) Conv2Batch ¶
func (w Web3ClientRequest) Conv2Batch() Web3ClientRequests
type Web3ClientRequests ¶
type Web3ClientRequests []Web3ClientRequest
Click to show internal directories.
Click to hide internal directories.