|
enum class | CallStatus { MORE
, DONE
, ERRORED
} |
|
|
| AsyncCallData (uint32_t seq, ripple::uint256 const &marker, std::optional< ripple::uint256 > const &nextMarker) |
|
CallStatus | process (std::unique_ptr< org::xrpl::rpc::v1::XRPLedgerAPIService::Stub > &stub, grpc::CompletionQueue &cq, BackendInterface &backend, bool abort, bool cacheOnly=false) |
|
void | call (std::unique_ptr< org::xrpl::rpc::v1::XRPLedgerAPIService::Stub > &stub, grpc::CompletionQueue &cq) |
|
std::string | getMarkerPrefix () |
|
std::string | getLastKey () |
|
The documentation for this class was generated from the following file: