C# 클래스 FreeMoney.BitcoinAddress

파일 보기 프로젝트 열기: edmundedgar/Mod-FreeMoney 1 사용 예제들

공개 메소드들

메소드 설명
AddressForAvatar ( string user_identifier, string user_email ) : string
BitcoinAddress ( string dbConnectionString, string>.Dictionary config ) : System
CountAddressesForAvatar ( string user_identifier, bool include_already_assigned ) : int
Create ( string user_identifier, string btc_address ) : bool
IsValidAddress ( string address ) : bool

비공개 메소드들

메소드 설명
Insert ( ) : bool

메소드 상세

AddressForAvatar() 공개 메소드

public AddressForAvatar ( string user_identifier, string user_email ) : string
user_identifier string
user_email string
리턴 string

BitcoinAddress() 공개 메소드

public BitcoinAddress ( string dbConnectionString, string>.Dictionary config ) : System
dbConnectionString string
config string>.Dictionary
리턴 System

CountAddressesForAvatar() 공개 메소드

public CountAddressesForAvatar ( string user_identifier, bool include_already_assigned ) : int
user_identifier string
include_already_assigned bool
리턴 int

Create() 공개 메소드

public Create ( string user_identifier, string btc_address ) : bool
user_identifier string
btc_address string
리턴 bool

IsValidAddress() 공개 정적인 메소드

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