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

Match the account's SponsoringAccountCount field: the number of accounts whose base reserve this account sponsors. More...

#include <owners.h>

Collaboration diagram for xrpl::test::jtx::SponsoringAccountCount:

Public Member Functions

 SponsoringAccountCount (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 SponsoringAccountCount field: the number of accounts whose base reserve this account sponsors.

Definition at line 113 of file owners.h.

Constructor & Destructor Documentation

◆ SponsoringAccountCount()

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

Definition at line 120 of file owners.h.

Member Function Documentation

◆ operator()()

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

Definition at line 60 of file owners.cpp.

Member Data Documentation

◆ account_

Account xrpl::test::jtx::SponsoringAccountCount::account_
private

Definition at line 116 of file owners.h.

◆ value_

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

Definition at line 117 of file owners.h.