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

#include <mpt.h>

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

Public Attributes

std::optional< Accountissuer = std::nullopt
 
std::optional< std::uint64_tmaxAmt = std::nullopt
 
std::optional< std::uint8_tassetScale = std::nullopt
 
std::optional< std::uint16_ttransferFee = std::nullopt
 
std::optional< std::stringmetadata = std::nullopt
 
std::optional< std::uint32_townerCount = std::nullopt
 
std::optional< std::uint32_tholderCount = std::nullopt
 
std::optional< std::vector< Account > > authorize = std::nullopt
 
std::optional< std::pair< std::vector< Account >, std::uint64_t > > pay
 
std::optional< std::uint32_tflags = {0}
 
std::optional< std::uint32_tmutableFlags = std::nullopt
 
bool authHolder = false
 
std::optional< uint256domainID = std::nullopt
 
std::optional< TERerr = std::nullopt
 

Static Public Attributes

static std::vector< AccountAllHolders = {}
 

Detailed Description

Definition at line 74 of file mpt.h.

Member Data Documentation

◆ AllHolders

std::vector<Account> xrpl::test::jtx::MPTCreate::AllHolders = {}
static

Definition at line 76 of file mpt.h.

◆ issuer

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

Definition at line 77 of file mpt.h.

◆ maxAmt

std::optional<std::uint64_t> xrpl::test::jtx::MPTCreate::maxAmt = std::nullopt

Definition at line 78 of file mpt.h.

◆ assetScale

std::optional<std::uint8_t> xrpl::test::jtx::MPTCreate::assetScale = std::nullopt

Definition at line 79 of file mpt.h.

◆ transferFee

std::optional<std::uint16_t> xrpl::test::jtx::MPTCreate::transferFee = std::nullopt

Definition at line 80 of file mpt.h.

◆ metadata

std::optional<std::string> xrpl::test::jtx::MPTCreate::metadata = std::nullopt

Definition at line 81 of file mpt.h.

◆ ownerCount

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

Definition at line 82 of file mpt.h.

◆ holderCount

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

Definition at line 83 of file mpt.h.

◆ authorize

std::optional<std::vector<Account> > xrpl::test::jtx::MPTCreate::authorize = std::nullopt

Definition at line 86 of file mpt.h.

◆ pay

std::optional<std::pair<std::vector<Account>, std::uint64_t> > xrpl::test::jtx::MPTCreate::pay
Initial value:

Definition at line 89 of file mpt.h.

◆ flags

std::optional<std::uint32_t> xrpl::test::jtx::MPTCreate::flags = {0}

Definition at line 91 of file mpt.h.

◆ mutableFlags

std::optional<std::uint32_t> xrpl::test::jtx::MPTCreate::mutableFlags = std::nullopt

Definition at line 92 of file mpt.h.

◆ authHolder

bool xrpl::test::jtx::MPTCreate::authHolder = false

Definition at line 93 of file mpt.h.

◆ domainID

std::optional<uint256> xrpl::test::jtx::MPTCreate::domainID = std::nullopt

Definition at line 94 of file mpt.h.

◆ err

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

Definition at line 95 of file mpt.h.