C# Class BitcoinNET.RPCClient.GetTxOutResponse

Show file Open project: mb300sd/Bitcoin.NET

Public Properties

Property Type Description
bestblock string
coinbase bool
confirmations int
scriptPubKey ScriptPubKey
value decimal
version int

Property Details

bestblock public property

public string bestblock
return string

coinbase public property

public bool coinbase
return bool

confirmations public property

public int confirmations
return int

scriptPubKey public property

public ScriptPubKey scriptPubKey
return ScriptPubKey

value public property

public decimal value
return decimal

version public property

public int version
return int