|
rippled
|


Public Attributes | |
| jtx::Env | env_ |
Definition at line 34 of file XChain_test.cpp.
| xrpl::test::SEnv< T >::SEnv | ( | T & | s, |
| std::unique_ptr< Config > | config, | ||
| FeatureBitset | features, | ||
| std::unique_ptr< Logs > | logs = nullptr, |
||
| beast::severities::Severity | thresh = beast::severities::kError |
||
| ) |
Definition at line 38 of file XChain_test.cpp.
| SEnv & xrpl::test::SEnv< T >::close | ( | ) |
Definition at line 49 of file XChain_test.cpp.
| SEnv & xrpl::test::SEnv< T >::enableFeature | ( | uint256 const | feature | ) |
Definition at line 56 of file XChain_test.cpp.
| SEnv & xrpl::test::SEnv< T >::disableFeature | ( | uint256 const | feature | ) |
Definition at line 63 of file XChain_test.cpp.
| SEnv & xrpl::test::SEnv< T >::fund | ( | STAmount const & | amount, |
| Arg const & | arg, | ||
| Args const &... | args | ||
| ) |
Definition at line 71 of file XChain_test.cpp.
| SEnv & xrpl::test::SEnv< T >::tx | ( | JsonValue && | jv, |
| FN const &... | fN | ||
| ) |
Definition at line 79 of file XChain_test.cpp.
| SEnv & xrpl::test::SEnv< T >::multiTx | ( | jtx::JValueVec && | jvv, |
| FN const &... | fN | ||
| ) |
Definition at line 87 of file XChain_test.cpp.
| TER xrpl::test::SEnv< T >::ter | ( | ) | const |
Definition at line 95 of file XChain_test.cpp.
| STAmount xrpl::test::SEnv< T >::balance | ( | jtx::Account const & | account | ) | const |
Definition at line 101 of file XChain_test.cpp.
| STAmount xrpl::test::SEnv< T >::balance | ( | jtx::Account const & | account, |
| Issue const & | issue | ||
| ) | const |
Definition at line 107 of file XChain_test.cpp.
| XRPAmount xrpl::test::SEnv< T >::reserve | ( | std::uint32_t | count | ) |
Definition at line 113 of file XChain_test.cpp.
| XRPAmount xrpl::test::SEnv< T >::txFee | ( | ) |
Definition at line 119 of file XChain_test.cpp.
| std::shared_ptr< SLE const > xrpl::test::SEnv< T >::account | ( | jtx::Account const & | account | ) |
Definition at line 125 of file XChain_test.cpp.
| std::shared_ptr< SLE const > xrpl::test::SEnv< T >::bridge | ( | Json::Value const & | jvb | ) |
Definition at line 131 of file XChain_test.cpp.
| std::uint64_t xrpl::test::SEnv< T >::claimCount | ( | Json::Value const & | jvb | ) |
Definition at line 150 of file XChain_test.cpp.
| std::uint64_t xrpl::test::SEnv< T >::claimID | ( | Json::Value const & | jvb | ) |
Definition at line 156 of file XChain_test.cpp.
| std::shared_ptr< SLE const > xrpl::test::SEnv< T >::claimID | ( | Json::Value const & | jvb, |
| std::uint64_t | seq | ||
| ) |
Definition at line 162 of file XChain_test.cpp.
| std::shared_ptr< SLE const > xrpl::test::SEnv< T >::caClaimID | ( | Json::Value const & | jvb, |
| std::uint64_t | seq | ||
| ) |
Definition at line 168 of file XChain_test.cpp.
| jtx::Env xrpl::test::SEnv< T >::env_ |
Definition at line 36 of file XChain_test.cpp.