BitSharper.GetBlocksMessage.GetBlocksMessage C# (CSharp) Méthode

GetBlocksMessage() public méthode

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