BitSharp.Core.Domain.DecodedBlockTx.DecodedBlockTx C# (CSharp) 메소드

DecodedBlockTx() 공개 메소드

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