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

UnspentTx() public method

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
        public UnspentTx(UInt256 txHash, int blockIndex, int txIndex, uint txVersion, bool isCoinbase, int length, OutputState state)
            : this(txHash, blockIndex, txIndex, txVersion, isCoinbase, new OutputStates(length, state))
        { }

Same methods

UnspentTx::UnspentTx ( UInt256 txHash, int blockIndex, int txIndex, uint txVersion, bool isCoinbase, OutputStates outputStates ) : BitSharp.Common