Documentation
¶
Overview ¶
Copyright (C) 2022-2025, Lux Industries Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022-2025, Lux Industries Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022-2025, Lux Industries Inc. All rights reserved. See the file LICENSE for licensing terms.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CallDeploy ¶
func CallDeploy(_ []string, flags DeployFlags, network models.Network) error
Types ¶
type DeployFlags ¶
type DeployFlags struct {
Network networkoptions.NetworkFlags
ChainFlags contract.ChainSpec
KeyName string
GenesisKey bool
DeployMessenger bool
DeployRegistry bool
ForceRegistryDeploy bool
RPCURL string
Version string
MessengerContractAddressPath string
MessengerDeployerAddressPath string
MessengerDeployerTxPath string
RegistryBydecodePath string
PrivateKeyFlags contract.PrivateKeyFlags
IncludeCChain bool
CChainKeyName string
}
type MsgFlags ¶
type MsgFlags struct {
Network networkoptions.NetworkFlags
DestinationAddress string
HexEncodedMessage bool
PrivateKeyFlags contract.PrivateKeyFlags
SourceRPCEndpoint string
DestRPCEndpoint string
}
Click to show internal directories.
Click to hide internal directories.