iota_grpc_types/proto/generated/iota.grpc.v1.bcs.rs
1// Copyright (c) Mysten Labs, Inc.
2// Modifications Copyright (c) 2025 IOTA Stiftung
3// SPDX-License-Identifier: Apache-2.0
4
5// This file is @generated by prost-build.
6/// BCS-serialized data container
7#[non_exhaustive]
8#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
9pub struct BcsData {
10 #[prost(bytes = "bytes", tag = "1")]
11 pub data: ::prost::bytes::Bytes,
12}