Documentation
¶
Overview ¶
Copyright (C) 2022, Ava Labs, Inc. All rights reserved See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Index ¶
- Variables
- func DeployRelayer(binDir string, configPath string, logFilePath string, runFilePath string, ...) error
- func FundRelayer(rpcURL string, prefundedPrivateKey string, teleporterRelayerAddress string) error
- func GetRelayerKeyInfo(keyPath string) (string, string, error)
- func RelayerCleanup(runFilePath string, storageDir string) error
- func UpdateRelayerConfig(relayerConfigPath string, relayerStorageDir string, relayerAddress string, ...) error
- type Deployer
- func (t *Deployer) Deploy(teleporterInstallDir string, version string, subnetName string, rpcURL string, ...) (bool, string, string, error)
- func (t *Deployer) DeployMessenger(teleporterInstallDir string, version string, subnetName string, rpcURL string, ...) (bool, string, error)
- func (t *Deployer) DeployRegistry(teleporterInstallDir string, version string, subnetName string, rpcURL string, ...) (string, error)
- func (t *Deployer) DownloadAssets(teleporterInstallDir string, version string) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func DeployRelayer ¶
func FundRelayer ¶
func RelayerCleanup ¶
Types ¶
type Deployer ¶
type Deployer struct {
// contains filtered or unexported fields
}
func (*Deployer) DeployMessenger ¶
func (*Deployer) DeployRegistry ¶
Click to show internal directories.
Click to hide internal directories.