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