BitSharp.Core.Domain.UnspentTx.UnspentTx C# (CSharp) Метод

UnspentTx() публичный Метод

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
Результат 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