|
rippled
|

Public Member Functions | |
| SmBase (std::shared_ptr< ChainStateTracker > const &chainstate, BridgeDef const &bridge) | |
| ChainStateTrack & | srcState () |
| ChainStateTrack & | destState () |
| jtx::Account const & | srcDoor () |
| jtx::Account const & | dstDoor () |
Protected Attributes | |
| BridgeDef const & | bridge_ |
| std::shared_ptr< ChainStateTracker > | st_ |
Definition at line 3696 of file XChain_test.cpp.
| xrpl::test::XChainSim_test::SmBase< T >::SmBase | ( | std::shared_ptr< ChainStateTracker > const & | chainstate, |
| BridgeDef const & | bridge | ||
| ) |
Definition at line 3699 of file XChain_test.cpp.
| ChainStateTrack & xrpl::test::XChainSim_test::SmBase< T >::srcState | ( | ) |
Definition at line 3705 of file XChain_test.cpp.
| ChainStateTrack & xrpl::test::XChainSim_test::SmBase< T >::destState | ( | ) |
Definition at line 3711 of file XChain_test.cpp.
| jtx::Account const & xrpl::test::XChainSim_test::SmBase< T >::srcDoor | ( | ) |
Definition at line 3717 of file XChain_test.cpp.
| jtx::Account const & xrpl::test::XChainSim_test::SmBase< T >::dstDoor | ( | ) |
Definition at line 3723 of file XChain_test.cpp.
|
protected |
Definition at line 3729 of file XChain_test.cpp.
|
protected |
Definition at line 3730 of file XChain_test.cpp.