Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parameter ¶
type Parameter interface {
// contains filtered or unexported methods
}
Parameter is the interface for service parameters.
func WithAccountPassphrases ¶
WithAccountPassphrases sets the account unlock passphrases.
func WithLogLevel ¶
WithLogLevel sets the log level for the module.
func WithMonitor ¶
WithMonitor sets the monitor for the module.
func WithWalletPassphrases ¶
WithWalletPassphrases sets the wallet unlock passphrases.
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service is an unlocker service that holds unlock passphrases for wallets and accounts.
func New ¶
New creates a new unlocker service that holds unlock passphrases for wallets and accounts.
Click to show internal directories.
Click to hide internal directories.