rippled
Loading...
Searching...
No Matches
Classes | Public Member Functions | Public Attributes | List of all members
xrpl::Resource::Import Struct Reference

A set of imported consumer data from a gossip origin. More...

#include <Import.h>

Collaboration diagram for xrpl::Resource::Import:
Collaboration graph
[legend]

Classes

struct  Item
 

Public Member Functions

 Import (int=0)
 

Public Attributes

clock_type::time_point whenExpires
 
std::vector< Itemitems
 

Detailed Description

A set of imported consumer data from a gossip origin.

Definition at line 11 of file Import.h.

Constructor & Destructor Documentation

◆ Import()

xrpl::Resource::Import::Import ( int  = 0)

Definition at line 22 of file Import.h.

Member Data Documentation

◆ whenExpires

clock_type::time_point xrpl::Resource::Import::whenExpires

Definition at line 27 of file Import.h.

◆ items

std::vector<Item> xrpl::Resource::Import::items

Definition at line 30 of file Import.h.