rippled
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
xrpl::detail::RawStateTable::sleAction Struct Reference
Collaboration diagram for xrpl::detail::RawStateTable::sleAction:
Collaboration graph
[legend]

Public Member Functions

 sleAction (Action action_, std::shared_ptr< SLE > const &sle_)
 

Public Attributes

Action action
 
std::shared_ptr< SLEsle
 

Detailed Description

Definition at line 83 of file RawStateTable.h.

Constructor & Destructor Documentation

◆ sleAction()

xrpl::detail::RawStateTable::sleAction::sleAction ( Action  action_,
std::shared_ptr< SLE > const &  sle_ 
)

Definition at line 89 of file RawStateTable.h.

Member Data Documentation

◆ action

Action xrpl::detail::RawStateTable::sleAction::action

Definition at line 85 of file RawStateTable.h.

◆ sle

std::shared_ptr<SLE> xrpl::detail::RawStateTable::sleAction::sle

Definition at line 86 of file RawStateTable.h.