3#include <test/jtx/envconfig.h>
5#include <xrpl/proto/org/xrpl/rpc/v1/xrp_ledger.grpc.pb.h>
7#include <grpcpp/grpcpp.h>
15 :
stub_(org::
xrpl::
rpc::v1::XRPLedgerAPIService::NewStub(grpc::CreateChannel(
17 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)
GRPCTestClientBase(std::string const &port)
grpc::ClientContext context
std::unique_ptr< org::xrpl::rpc::v1::XRPLedgerAPIService::Stub > stub_