Skip to main content

sandbox_quant/storage/
models.rs

1#[derive(Debug, Clone, PartialEq)]
2pub struct EventRecord {
3    pub kind: String,
4    pub payload: serde_json::Value,
5}