xrpld
Loading...
Searching...
No Matches
xrpl::test::jtx::Paths Class Reference

Set Paths, SendMax on a JTx. More...

#include <paths.h>

Collaboration diagram for xrpl::test::jtx::Paths:

Public Member Functions

 Paths (Asset const &in, int depth=7, unsigned int limit=4)
void operator() (Env &, JTx &jt) const

Private Attributes

Asset in_
int depth_
unsigned int limit_

Detailed Description

Set Paths, SendMax on a JTx.

Definition at line 15 of file paths.h.

Constructor & Destructor Documentation

◆ Paths()

xrpl::test::jtx::Paths::Paths ( Asset const & in,
int depth = 7,
unsigned int limit = 4 )

Definition at line 23 of file paths.h.

Member Function Documentation

◆ operator()()

void xrpl::test::jtx::Paths::operator() ( Env & env,
JTx & jt ) const

Definition at line 26 of file paths.cpp.

Member Data Documentation

◆ in_

Asset xrpl::test::jtx::Paths::in_
private

Definition at line 18 of file paths.h.

◆ depth_

int xrpl::test::jtx::Paths::depth_
private

Definition at line 19 of file paths.h.

◆ limit_

unsigned int xrpl::test::jtx::Paths::limit_
private

Definition at line 20 of file paths.h.