Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TaskName = "get_pubkeys_from_mnemonic" TaskDescriptor = &types.TaskDescriptor{ Name: TaskName, Description: "Get public keys from mnemonic", Config: DefaultConfig(), NewTask: NewTask, } )
Functions ¶
func NewTask ¶
func NewTask(ctx *types.TaskContext, options *types.TaskOptions) (types.Task, error)
Types ¶
type Config ¶
type Config struct { Mnemonic string `yaml:"mnemonic" json:"mnemonic"` StartIndex int `yaml:"startIndex" json:"startIndex"` Count int `yaml:"count" json:"count"` }
func DefaultConfig ¶
func DefaultConfig() Config
type Task ¶
type Task struct {
// contains filtered or unexported fields
}
func (*Task) LoadConfig ¶
Click to show internal directories.
Click to hide internal directories.