Class Mnemonic
Inheritance
System.Object
Mnemonic
Assembly: Netmavryk.dll
Syntax
public class Mnemonic : object
Constructors
|
Improve this Doc
View Source
Mnemonic()
Declaration
|
Improve this Doc
View Source
Mnemonic(IEnumerable<String>)
Declaration
public Mnemonic(IEnumerable<string> words)
Parameters
| Type |
Name |
Description |
| IEnumerable<System.String> |
words |
|
|
Improve this Doc
View Source
Mnemonic(MnemonicSize)
Declaration
public Mnemonic(MnemonicSize size)
Parameters
|
Improve this Doc
View Source
Mnemonic(String)
Declaration
public Mnemonic(string mnemonic)
Parameters
| Type |
Name |
Description |
| System.String |
mnemonic |
|
Methods
|
Improve this Doc
View Source
GetSeed()
Declaration
Returns
| Type |
Description |
| System.Byte[] |
|
|
Improve this Doc
View Source
GetSeed(String)
Declaration
public byte[] GetSeed(string passphrase)
Parameters
| Type |
Name |
Description |
| System.String |
passphrase |
|
Returns
| Type |
Description |
| System.Byte[] |
|
|
Improve this Doc
View Source
Parse(IEnumerable<String>)
Declaration
public static Mnemonic Parse(IEnumerable<string> words)
Parameters
| Type |
Name |
Description |
| IEnumerable<System.String> |
words |
|
Returns
|
Improve this Doc
View Source
Parse(String)
Declaration
public static Mnemonic Parse(string mnemonic)
Parameters
| Type |
Name |
Description |
| System.String |
mnemonic |
|
Returns
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|