2025-04-16 16:17:53 +03:00
|
|
|
pub mod block;
|
2026-01-29 22:34:27 +03:00
|
|
|
pub mod config;
|
2025-10-17 16:20:31 -03:00
|
|
|
pub mod error;
|
2025-04-16 16:17:53 +03:00
|
|
|
pub mod rpc_primitives;
|
2025-08-07 14:07:34 +03:00
|
|
|
pub mod sequencer_client;
|
2025-04-16 16:17:53 +03:00
|
|
|
pub mod transaction;
|
|
|
|
|
|
2025-11-26 00:27:20 +03:00
|
|
|
// Module for tests utility functions
|
|
|
|
|
// TODO: Compile only for tests
|
2025-08-05 14:59:20 +03:00
|
|
|
pub mod test_utils;
|
2025-10-17 16:04:09 -03:00
|
|
|
pub type HashType = [u8; 32];
|
2025-10-28 16:02:30 +02:00
|
|
|
|
|
|
|
|
pub const PINATA_BASE58: &str = "EfQhKQAkX2FJiwNii2WFQsGndjvF1Mzd7RuVe7QdPLw7";
|