BitSharp.Core.Domain.PrevTxOutput.PrevTxOutput C# (CSharp) Method

PrevTxOutput() public method

public PrevTxOutput ( TxOutput txOutput, UnspentTx unspentTx ) : BitSharp.Core.Script
txOutput TxOutput
unspentTx UnspentTx
return BitSharp.Core.Script
        public PrevTxOutput(TxOutput txOutput, UnspentTx unspentTx)
            : this(txOutput, unspentTx.BlockIndex, unspentTx.TxIndex, unspentTx.TxVersion, unspentTx.IsCoinbase)
        { }

Same methods

PrevTxOutput::PrevTxOutput ( TxOutput txOutput, int blockHeight, int txIndex, uint txVersion, bool isCoinbase ) : BitSharp.Core.Script
PrevTxOutput::PrevTxOutput ( System.UInt64 value, ImmutableArray scriptPublicKey, int blockHeight, int txIndex, uint txVersion, bool isCoinbase ) : BitSharp.Core.Script