C# Class BitcoinNET.RPCClient.GetTxOutResponse

Afficher le fichier Open project: mb300sd/Bitcoin.NET

Méthodes publiques

Свойство Type Description
bestblock string
coinbase bool
confirmations int
scriptPubKey ScriptPubKey
value decimal
version int

Property Details

bestblock public_oe property

public string bestblock
Résultat string

coinbase public_oe property

public bool coinbase
Résultat bool

confirmations public_oe property

public int confirmations
Résultat int

scriptPubKey public_oe property

public ScriptPubKey scriptPubKey
Résultat ScriptPubKey

value public_oe property

public decimal value
Résultat decimal

version public_oe property

public int version
Résultat int