C# 클래스 BitcoinNET.RPCClient.GetTransactionResponse

파일 보기 프로젝트 열기: mb300sd/Bitcoin.NET

공개 프로퍼티들

프로퍼티 타입 설명
amount decimal
blockhash string
blockindex int
confirmations long
details IEnumerable
fee decimal
time long
timereceived long
txid string

프로퍼티 상세

amount 공개적으로 프로퍼티

public decimal amount
리턴 decimal

blockhash 공개적으로 프로퍼티

public string blockhash
리턴 string

blockindex 공개적으로 프로퍼티

public int blockindex
리턴 int

confirmations 공개적으로 프로퍼티

public long confirmations
리턴 long

details 공개적으로 프로퍼티

public IEnumerable
details
리턴 IEnumerable

fee 공개적으로 프로퍼티

public decimal fee
리턴 decimal

time 공개적으로 프로퍼티

public long time
리턴 long

timereceived 공개적으로 프로퍼티

public long timereceived
리턴 long

txid 공개적으로 프로퍼티

public string txid
리턴 string