C# Class NiceHashMiner.BitcoinAddress

Afficher le fichier Open project: nicehash/NiceHashMiner Class Usage Examples

Méthodes publiques

Méthode Description
ValidateBitcoinAddress ( string address ) : bool
ValidateWorkerName ( string workername ) : bool
isAlphaNumeric ( string strToCheck ) : bool

Private Methods

Méthode Description
DecodeBase58 ( string input ) : byte[]
Hash ( byte bytes ) : byte[]
SubArray ( byte data, int index, int length ) : byte[]

Method Details

ValidateBitcoinAddress() public static méthode

public static ValidateBitcoinAddress ( string address ) : bool
address string
Résultat bool

ValidateWorkerName() public static méthode

public static ValidateWorkerName ( string workername ) : bool
workername string
Résultat bool

isAlphaNumeric() public static méthode

public static isAlphaNumeric ( string strToCheck ) : bool
strToCheck string
Résultat bool