mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-09 16:53:09 +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>,
|
||
|
|
}
|