C# 클래스 NiceHashMiner.BitcoinAddress

파일 보기 프로젝트 열기: nicehash/NiceHashMiner 1 사용 예제들

공개 메소드들

메소드 설명
ValidateBitcoinAddress ( string address ) : bool
ValidateWorkerName ( string workername ) : bool
isAlphaNumeric ( string strToCheck ) : bool

비공개 메소드들

메소드 설명
DecodeBase58 ( string input ) : byte[]
Hash ( byte bytes ) : byte[]
SubArray ( byte data, int index, int length ) : byte[]

메소드 상세

ValidateBitcoinAddress() 공개 정적인 메소드

public static ValidateBitcoinAddress ( string address ) : bool
address string
리턴 bool

ValidateWorkerName() 공개 정적인 메소드

public static ValidateWorkerName ( string workername ) : bool
workername string
리턴 bool

isAlphaNumeric() 공개 정적인 메소드

public static isAlphaNumeric ( string strToCheck ) : bool
strToCheck string
리턴 bool