BitSharper.StoredBlock.StoredBlock C# (CSharp) Метод

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

public StoredBlock ( Block header, BigInteger chainWork, uint height ) : System
header Block
chainWork Org.BouncyCastle.Math.BigInteger
height uint
Результат System
        public StoredBlock(Block header, BigInteger chainWork, uint height)
        {
            _header = header;
            _chainWork = chainWork;
            _height = height;
        }