Documentation
¶
Overview ¶
Package asset provides the claim asset command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "asset", Short: "Claim a deposit.", Long: usage, PreRunE: ulxlycommon.PrepInputs, RunE: func(cmd *cobra.Command, args []string) error { if err := claimAsset(cmd); err != nil { log.Fatal().Err(err).Msg("Received critical error") } return nil }, SilenceUsage: true, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.