Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfigs ¶
func GetConfigs() string
GetConfigs returns the node config.json file if possible.
func StartFastCatchup ¶
StartFastCatchup attempts to start fast catchup for a given network.
func StopFastCatchup ¶
StopFastCatchup attempts to stop fast catchup for a given network.
Types ¶
type AccountStatusMsg ¶
AccountStatusMsg has account balance information.
type NetworkMsg ¶
NetworkMsg holds network information.
type Requestor ¶
Requestor provides an opaque pointer for an algod client.
func MakeRequestor ¶
MakeRequestor builds the requestor object.
func (Requestor) GetAccountStatusCmd ¶
GetAccountStatusCmd provides a tea.Cmd for fetching a AccountStatusMsg.
func (Requestor) GetNetworkCmd ¶
GetNetworkCmd provides a tea.Cmd for fetching a NetworkMsg.
func (Requestor) GetStatusCmd ¶
GetStatusCmd provides a tea.Cmd for fetching a StatusMsg.
type StatusMsg ¶
type StatusMsg struct {
Status models.NodeStatus
Error error
}
StatusMsg has node status information.
Click to show internal directories.
Click to hide internal directories.