Files
rippled/src/ripple/proto
CJ Cobb e7ce3909d2 gRPC support for account_tx and tx
- Add support for all transaction types and ledger object types to gRPC
  implementation of tx and account_tx.

- Create common handlers for tx and account_tx.

- Remove mutex and abort() from gRPC server. JobQueue is stopped before
  gRPC server, with all coroutines executed to completion, so no need for
  synchronization.
2020-02-25 19:21:55 -08:00
..
2014-05-27 15:23:50 -07:00

Proto

This holds protocol buffers source code. The protoc tool stores the output of the .proto files in the build directory.