|
| | SEnv (T &s, std::unique_ptr< Config > config, FeatureBitset features, std::unique_ptr< Logs > logs=nullptr, beast::Severity thresh=beast::Severity::Error) |
| SEnv & | close () |
| SEnv & | enableFeature (uint256 const feature) |
| SEnv & | disableFeature (uint256 const feature) |
| template<class Arg, class... Args> |
| SEnv & | fund (STAmount const &amount, Arg const &arg, Args const &... args) |
| template<class JsonValue, class... FN> |
| SEnv & | tx (JsonValue &&jv, FN const &... fN) |
| template<class... FN> |
| SEnv & | multiTx (jtx::JValueVec const &jvv, FN const &... fN) |
| TER | ter () const |
| STAmount | balance (jtx::Account const &account) const |
| STAmount | balance (jtx::Account const &account, Issue const &issue) const |
| XRPAmount | reserve (std::uint32_t count) |
| XRPAmount | txFee () |
| SLE::const_pointer | account (jtx::Account const &account) |
| SLE::const_pointer | bridge (json::Value const &jvb) |
| std::uint64_t | claimCount (json::Value const &jvb) |
| std::uint64_t | claimID (json::Value const &jvb) |
| SLE::const_pointer | claimID (json::Value const &jvb, std::uint64_t seq) |
| SLE::const_pointer | caClaimID (json::Value const &jvb, std::uint64_t seq) |
template<class T>
struct xrpl::test::SEnv< T >
Definition at line 63 of file XChain_test.cpp.