Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLI ¶
type CLI struct {
ReqChannel chan UserInputRequest
ResChannel chan UserInputResponse
// contains filtered or unexported fields
}
type ICLI ¶
type ICLI interface {
ReqChannel() chan UserInputRequest
ResChannel() chan UserInputResponse
}
type UserInputRequest ¶
type UserInputRequest struct {
// contains filtered or unexported fields
}
type UserInputResponse ¶
type UserInputResponse struct {
// contains filtered or unexported fields
}
type WalletCLI ¶
type WalletCLI struct {
// contains filtered or unexported fields
}
func NewWalletCLI ¶
func NewWalletCLI() *WalletCLI
func (*WalletCLI) EnterPassphrase ¶
Click to show internal directories.
Click to hide internal directories.