C# Class BitcoinNET.RPCClient.GetTxOutResponse

Mostrar archivo 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_oe property

public string bestblock
return string

coinbase public_oe property

public bool coinbase
return bool

confirmations public_oe property

public int confirmations
return int

scriptPubKey public_oe property

public ScriptPubKey scriptPubKey
return ScriptPubKey

value public_oe property

public decimal value
return decimal

version public_oe property

public int version
return int