Versions in this module Expand all Collapse all v1 v1.11.11 Aug 6, 2024 Changes in this version + const AmountKey + const AssetIDKey + const ChainIDKey + const MaxFeeKey + const PrivateKeyKey + const ToKey + const URIKey + func AddFlags(flags *pflag.FlagSet) + func Command() *cobra.Command + func Transfer(ctx context.Context, config *Config) (*status.TxIssuance, error) + type Config struct + Amount uint64 + AssetID ids.ID + ChainID ids.ID + MaxFee uint64 + PrivateKey *secp256k1.PrivateKey + To ids.ShortID + URI string + func ParseFlags(flags *pflag.FlagSet, args []string) (*Config, error)