// SPDX-FileCopyrightText: 2022-2023 TriliTech <contact@trili.tech>
// SPDX-FileCopyrightText: 2023 Marigold <contact@marigold.dev>
//
// SPDX-License-Identifier: MIT
//! The possible types that may be returned by [Runtime](crate::runtime::Runtime) when reading an input.
//!
//! *N.B.* Reading input is currently only supported when the `alloc` feature is enabled.
use Vec;
/// An input from Layer 1 contains the inbox level, message number, and message payload.