|
xrpld
|
Match the account's SponsoredOwnerCount field: the number of owned objects whose reserve is sponsored by another account. More...
#include <owners.h>

Public Member Functions | |
| SponsoredOwners (Account account, std::uint32_t value) | |
| void | operator() (Env &env) const |
Private Attributes | |
| Account | account_ |
| std::uint32_t | value_ |
Match the account's SponsoredOwnerCount field: the number of owned objects whose reserve is sponsored by another account.
| xrpl::test::jtx::SponsoredOwners::SponsoredOwners | ( | Account | account, |
| std::uint32_t | value ) |
| void xrpl::test::jtx::SponsoredOwners::operator() | ( | Env & | env | ) | const |
Definition at line 48 of file owners.cpp.
|
private |