xrpld
Loading...
Searching...
No Matches
xrpl::test::jtx::MPTDestroy Struct Reference

Arguments for building an MPTokenIssuanceDestroy test transaction. More...

#include <mpt.h>

Collaboration diagram for xrpl::test::jtx::MPTDestroy:

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

Arguments for building an MPTokenIssuanceDestroy test transaction.

Definition at line 163 of file mpt.h.

Member Data Documentation

◆ issuer

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

Definition at line 165 of file mpt.h.

◆ id

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

Definition at line 166 of file mpt.h.

◆ ownerCount

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

Definition at line 167 of file mpt.h.

◆ holderCount

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

Definition at line 168 of file mpt.h.

◆ flags

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

Definition at line 169 of file mpt.h.

◆ err

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

Definition at line 170 of file mpt.h.