BitSharp.Core.Test.Miner.LocalMinerState.LocalMinerState C# (CSharp) Метод

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

public LocalMinerState ( byte headerBytes ) : BitSharp.Common
headerBytes byte
Результат BitSharp.Common
            public LocalMinerState(byte[] headerBytes)
            {
                this.headerBytes = (byte[])headerBytes.Clone();
                this.total = 0;
            }
        }
Miner.LocalMinerState