rippled
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
ripple::test::jtx::owners Class Reference

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

#include <owners.h>

Collaboration diagram for ripple::test::jtx::owners:
Collaboration graph
[legend]

Public Member Functions

 owners (Account const &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 53 of file owners.h.

Constructor & Destructor Documentation

◆ owners()

ripple::test::jtx::owners::owners ( Account const &  account,
std::uint32_t  value 
)

Definition at line 60 of file owners.h.

Member Function Documentation

◆ operator()()

void ripple::test::jtx::owners::operator() ( Env env) const

Definition at line 34 of file owners.cpp.

Member Data Documentation

◆ account_

Account ripple::test::jtx::owners::account_
private

Definition at line 56 of file owners.h.

◆ value_

std::uint32_t ripple::test::jtx::owners::value_
private

Definition at line 57 of file owners.h.