xrpld
Loading...
Searching...
No Matches
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:

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 9 of file Import.h.

Constructor & Destructor Documentation

◆ Import()

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

Definition at line 20 of file Import.h.

Member Data Documentation

◆ whenExpires

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

Definition at line 25 of file Import.h.

◆ items

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

Definition at line 28 of file Import.h.