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

#include <mpt.h>

Collaboration diagram for xrpl::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 125 of file mpt.h.

Member Data Documentation

◆ issuer

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

Definition at line 127 of file mpt.h.

◆ id

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

Definition at line 128 of file mpt.h.

◆ ownerCount

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

Definition at line 129 of file mpt.h.

◆ holderCount

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

Definition at line 130 of file mpt.h.

◆ flags

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

Definition at line 131 of file mpt.h.

◆ err

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

Definition at line 132 of file mpt.h.