Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckpointFinalizedBlockResponse ¶ added in v0.9.0
type CheckpointFinalizedBlockResponse struct { Data struct { Message struct { Slot string `json:"slot"` } `json:"message"` } `json:"data"` }
type CheckpointFinalizedBlockRootResponse ¶ added in v0.9.0
type CheckpointFinalizedBlockRootResponse struct { Data struct { Root string `json:"root"` } `json:"data"` }
type ExplorerFinalizedSlotsResponse ¶ added in v0.9.0
type GithubApiCommitResponse ¶
type GithubApiCommitResponse struct { Object struct { Sha string `json:"sha"` } `json:"object"` }
type GithubApiReleaseResponse ¶
type GithubApiReleaseResponse struct {
TagName string `json:"tag_name"`
}
type JsonRpcRequest ¶ added in v0.12.0
type PeersBeaconAPIResponse ¶ added in v0.12.0
type PeersJsonRpcResponse ¶ added in v0.12.0
type PeersJsonRpcResponse struct { Result []struct { Network struct { Inbound bool `json:"inbound"` } `json:"network"` } `json:"result"` Error interface{} `json:"error,omitempty"` }
Click to show internal directories.
Click to hide internal directories.