1#ifndef XRPL_GRPCTESTCLIENTBASE_H 
    2#define XRPL_GRPCTESTCLIENTBASE_H 
    4#include <test/jtx/envconfig.h> 
    6#include <xrpl/proto/org/xrpl/rpc/v1/xrp_ledger.grpc.pb.h> 
    8#include <grpcpp/grpcpp.h> 
   16        : 
stub_(org::xrpl::
rpc::v1::XRPLedgerAPIService::NewStub(
 
   22                  grpc::InsecureChannelCredentials())))
 
 
 
Set the expected result code for a JTx The test will fail if the code doesn't match.
 
char const * getEnvLocalhostAddr()
 
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
 
std::string to_string(base_uint< Bits, Tag > const &a)
 
std::unique_ptr< org::xrpl::rpc::v1::XRPLedgerAPIService::Stub > stub_
 
grpc::ClientContext context
 
GRPCTestClientBase(std::string const &port)