|
xrpld
|
Match the account's SponsoringOwnerCount field: the number of objects (owned by other accounts) whose reserve this account sponsors. More...
#include <owners.h>

Public Member Functions | |
| SponsoringOwners (Account account, std::uint32_t value) | |
| void | operator() (Env &env) const |
Private Attributes | |
| Account | account_ |
| std::uint32_t | value_ |
Match the account's SponsoringOwnerCount field: the number of objects (owned by other accounts) whose reserve this account sponsors.
| xrpl::test::jtx::SponsoringOwners::SponsoringOwners | ( | Account | account, |
| std::uint32_t | value ) |
| void xrpl::test::jtx::SponsoringOwners::operator() | ( | Env & | env | ) | const |
Definition at line 54 of file owners.cpp.
|
private |