Documentation ¶
Index ¶
- Variables
- type NTA
- func (n *NTA) BatchGetNodeMinTokensToStakeSnapshots(c echo.Context) error
- func (n *NTA) GetBridgeTransaction(c echo.Context) error
- func (n *NTA) GetBridgeTransactions(c echo.Context) error
- func (n *NTA) GetEndpointConfig(c echo.Context) error
- func (n *NTA) GetEpoch(c echo.Context) error
- func (n *NTA) GetEpochDistribution(c echo.Context) error
- func (n *NTA) GetEpochNodeRewards(c echo.Context) error
- func (n *NTA) GetEpochs(c echo.Context) error
- func (n *NTA) GetEpochsAPY(c echo.Context) error
- func (n *NTA) GetEpochsAPYSnapshots(c echo.Context) error
- func (n *NTA) GetNetworks(c echo.Context) error
- func (n *NTA) GetNode(c echo.Context) error
- func (n *NTA) GetNodeAvatar(c echo.Context) error
- func (n *NTA) GetNodeChallenge(c echo.Context) error
- func (n *NTA) GetNodeCountSnapshots(c echo.Context) error
- func (n *NTA) GetNodeEvents(c echo.Context) error
- func (n *NTA) GetNodeOperationProfit(c echo.Context) error
- func (n *NTA) GetNodeOperationProfitSnapshots(c echo.Context) error
- func (n *NTA) GetNodes(c echo.Context) error
- func (n *NTA) GetStakeChip(c echo.Context) error
- func (n *NTA) GetStakeChipImage(c echo.Context) error
- func (n *NTA) GetStakeChips(c echo.Context) error
- func (n *NTA) GetStakeOwnerProfit(c echo.Context) error
- func (n *NTA) GetStakeStakings(c echo.Context) error
- func (n *NTA) GetStakeTransaction(c echo.Context) error
- func (n *NTA) GetStakeTransactions(c echo.Context) error
- func (n *NTA) GetStakerCountSnapshots(c echo.Context) error
- func (n *NTA) GetStakerProfitSnapshots(c echo.Context) error
- func (n *NTA) GetWorkerDetail(c echo.Context) error
- func (n *NTA) GetWorkersByNetwork(c echo.Context) error
- func (n *NTA) NodeHeartbeat(c echo.Context) error
- func (n *NTA) PostNodeHideTaxRate(c echo.Context) error
- func (n *NTA) RegisterNode(c echo.Context) error
- type NodeConfig
- type NodeConfigModule
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type NTA ¶
type NTA struct {
// contains filtered or unexported fields
}
func (*NTA) BatchGetNodeMinTokensToStakeSnapshots ¶
func (*NTA) GetBridgeTransaction ¶
func (*NTA) GetBridgeTransactions ¶
func (*NTA) GetEndpointConfig ¶ added in v0.5.0
GetEndpointConfig returns possible configurations for an endpoint.
func (*NTA) GetEpochDistribution ¶
func (*NTA) GetEpochNodeRewards ¶
func (*NTA) GetEpochsAPY ¶ added in v0.4.18
func (*NTA) GetEpochsAPYSnapshots ¶ added in v0.4.18
func (*NTA) GetNetworks ¶ added in v0.4.8
GetNetworks returns all networks supported by the DSL.
func (*NTA) GetNodeAvatar ¶
func (*NTA) GetNodeChallenge ¶
func (*NTA) GetNodeCountSnapshots ¶
func (*NTA) GetNodeEvents ¶
func (*NTA) GetNodeOperationProfit ¶ added in v0.5.0
func (*NTA) GetNodeOperationProfitSnapshots ¶ added in v0.5.0
func (*NTA) GetStakeChip ¶
func (*NTA) GetStakeChipImage ¶
TODO: add redis cache
func (*NTA) GetStakeChips ¶
func (*NTA) GetStakeOwnerProfit ¶
FIXME: what is stake owner?
func (*NTA) GetStakeStakings ¶
func (*NTA) GetStakeTransaction ¶
func (*NTA) GetStakeTransactions ¶
func (*NTA) GetStakerCountSnapshots ¶
func (*NTA) GetStakerProfitSnapshots ¶ added in v0.4.17
func (*NTA) GetWorkerDetail ¶ added in v0.4.17
GetWorkerDetail returns a worker's detail and possible configuration.
func (*NTA) GetWorkersByNetwork ¶ added in v0.4.8
GetWorkersByNetwork returns all available workers on a specific Network.
func (*NTA) NodeHeartbeat ¶
func (*NTA) PostNodeHideTaxRate ¶
func (*NTA) RegisterNode ¶
type NodeConfig ¶
type NodeConfig struct { RSS []*NodeConfigModule `json:"rss"` Federated []*NodeConfigModule `json:"federated"` Decentralized []*NodeConfigModule `json:"decentralized"` }
Click to show internal directories.
Click to hide internal directories.