substreams 0.7.6

Substreams SDK - A streaming data engine for The Graph - by StreamingFast
Documentation
pub mod sf {
    pub mod substreams {
        pub mod index {
            // @@protoc_insertion_point(attribute:sf.substreams.index.v1)
            pub mod v1 {
                include!("sf.substreams.index.v1.rs");
                // @@protoc_insertion_point(sf.substreams.index.v1)
            }
        }

        pub mod foundational_store {
            // @@protoc_insertion_point(attribute:sf.substreams.foundational_store.v1)
            pub mod v1 {
                include!("sf.substreams.foundational_store.v1.rs");
                // @@protoc_insertion_point(sf.substreams.foundational_store.v1)
            }

            pub mod model {
                // @@protoc_insertion_point(attribute:sf.substreams.foundational_store.model.v2)
                pub mod v2 {
                    include!("sf.substreams.foundational_store.model.v2.rs");
                    // @@protoc_insertion_point(sf.substreams.foundational_store.model.v2)
                }
            }

            pub mod service {
                // @@protoc_insertion_point(attribute:sf.substreams.foundational_store.service.v2)
                pub mod v2 {
                    include!("sf.substreams.foundational_store.service.v2.rs");
                    // @@protoc_insertion_point(sf.substreams.foundational_store.service.v2)
                }
            }
        }
    }
}

// Legacy way to import Protobuf definition to keep backward compatibility with all
// Substreams modules out there.
//
// New Protobuf definitions should be added using the namespacing seen above.
#[path = "./sf.substreams.v1.rs"]
pub mod substreams;