Свойство | Type | Description | |
---|---|---|---|
EmptyArray | byte[] |
Свойство | Type | Description | |
---|---|---|---|
Connect | ConnectionResult | ||
Disconnect | bool | ||
GetConnectedOutput | TransactionOutput | ||
TransactionInput | System | ||
TransactionInput | System |
Méthode | Description | |
---|---|---|
BitcoinSerializeToStream ( Stream stream ) : void | ||
ToString ( ) : string |
Returns a human readable debug string.
|
|
TransactionInput ( |
Deserializes an input message. This is usually part of a transaction message.
|
Méthode | Description | |
---|---|---|
Parse ( ) : void |
Méthode | Description | |
---|---|---|
Connect ( Transaction>.IDictionary |
Connects this input to the relevant output of the referenced transaction if it's in the given map. Connecting means updating the internal pointers and spent flags.
|
|
Disconnect ( ) : bool |
Release the connected output, making it spendable once again.
|
|
GetConnectedOutput ( Transaction>.IDictionary |
Locates the referenced output from the given pool of transactions.
|
|
TransactionInput ( |
Creates an UNSIGNED input that links to the given output
|
|
TransactionInput ( |
Used only in creation of the genesis block.
|
public BitcoinSerializeToStream ( Stream stream ) : void | ||
stream | Stream | |
Résultat | void |
public TransactionInput ( |
||
@params | ||
parentTransaction | ||
payload | byte | |
offset | int | |
Résultat | System |