github.com/leonlxy/hyperledger@v1.0.0-alpha.0.20170427033203-34922035d248/orderer/sbft/backend/consensus.proto (about)

     1  syntax = "proto3";
     2  
     3  package backend;
     4  
     5  option go_package = "github.com/hyperledger/fabric/orderer/sbft/backend";
     6  
     7  import "simplebft/simplebft.proto";
     8  
     9  service consensus {
    10      rpc consensus(handshake) returns (stream simplebft.MultiChainMsg) {}
    11  }
    12  
    13  message handshake {
    14  }