types

package
v0.0.0-...-b164c1a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2026 License: BSD-3-Clause Imports: 2 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL