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

Match the account's SponsoringOwnerCount field: the number of objects (owned by other accounts) whose reserve this account sponsors. More...

#include <owners.h>

Collaboration diagram for xrpl::test::jtx::SponsoringOwners:

Public Member Functions

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

Private Attributes

Account account_
std::uint32_t value_

Detailed Description

Match the account's SponsoringOwnerCount field: the number of objects (owned by other accounts) whose reserve this account sponsors.

Definition at line 93 of file owners.h.

Constructor & Destructor Documentation

◆ SponsoringOwners()

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

Definition at line 100 of file owners.h.

Member Function Documentation

◆ operator()()

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

Definition at line 54 of file owners.cpp.

Member Data Documentation

◆ account_

Account xrpl::test::jtx::SponsoringOwners::account_
private

Definition at line 96 of file owners.h.

◆ value_

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

Definition at line 97 of file owners.h.