Skip to main content

soil_network/common/
message.rs

1// This file is part of Soil.
2
3// Copyright (C) Soil contributors.
4// Copyright (C) Parity Technologies (UK) Ltd.
5// SPDX-License-Identifier: GPL-3.0-or-later WITH Classpath-exception-2.0
6
7//! Network packet message types. These get serialized and put into the lower level protocol
8//! payload.
9
10/// A unique ID of a request.
11pub type RequestId = u64;