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 95 of file mpt.h.

Member Data Documentation

◆ issuer

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

Definition at line 97 of file mpt.h.

◆ id

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

Definition at line 98 of file mpt.h.

◆ ownerCount

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

Definition at line 99 of file mpt.h.

◆ holderCount

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

Definition at line 100 of file mpt.h.

◆ flags

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

Definition at line 101 of file mpt.h.

◆ err

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

Definition at line 102 of file mpt.h.