Documentation ¶
Overview ¶
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Index ¶
- func CaptureAddress(promptStr string) (common.Address, error)
- func CaptureExistingFilepath(promptStr string) (string, error)
- func CaptureIndex(promptStr string, options []common.Address) (int, error)
- func CaptureList(promptStr string, options []string) (string, error)
- func CaptureNoYes(promptStr string) (bool, error)
- func CapturePositiveBigInt(promptStr string) (*big.Int, error)
- func CaptureString(promptStr string) (string, error)
- func CaptureYesNo(promptStr string) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CaptureExistingFilepath ¶
func CaptureNoYes ¶ added in v0.1.0
func CaptureString ¶
func CaptureYesNo ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.