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

#include <mpt.h>

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

Member Data Documentation

◆ account

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

Definition at line 107 of file mpt.h.

◆ holder

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

Definition at line 108 of file mpt.h.

◆ id

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

Definition at line 109 of file mpt.h.

◆ ownerCount

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

Definition at line 110 of file mpt.h.

◆ holderCount

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

Definition at line 111 of file mpt.h.

◆ flags

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

Definition at line 112 of file mpt.h.

◆ err

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

Definition at line 113 of file mpt.h.