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

#include <mpt.h>

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

Public Attributes

std::optional< Accountissuer = 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< TERerr = std::nullopt
 

Detailed Description

Definition at line 114 of file mpt.h.

Member Data Documentation

◆ issuer

std::optional<Account> ripple::test::jtx::MPTDestroy::issuer = std::nullopt

Definition at line 116 of file mpt.h.

◆ id

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

Definition at line 117 of file mpt.h.

◆ ownerCount

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

Definition at line 118 of file mpt.h.

◆ holderCount

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

Definition at line 119 of file mpt.h.

◆ flags

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

Definition at line 120 of file mpt.h.

◆ err

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

Definition at line 121 of file mpt.h.