Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegisteredNodeVerboseResponse ¶
type RegisteredNodeVerboseResponse struct {
Owner string `json:"owner"`
Endpoint string `json:"endpoint"`
SpID uint64 `json:"spID"`
NodeType string `json:"type"`
BlockNumber uint64 `json:"blockNumber"`
DelegateOwnerWallet string `json:"delegateOwnerWallet"`
CometAddress string `json:"cometAddress"`
}
type RegisteredNodesEndpointResponse ¶
type RegisteredNodesEndpointResponse struct {
RegisteredNodes []string `json:"data"`
}
type RegisteredNodesVerboseResponse ¶
type RegisteredNodesVerboseResponse struct {
RegisteredNodes []*RegisteredNodeVerboseResponse `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.