BitSharper.GetBlocksMessage.GetBlocksMessage C# (CSharp) Method

GetBlocksMessage() public method

public GetBlocksMessage ( NetworkParameters @params, IList locator, Sha256Hash stopHash ) : System
@params NetworkParameters
locator IList
stopHash Sha256Hash
return System
        public GetBlocksMessage(NetworkParameters @params, IList<Sha256Hash> locator, Sha256Hash stopHash)
            : base(@params)
        {
            _locator = locator;
            _stopHash = stopHash;
        }