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

#include <mpt.h>

Collaboration diagram for xrpl::test::jtx::MPTAuthorize:
Collaboration graph
[legend]

Public Attributes

std::optional< Accountaccount = std::nullopt
 
std::optional< Accountholder = 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 135 of file mpt.h.

Member Data Documentation

◆ account

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

Definition at line 137 of file mpt.h.

◆ holder

std::optional<Account> xrpl::test::jtx::MPTAuthorize::holder = std::nullopt

Definition at line 138 of file mpt.h.

◆ id

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

Definition at line 139 of file mpt.h.

◆ ownerCount

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

Definition at line 140 of file mpt.h.

◆ holderCount

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

Definition at line 141 of file mpt.h.

◆ flags

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

Definition at line 142 of file mpt.h.

◆ err

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

Definition at line 143 of file mpt.h.