Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/FireDBG.for.Rust
/ validator.rs
File
validator.rs
indexer/src/validator.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use anyhow::{Context, Result};
2
use async_trait::async_trait;
3
use sea_streamer::{Buffer, Message, SharedMessage};
4
use serde::{Deserialize, Serialize};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected