A .NET implementation of the Bitcoin Improvement Proposal - 39 (BIP39) BIP39 specification used as reference located here: https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki Made by thash.nosp@m.izne.nosp@m.ts@ya.nosp@m.hoo..nosp@m.com.a.nosp@m.u v1.0.1.1 I ♥ Bitcoin :) Bitcoin:1ETQjMkR1NNh4jwLuN5LxY7bMsHC9PUPSV
More...
A .NET implementation of the Bitcoin Improvement Proposal - 39 (BIP39) BIP39 specification used as reference located here: https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki Made by thash.nosp@m.izne.nosp@m.ts@ya.nosp@m.hoo..nosp@m.com.a.nosp@m.u v1.0.1.1 I ♥ Bitcoin :) Bitcoin:1ETQjMkR1NNh4jwLuN5LxY7bMsHC9PUPSV
Definition at line 143 of file Mnemonics.cs.
◆ Mnemonic() [1/3]
DLT.Mnemonic.Mnemonic |
( |
string |
mnemonic, |
|
|
Wordlist |
wordlist = null |
|
) |
| |
◆ Mnemonic() [2/3]
DLT.Mnemonic.Mnemonic |
( |
Wordlist |
wordList, |
|
|
byte [] |
entropy = null |
|
) |
| |
Generate a mnemonic
- Parameters
-
Definition at line 170 of file Mnemonics.cs.
◆ Mnemonic() [3/3]
◆ ToString()
override string DLT.Mnemonic.ToString |
( |
| ) |
|
◆ Indices
int [] DLT.Mnemonic.Indices |
|
get |
◆ IsValidChecksum
bool DLT.Mnemonic.IsValidChecksum |
|
get |
◆ WordList
◆ Words
string [] DLT.Mnemonic.Words |
|
get |
The documentation for this class was generated from the following file: