Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
rpc::AccountCursor Struct Reference

A cursor object used to traverse nodes owned by an account. More...

#include <Types.hpp>

Public Member Functions

std::string toString () const
 Convert the cursor to a string.
 
bool isNonZero () const
 Check if the cursor is non-zero.
 

Public Attributes

ripple::uint256 index
 
std::uint32_t hint {}
 

Detailed Description

A cursor object used to traverse nodes owned by an account.

Member Function Documentation

◆ isNonZero()

bool rpc::AccountCursor::isNonZero ( ) const
inline

Check if the cursor is non-zero.

Returns
true if the cursor is non-zero, false otherwise

◆ toString()

std::string rpc::AccountCursor::toString ( ) const
inline

Convert the cursor to a string.

Returns
The string representation of the cursor

The documentation for this struct was generated from the following file: