|
| bool | checkTransaction (Json::Value const &tx, int sequence, int ledger) |
| |
| auto | next (test::jtx::Env &env, test::jtx::Account const &account, int ledger_min, int ledger_max, int limit, bool forward, Json::Value const &marker=Json::nullValue) |
| |
| void | testAccountTxPaging () |
| |
| bool | checkTransaction (org::xrpl::rpc::v1::GetTransactionResponse const &tx, int sequence, int ledger) |
| |
| std::pair< org::xrpl::rpc::v1::GetAccountTransactionHistoryResponse, grpc::Status > | nextBinary (std::string grpcPort, test::jtx::Env &env, std::string const &account="", int ledger_min=-1, int ledger_max=-1, int limit=-1, bool forward=false, org::xrpl::rpc::v1::Marker *marker=nullptr) |
| |
| std::pair< org::xrpl::rpc::v1::GetAccountTransactionHistoryResponse, grpc::Status > | next (std::string grpcPort, test::jtx::Env &env, std::string const &account="", int ledger_min=-1, int ledger_max=-1, int limit=-1, bool forward=false, org::xrpl::rpc::v1::Marker *marker=nullptr) |
| |
| std::pair< org::xrpl::rpc::v1::GetAccountTransactionHistoryResponse, grpc::Status > | nextWithSeq (std::string grpcPort, test::jtx::Env &env, std::string const &account="", int ledger_seq=-1, int limit=-1, bool forward=false, org::xrpl::rpc::v1::Marker *marker=nullptr) |
| |
| std::pair< org::xrpl::rpc::v1::GetAccountTransactionHistoryResponse, grpc::Status > | nextWithHash (std::string grpcPort, test::jtx::Env &env, std::string const &account="", uint256 const &hash=beast::zero, int limit=-1, bool forward=false, org::xrpl::rpc::v1::Marker *marker=nullptr) |
| |
| void | testAccountTxParametersGrpc () |
| |
| void | testAccountTxContentsGrpc () |
| |
| void | testAccountTxPagingGrpc () |
| |
Definition at line 31 of file AccountTxPaging_test.cpp.