Sergio Chouhy 5de2fd05a8 refactor
2025-07-18 08:24:50 -03:00

7 lines
129 B
Rust

use core::types::Key;
pub mod client;
pub mod sequencer;
pub const ACCOUNTS_PRIVATE_KEYS: [Key; 3] = [[1; 8], [2; 8], [3; 8]];