add solana explorer subtreams
This commit is contained in:
28
solana-explorer/src/pb/mod.rs
Normal file
28
solana-explorer/src/pb/mod.rs
Normal file
@@ -0,0 +1,28 @@
|
||||
// @generated
|
||||
pub mod sf {
|
||||
pub mod solana {
|
||||
pub mod r#type {
|
||||
// @@protoc_insertion_point(attribute:sf.solana.type.v1)
|
||||
pub mod v1 {
|
||||
include!("sf.solana.type.v1.rs");
|
||||
// @@protoc_insertion_point(sf.solana.type.v1)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
pub mod sol {
|
||||
pub mod block_meta {
|
||||
// @@protoc_insertion_point(attribute:sol.block_meta.v1)
|
||||
pub mod v1 {
|
||||
include!("sol.block_meta.v1.rs");
|
||||
// @@protoc_insertion_point(sol.block_meta.v1)
|
||||
}
|
||||
}
|
||||
pub mod programs {
|
||||
// @@protoc_insertion_point(attribute:sol.programs.v1)
|
||||
pub mod v1 {
|
||||
include!("sol.programs.v1.rs");
|
||||
// @@protoc_insertion_point(sol.programs.v1)
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user