BitSharp.Core.Test.Miner.LocalMinerState.LocalMinerState C# (CSharp) Method

LocalMinerState() public method

public LocalMinerState ( byte headerBytes ) : BitSharp.Common
headerBytes byte
return BitSharp.Common
            public LocalMinerState(byte[] headerBytes)
            {
                this.headerBytes = (byte[])headerBytes.Clone();
                this.total = 0;
            }
        }
Miner.LocalMinerState