C# 클래스 FreeMoney.BitcoinTransaction

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

공개 메소드들

메소드 설명
BitcoinTransaction ( string dbConnectionString, string>.Dictionary config, string base_url ) : System
GetBTCAddress ( ) : string
GetBTCAmount ( ) : decimal
GetTransactionID ( ) : string
HasErrors ( ) : bool
Initialize ( string>.Dictionary transaction_params, int num_confirmations_required ) : bool
IsConfirmationSent ( ) : bool
IsEnoughConfirmations ( int num_confirmations_received ) : bool
MarkConfirmed ( int num_confirmations_received ) : bool
MarkNotified ( ) : bool
PopulateByBtcAddress ( string btc_address ) : bool
PopulateByTransactionCode ( string transaction_code ) : bool

비공개 메소드들

메소드 설명
Create ( ) : bool
Populate ( string by ) : bool
ToBTC ( decimal amount, string currency_code ) : decimal

메소드 상세

BitcoinTransaction() 공개 메소드

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

GetBTCAddress() 공개 메소드

public GetBTCAddress ( ) : string
리턴 string

GetBTCAmount() 공개 메소드

public GetBTCAmount ( ) : decimal
리턴 decimal

GetTransactionID() 공개 메소드

public GetTransactionID ( ) : string
리턴 string

HasErrors() 공개 메소드

public HasErrors ( ) : bool
리턴 bool

Initialize() 공개 메소드

public Initialize ( string>.Dictionary transaction_params, int num_confirmations_required ) : bool
transaction_params string>.Dictionary
num_confirmations_required int
리턴 bool

IsConfirmationSent() 공개 메소드

public IsConfirmationSent ( ) : bool
리턴 bool

IsEnoughConfirmations() 공개 메소드

public IsEnoughConfirmations ( int num_confirmations_received ) : bool
num_confirmations_received int
리턴 bool

MarkConfirmed() 공개 메소드

public MarkConfirmed ( int num_confirmations_received ) : bool
num_confirmations_received int
리턴 bool

MarkNotified() 공개 메소드

public MarkNotified ( ) : bool
리턴 bool

PopulateByBtcAddress() 공개 메소드

public PopulateByBtcAddress ( string btc_address ) : bool
btc_address string
리턴 bool

PopulateByTransactionCode() 공개 메소드

public PopulateByTransactionCode ( string transaction_code ) : bool
transaction_code string
리턴 bool