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

Constructor & Destructor Documentation

◆ Import()

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

Definition at line 24 of file Import.h.

Member Data Documentation

◆ whenExpires

clock_type::time_point xrpl::resource::Import::whenExpires

Definition at line 29 of file Import.h.

◆ items

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

Definition at line 32 of file Import.h.