mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-03-29 05:33:12 +00:00
5 lines
96 B
Rust
5 lines
96 B
Rust
|
|
#[derive(Debug, Clone, PartialEq, Eq)]
|
||
|
|
pub struct Message {
|
||
|
|
pub(crate) bytecode: Vec<u8>,
|
||
|
|
}
|