C# 클래스 BitcoinNET.RPCClient.DecodeRawTransactionResponse.Output

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

공개 프로퍼티들

프로퍼티 타입 설명
n int
scriptPubKey ScriptPubKey
value decimal

프로퍼티 상세

n 공개적으로 프로퍼티

public int n
리턴 int

scriptPubKey 공개적으로 프로퍼티

public ScriptPubKey scriptPubKey
리턴 ScriptPubKey

value 공개적으로 프로퍼티

public decimal value
리턴 decimal