Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
SetOutputState ( int index, OutputState value ) : |
||
ToSpentTx ( ) : |
Create a spent transaction representation of this unspent transaction.
|
|
UnspentTx ( UInt256 txHash, int blockIndex, int txIndex, uint txVersion, bool isCoinbase, OutputStates outputStates ) : BitSharp.Common | ||
UnspentTx ( UInt256 txHash, int blockIndex, int txIndex, uint txVersion, bool isCoinbase, int length, OutputState state ) : BitSharp.Common |
public SetOutputState ( int index, OutputState value ) : |
||
index | int | |
value | OutputState | |
return |
public UnspentTx ( UInt256 txHash, int blockIndex, int txIndex, uint txVersion, bool isCoinbase, OutputStates outputStates ) : BitSharp.Common | ||
txHash | UInt256 | |
blockIndex | int | |
txIndex | int | |
txVersion | uint | |
isCoinbase | bool | |
outputStates | OutputStates | |
return | BitSharp.Common |
public UnspentTx ( UInt256 txHash, int blockIndex, int txIndex, uint txVersion, bool isCoinbase, int length, OutputState state ) : BitSharp.Common | ||
txHash | UInt256 | |
blockIndex | int | |
txIndex | int | |
txVersion | uint | |
isCoinbase | bool | |
length | int | |
state | OutputState | |
return | BitSharp.Common |