|
xrpld
|
Adds an inner Batch transaction to a JTx and autofills it. More...
#include <batch.h>

Public Member Functions | |
| Inner (json::Value txn, std::uint32_t const &sequence, std::optional< std::uint32_t > const &ticket=std::nullopt) | |
| void | operator() (Env &, JTx &jtx) const |
| json::Value & | operator[] (json::StaticString const &key) |
| void | removeMember (json::StaticString const &key) |
| json::Value const & | getTxn () const |
Private Attributes | |
| json::Value | txn_ |
| std::uint32_t | seq_ |
| std::optional< std::uint32_t > | ticket_ |
| xrpl::test::jtx::batch::Inner::Inner | ( | json::Value | txn, |
| std::uint32_t const & | sequence, | ||
| std::optional< std::uint32_t > const & | ticket = std::nullopt ) |
| json::Value & xrpl::test::jtx::batch::Inner::operator[] | ( | json::StaticString const & | key | ) |
| void xrpl::test::jtx::batch::Inner::removeMember | ( | json::StaticString const & | key | ) |
|
nodiscard |
|
private |
|
private |
|
private |