lnrpc 0.0.1

RPC bindings for github.com/lightningnetwork/lnd
Documentation
1
2
3
4
5
6
7
8
9
use prost_build::compile_protos;

fn main() {
    compile_protos(
        &["lnd/lnrpc/rpc.proto"],
        &["lnd/", "grpc-gateway/third_party/googleapis/"],
    )
    .unwrap();
}