C# 클래스 BitcoinNET.RPCClient.GetRawTransactionResponse

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

공개 프로퍼티들

프로퍼티 타입 설명
blockhash string
blocktime long
confirmations int
hex string
locktime int
txid string
version int
vin Input[]
vout Output[]

프로퍼티 상세

blockhash 공개적으로 프로퍼티

public string blockhash
리턴 string

blocktime 공개적으로 프로퍼티

public long blocktime
리턴 long

confirmations 공개적으로 프로퍼티

public int confirmations
리턴 int

hex 공개적으로 프로퍼티

public string hex
리턴 string

locktime 공개적으로 프로퍼티

public int locktime
리턴 int

txid 공개적으로 프로퍼티

public string txid
리턴 string

version 공개적으로 프로퍼티

public int version
리턴 int

vin 공개적으로 프로퍼티

public Input[] vin
리턴 Input[]

vout 공개적으로 프로퍼티

public Output[] vout
리턴 Output[]