C# Class BitcoinNET.RPCClient.GetRawTransactionResponse.Output

Show file Open project: mb300sd/Bitcoin.NET

Public Properties

Property Type Description
n int
scriptPubKey ScriptPubKey
value decimal

Property Details

n public property

public int n
return int

scriptPubKey public property

public ScriptPubKey scriptPubKey
return ScriptPubKey

value public property

public decimal value
return decimal