mirror of
https://github.com/logos-blockchain/logos-blockchain-example-sovereign-rollup.git
synced 2026-01-10 00:53:06 +00:00
6 lines
88 B
Rust
6 lines
88 B
Rust
use serde::{Deserialize, Deserializer, Serialize};
|
|
|
|
use hex::FromHex;
|
|
|
|
// Tutorial code
|