BitSharp.Core.Test.Miner.LocalMinerState.LocalMinerState C# (CSharp) Méthode

LocalMinerState() public méthode

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