C# 클래스 BitcoinNET.RPCClient.GetTxOutResponse

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

공개 프로퍼티들

프로퍼티 타입 설명
bestblock string
coinbase bool
confirmations int
scriptPubKey ScriptPubKey
value decimal
version int

프로퍼티 상세

bestblock 공개적으로 프로퍼티

public string bestblock
리턴 string

coinbase 공개적으로 프로퍼티

public bool coinbase
리턴 bool

confirmations 공개적으로 프로퍼티

public int confirmations
리턴 int

scriptPubKey 공개적으로 프로퍼티

public ScriptPubKey scriptPubKey
리턴 ScriptPubKey

value 공개적으로 프로퍼티

public decimal value
리턴 decimal

version 공개적으로 프로퍼티

public int version
리턴 int