Documentation
¶
Overview ¶
Copyright (C) 2025, Lux Industries Inc. All rights reserved See the file LICENSE for licensing terms.
Index ¶
- func AddDestinationToRelayerConfig(relayerConfigPath string, rpcEndpoint string, subnetID string, ...) error
- func AddSourceAndDestinationToRelayerConfig(relayerConfigPath string, rpcEndpoint string, wsEndpoint string, ...) error
- func AddSourceToRelayerConfig(relayerConfigPath string, rpcEndpoint string, wsEndpoint string, ...) error
- func CreateBaseRelayerConfig(relayerConfigPath string, logLevel string, storageLocation string, ...) error
- func CreateBaseRelayerConfigIfMissing(relayerConfigPath string, logLevel string, storageLocation string, ...) error
- func DeployRelayer(version string, binPath string, binDir string, configPath string, ...) (string, error)
- func FundRelayer(rpcURL string, prefundedPrivateKey string, relayerAddress string) error
- func GetDefaultRelayerKeyInfo(app *application.Lux) (string, string, string, error)
- func GetLatestRelayerPreReleaseVersion() (string, error)
- func GetLatestRelayerReleaseVersion() (string, error)
- func InstallRelayer(binDir, version string) (string, error)
- func RelayerCleanup(runFilePath string, logFilePath string, storageDir string) error
- func RelayerIsUp(runFilePath string) (bool, int, *os.Process, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddSourceAndDestinationToRelayerConfig ¶ added in v1.9.2
func CreateBaseRelayerConfig ¶
func CreateBaseRelayerConfigIfMissing ¶ added in v1.9.2
func DeployRelayer ¶
func FundRelayer ¶ added in v1.9.2
func GetLatestRelayerPreReleaseVersion ¶ added in v1.9.2
func GetLatestRelayerReleaseVersion ¶ added in v1.9.2
func InstallRelayer ¶ added in v1.9.2
func RelayerCleanup ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.