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

Arguments for building a ConfidentialMPTMergeInbox test transaction. More...

#include <mpt.h>

Collaboration diagram for xrpl::test::jtx::MPTMergeInbox:

Public Attributes

std::optional< Accountaccount = std::nullopt
std::optional< MPTIDid = std::nullopt
std::optional< Accountdelegate = std::nullopt
std::optional< std::uint32_tticketSeq = 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< XRPAmountfee = std::nullopt
std::optional< TERerr = std::nullopt

Detailed Description

Arguments for building a ConfidentialMPTMergeInbox test transaction.

Definition at line 234 of file mpt.h.

Member Data Documentation

◆ account

std::optional<Account> xrpl::test::jtx::MPTMergeInbox::account = std::nullopt

Definition at line 236 of file mpt.h.

◆ id

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

Definition at line 237 of file mpt.h.

◆ delegate

std::optional<Account> xrpl::test::jtx::MPTMergeInbox::delegate = std::nullopt

Definition at line 238 of file mpt.h.

◆ ticketSeq

std::optional<std::uint32_t> xrpl::test::jtx::MPTMergeInbox::ticketSeq = std::nullopt

Definition at line 239 of file mpt.h.

◆ ownerCount

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

Definition at line 240 of file mpt.h.

◆ holderCount

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

Definition at line 241 of file mpt.h.

◆ flags

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

Definition at line 242 of file mpt.h.

◆ fee

std::optional<XRPAmount> xrpl::test::jtx::MPTMergeInbox::fee = std::nullopt

Definition at line 243 of file mpt.h.

◆ err

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

Definition at line 244 of file mpt.h.