Documentation ¶ Index ¶ Variables type FlagsWallet Constants ¶ This section is empty. Variables ¶ View Source var DevWallet = &command.Command{ Cmd: &cobra.Command{ Use: "dev-wallet", Short: "Starts a dev wallet", Example: "flow dev-wallet", Args: cobra.ExactArgs(0), }, Flags: &walletFlags, RunS: wallet, } Functions ¶ This section is empty. Types ¶ type FlagsWallet ¶ type FlagsWallet struct { Port uint `default:"8701" flag:"port" info:"Dev wallet port to listen on"` Host string `default:"http://localhost:8888" flag:"emulator-host" info:"Host for access node connection"` } Source Files ¶ View all Source files wallet.go Click to show internal directories. Click to hide internal directories.