github.com/adnan-c/fabric_e2e_couchdb@v0.6.1-preview.0.20170228180935-21ce6b23cf91/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 }