Ixian SDK
IXICore.Utils.Mnemonic Class Reference

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...

Public Member Functions

 Mnemonic (string mnemonic, Wordlist wordlist=null)
 
 Mnemonic (Wordlist wordList, byte[] entropy=null)
 Generate a mnemonic More...
 
 Mnemonic (Wordlist wordList, WordCount wordCount)
 
override string ToString ()
 

Properties

bool IsValidChecksum [get]
 
Wordlist WordList [get]
 
int [] Indices [get]
 
string [] Words [get]
 

Detailed Description

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 140 of file Mnemonics.cs.

Constructor & Destructor Documentation

◆ Mnemonic() [1/3]

IXICore.Utils.Mnemonic.Mnemonic ( string  mnemonic,
Wordlist  wordlist = null 
)

Definition at line 142 of file Mnemonics.cs.

◆ Mnemonic() [2/3]

IXICore.Utils.Mnemonic.Mnemonic ( Wordlist  wordList,
byte []  entropy = null 
)

Generate a mnemonic

Parameters
wordList
entropy

Definition at line 167 of file Mnemonics.cs.

◆ Mnemonic() [3/3]

IXICore.Utils.Mnemonic.Mnemonic ( Wordlist  wordList,
WordCount  wordCount 
)

Definition at line 189 of file Mnemonics.cs.

Member Function Documentation

◆ ToString()

override string IXICore.Utils.Mnemonic.ToString ( )

Definition at line 312 of file Mnemonics.cs.

Property Documentation

◆ Indices

int [] IXICore.Utils.Mnemonic.Indices
get

Definition at line 249 of file Mnemonics.cs.

◆ IsValidChecksum

bool IXICore.Utils.Mnemonic.IsValidChecksum
get

Definition at line 210 of file Mnemonics.cs.

◆ WordList

Wordlist IXICore.Utils.Mnemonic.WordList
get

Definition at line 240 of file Mnemonics.cs.

◆ Words

string [] IXICore.Utils.Mnemonic.Words
get

Definition at line 257 of file Mnemonics.cs.


The documentation for this class was generated from the following file: