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

DecodedBlockTx() public method

public DecodedBlockTx ( int index, DecodedTx tx )
index int
tx DecodedTx
        public DecodedBlockTx(int index, DecodedTx tx)
            : base(index, tx)
        {
            DecodedTx = tx;
            Transaction = tx.Transaction;
        }
DecodedBlockTx