chain

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2024 License: MIT Imports: 0 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PageRequest

type PageRequest struct {
	Page  uint64 `json:"page"`
	Limit uint64 `json:"limit"`
}

type PageResponse

type PageResponse struct {
	Page      uint64 `json:"page,string"`
	Limit     uint64 `json:"limit,string"`
	TotalPage uint64 `json:"totalPage,string"`
}

type SortType

type SortType string
const (
	SortTypeAsc  SortType = "asc"
	SortTypeDesc SortType = "desc"
)

type SupportChainExplorerRequest

type SupportChainExplorerRequest struct {
	Name string `json:"name"`
}

type SupportChainExplorerResponse

type SupportChainExplorerResponse struct {
	Ok bool `json:"ok"`
}

Jump to

Keyboard shortcuts

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