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

Match the number of items in the account's owner directory. More...

#include <owners.h>

Collaboration diagram for xrpl::test::jtx::Owners:

Public Member Functions

 Owners (Account account, std::uint32_t value)
void operator() (Env &env) const

Private Attributes

Account account_
std::uint32_t value_

Detailed Description

Match the number of items in the account's owner directory.

Definition at line 51 of file owners.h.

Constructor & Destructor Documentation

◆ Owners()

xrpl::test::jtx::Owners::Owners ( Account account,
std::uint32_t value )

Definition at line 58 of file owners.h.

Member Function Documentation

◆ operator()()

void xrpl::test::jtx::Owners::operator() ( Env & env) const

Definition at line 42 of file owners.cpp.

Member Data Documentation

◆ account_

Account xrpl::test::jtx::Owners::account_
private

Definition at line 54 of file owners.h.

◆ value_

std::uint32_t xrpl::test::jtx::Owners::value_
private

Definition at line 55 of file owners.h.