Versions in this module Expand all Collapse all v1 v1.11.13-rc.2 Dec 4, 2024 v1.0.0 Dec 4, 2024 Changes in this version + const AmountKey + const DestinationChainIDKey + const IsReturnKey + const MaxFeeKey + const PrivateKeyKey + const SourceChainIDKey + const ToKey + const URIKey + func AddFlags(flags *pflag.FlagSet) + func Command() *cobra.Command + type Config struct + Amount uint64 + DestinationChainID ids.ID + IsReturn bool + MaxFee uint64 + PrivateKey *secp256k1.PrivateKey + SourceChainID ids.ID + To ids.ShortID + URI string + func ParseFlags(flags *pflag.FlagSet, args []string) (*Config, error)