substreams-database-change 5.0.0-beta.1

Substreams database change containg helpers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// @generated by buffa-codegen. DO NOT EDIT.
// source: sf/substreams/sink/database/v1/database.proto

pub mod table_change {
    #[allow(unused_imports)]
    use super::*;
    #[derive(Clone, Debug)]
    pub enum PrimaryKey<'a> {
        Pk(&'a str),
        CompositePk(
            ::buffa::alloc::boxed::Box<
                super::super::super::super::__buffa::view::CompositePrimaryKeyView<'a>,
            >,
        ),
    }
}