C# Class BitcoinLib.Bitcoin

Show file Open project: btcbrdev/BitcoinLib

Public Methods

Method Description
BTCtoDecimal ( long val ) : string

Convert Btc to decimal format.

DecimalToBTC ( double val ) : long

Convert decimal to Btc format.

TxConfirmation ( string TxHash ) : TxStatus

Transactions confirmations

Method Details

BTCtoDecimal() public static method

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

DecimalToBTC() public static method

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

TxConfirmation() public static method

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