|
rippled
|


Public Types | |
| using | Base = SmBase< SmCreateAccount > |
Public Member Functions | |
| SmCreateAccount (std::shared_ptr< ChainStateTracker > const &chainstate, BridgeDef const &bridge, AccountCreate create) | |
| bool | a2b () const |
| uint32_t | issue_account_create () |
| void | attest (uint64_t time, uint32_t rnd) |
| SmState | advance (uint64_t time, uint32_t rnd) |
| ChainStateTrack & | srcState () |
| ChainStateTrack & | destState () |
| jtx::Account const & | srcDoor () |
| jtx::Account const & | dstDoor () |
Protected Attributes | |
| BridgeDef const & | bridge_ |
| std::shared_ptr< ChainStateTracker > | st_ |
| friend | T |
Private Attributes | |
| SmState | sm_state {st_initial} |
| AccountCreate | cr |
Definition at line 4052 of file XChain_test.cpp.
Definition at line 4055 of file XChain_test.cpp.
| xrpl::test::XChainSim_test::SmCreateAccount::SmCreateAccount | ( | std::shared_ptr< ChainStateTracker > const & | chainstate, |
| BridgeDef const & | bridge, | ||
| AccountCreate | create | ||
| ) |
Definition at line 4057 of file XChain_test.cpp.
| bool xrpl::test::XChainSim_test::SmCreateAccount::a2b | ( | ) | const |
Definition at line 4066 of file XChain_test.cpp.
| uint32_t xrpl::test::XChainSim_test::SmCreateAccount::issue_account_create | ( | ) |
Definition at line 4072 of file XChain_test.cpp.
| void xrpl::test::XChainSim_test::SmCreateAccount::attest | ( | uint64_t | time, |
| uint32_t | rnd | ||
| ) |
Definition at line 4088 of file XChain_test.cpp.
| SmState xrpl::test::XChainSim_test::SmCreateAccount::advance | ( | uint64_t | time, |
| uint32_t | rnd | ||
| ) |
Definition at line 4150 of file XChain_test.cpp.
|
inherited |
Definition at line 4021 of file XChain_test.cpp.
|
inherited |
Definition at line 4027 of file XChain_test.cpp.
|
inherited |
Definition at line 4033 of file XChain_test.cpp.
|
inherited |
Definition at line 4039 of file XChain_test.cpp.
|
private |
Definition at line 4174 of file XChain_test.cpp.
|
private |
Definition at line 4175 of file XChain_test.cpp.
|
protectedinherited |
Definition at line 4045 of file XChain_test.cpp.
|
protectedinherited |
Definition at line 4046 of file XChain_test.cpp.
|
protectedinherited |
Definition at line 4048 of file XChain_test.cpp.