integration_tests_sv2 0.1.1

Sv2 Integration Tests Framework
1
2
3
4
use stratum_apps::stratum_core::{codec_sv2::StandardEitherFrame, parsers_sv2::AnyMessage};

pub type MessageFrame = StandardEitherFrame<AnyMessage<'static>>;
pub type MsgType = u8;