rippled
Loading...
Searching...
No Matches
Public Attributes | List of all members
ripple::test::jtx::MPTSet Struct Reference

#include <mpt.h>

Collaboration diagram for ripple::test::jtx::MPTSet:
Collaboration graph
[legend]

Public Attributes

std::optional< Accountaccount = std::nullopt
 
std::optional< Accountholder = std::nullopt
 
std::optional< MPTIDid = std::nullopt
 
std::optional< std::uint32_townerCount = std::nullopt
 
std::optional< std::uint32_tholderCount = std::nullopt
 
std::optional< std::uint32_tflags = std::nullopt
 
std::optional< Accountdelegate = std::nullopt
 
std::optional< TERerr = std::nullopt
 

Detailed Description

Definition at line 131 of file mpt.h.

Member Data Documentation

◆ account

std::optional<Account> ripple::test::jtx::MPTSet::account = std::nullopt

Definition at line 133 of file mpt.h.

◆ holder

std::optional<Account> ripple::test::jtx::MPTSet::holder = std::nullopt

Definition at line 134 of file mpt.h.

◆ id

std::optional<MPTID> ripple::test::jtx::MPTSet::id = std::nullopt

Definition at line 135 of file mpt.h.

◆ ownerCount

std::optional<std::uint32_t> ripple::test::jtx::MPTSet::ownerCount = std::nullopt

Definition at line 136 of file mpt.h.

◆ holderCount

std::optional<std::uint32_t> ripple::test::jtx::MPTSet::holderCount = std::nullopt

Definition at line 137 of file mpt.h.

◆ flags

std::optional<std::uint32_t> ripple::test::jtx::MPTSet::flags = std::nullopt

Definition at line 138 of file mpt.h.

◆ delegate

std::optional<Account> ripple::test::jtx::MPTSet::delegate = std::nullopt

Definition at line 139 of file mpt.h.

◆ err

std::optional<TER> ripple::test::jtx::MPTSet::err = std::nullopt

Definition at line 140 of file mpt.h.