class

Dkeygen::CliCommonLogic::Bip39key

Inherits Dkeygen::CliCommonLogic < Reference < Object

Constants

Log = ::Log.for(self)
WORDLIST_BIP39 = (({{ read_file("/tmp/tmp.AcLEkG/src/src/dkeygen/../resources/bip39_english.txt") }}).split(/[ \n]+/)).reject(&.empty?)

Constructors

new(cmd_dump : Dump, seed_file : Path | String | Nil = nil, mnemonic_size : Int = 24)

Instance methods

cmd_dump
cmd_dump=(cmd_dump : Dump)
key_filename
key_filename=(key_filename : String | Nil)
seed
seed=(seed : Array(String) | Nil)
seed_file
seed_file=(seed_file : String | Path | Nil)
working_dir
working_dir=(working_dir : Path)

Nested types