Documentation
¶
Overview ¶
Copyright (C) 2022-2025, Lux Industries, Inc. All rights reserved. See the file LICENSE for licensing terms.
Index ¶
- func AddSourceAndDestinationToRelayerConfig(configPath string, rpcEndpoint string, wsEndpoint string, subnetID string, ...) error
- func FundRelayer(app *application.Lux, network models.Network, chainSpec map[string]interface{}, ...) error
- func GetDefaultRelayerKeyInfo(app *application.Lux, subnetName string) (string, string, string, error)
- func GetLatestRelayerReleaseVersion() (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddSourceAndDestinationToRelayerConfig ¶ added in v1.9.4
func AddSourceAndDestinationToRelayerConfig( configPath string, rpcEndpoint string, wsEndpoint string, subnetID string, blockchainID string, registryAddress string, messengerAddress string, relayerAddress string, relayerPrivateKey string, ) error
AddSourceAndDestinationToRelayerConfig adds source and destination to relayer config
func FundRelayer ¶
func FundRelayer(app *application.Lux, network models.Network, chainSpec map[string]interface{}, keyAddress string, relayerAddress string) error
FundRelayer funds the relayer address
func GetDefaultRelayerKeyInfo ¶
func GetDefaultRelayerKeyInfo(app *application.Lux, subnetName string) (string, string, string, error)
GetDefaultRelayerKeyInfo returns the default relayer key information
func GetLatestRelayerReleaseVersion ¶
GetLatestRelayerReleaseVersion returns the latest warp relayer version
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.