3#include <xrpld/rpc/Context.h>
5#include <xrpl/proto/org/xrpl/rpc/v1/xrp_ledger.pb.h>
7#include <grpcpp/grpcpp.h>
19std::pair<org::xrpl::rpc::v1::GetLedgerResponse, grpc::Status>
22std::pair<org::xrpl::rpc::v1::GetLedgerEntryResponse, grpc::Status>
25std::pair<org::xrpl::rpc::v1::GetLedgerDataResponse, grpc::Status>
28std::pair<org::xrpl::rpc::v1::GetLedgerDiffResponse, grpc::Status>
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
std::pair< org::xrpl::rpc::v1::GetLedgerDiffResponse, grpc::Status > doLedgerDiffGrpc(RPC::GRPCContext< org::xrpl::rpc::v1::GetLedgerDiffRequest > &context)
std::pair< org::xrpl::rpc::v1::GetLedgerDataResponse, grpc::Status > doLedgerDataGrpc(RPC::GRPCContext< org::xrpl::rpc::v1::GetLedgerDataRequest > &context)
std::pair< org::xrpl::rpc::v1::GetLedgerResponse, grpc::Status > doLedgerGrpc(RPC::GRPCContext< org::xrpl::rpc::v1::GetLedgerRequest > &context)
std::pair< org::xrpl::rpc::v1::GetLedgerEntryResponse, grpc::Status > doLedgerEntryGrpc(RPC::GRPCContext< org::xrpl::rpc::v1::GetLedgerEntryRequest > &context)