1
2
3
4
5
6
7
8
9
10
11
12
13
// landing for gRPC code generated by tonic-build

pub(crate) mod types {
    tonic::include_proto!("iohk.chain.types");
}

pub(crate) mod node {
    tonic::include_proto!("iohk.chain.node");
}

pub(crate) mod watch {
    tonic::include_proto!("iohk.chain.watch");
}