|
xrpld
|


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 | issueAccountCreate () |
| 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 | smState_ {SmState::Initial} |
| AccountCreate | cr_ |
Definition at line 4047 of file XChain_test.cpp.
Definition at line 4050 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 4052 of file XChain_test.cpp.
|
nodiscard |
Definition at line 4061 of file XChain_test.cpp.
| uint32_t xrpl::test::XChainSim_test::SmCreateAccount::issueAccountCreate | ( | ) |
Definition at line 4067 of file XChain_test.cpp.
| void xrpl::test::XChainSim_test::SmCreateAccount::attest | ( | uint64_t | time, |
| uint32_t | rnd ) |
Definition at line 4084 of file XChain_test.cpp.
| SmState xrpl::test::XChainSim_test::SmCreateAccount::advance | ( | uint64_t | time, |
| uint32_t | rnd ) |
Definition at line 4145 of file XChain_test.cpp.
|
inherited |
Definition at line 4016 of file XChain_test.cpp.
|
inherited |
Definition at line 4022 of file XChain_test.cpp.
|
inherited |
Definition at line 4028 of file XChain_test.cpp.
|
inherited |
Definition at line 4034 of file XChain_test.cpp.
|
private |
Definition at line 4169 of file XChain_test.cpp.
|
private |
Definition at line 4170 of file XChain_test.cpp.
|
protectedinherited |
Definition at line 4040 of file XChain_test.cpp.
|
protectedinherited |
Definition at line 4041 of file XChain_test.cpp.
|
protectedinherited |
Definition at line 4043 of file XChain_test.cpp.