C# 클래스 BitcoinLib.Bitcoin

파일 보기 프로젝트 열기: btcbrdev/BitcoinLib

공개 메소드들

메소드 설명
BTCtoDecimal ( long val ) : string

Convert Btc to decimal format.

DecimalToBTC ( double val ) : long

Convert decimal to Btc format.

TxConfirmation ( string TxHash ) : TxStatus

Transactions confirmations

메소드 상세

BTCtoDecimal() 공개 정적인 메소드

Convert Btc to decimal format.
public static BTCtoDecimal ( long val ) : string
val long
리턴 string

DecimalToBTC() 공개 정적인 메소드

Convert decimal to Btc format.
public static DecimalToBTC ( double val ) : long
val double
리턴 long

TxConfirmation() 공개 정적인 메소드

Transactions confirmations
public static TxConfirmation ( string TxHash ) : TxStatus
TxHash string Transaction hash or Transaction ID
리턴 BitcoinLib.BlockchainAPI.TxStatus