|
xrpld
|
Add a path. More...
#include <paths.h>

Public Member Functions | |
| Path () | |
| template<class T, class... Args> | |
| Path (T const &t, Args const &... args) | |
| Path (STPath const &p) | |
| void | operator() (Env &, JTx &jt) const |
Private Member Functions | |
| json::Value & | create () |
| void | appendOne (Account const &account) |
| void | appendOne (AccountID const &account) |
| template<class T> | |
| std::enable_if_t< std::is_constructible_v< Account, T > > | appendOne (T const &t) |
| void | appendOne (IOU const &iou) |
| void | appendOne (BookSpec const &book) |
| template<class T, class... Args> | |
| void | append (T const &t, Args const &... args) |
Private Attributes | |
| json::Value | jv_ |
| xrpl::test::jtx::Path::Path | ( | ) |
|
explicit |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |