sc-network-sync 0.23.0

Substrate sync network protocol
1
2
3
4
5
const PROTOS: &[&str] = &["src/schema/api.v1.proto"];

fn main() {
	prost_build::compile_protos(PROTOS, &["src/schema"]).unwrap();
}