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

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

#include <mpt.h>

Collaboration diagram for xrpl::test::jtx::MPTCreate:

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::nullopt
std::optional< std::uint32_tflags = {0}
std::optional< std::uint32_timmutableFlags = std::nullopt
bool authHolder = false
std::optional< uint256domainID = std::nullopt
std::optional< TERerr = std::nullopt

Static Public Attributes

static std::vector< AccountallHolders = {}

Detailed Description

Arguments for building an MPTokenIssuanceCreate test transaction.

Definition at line 133 of file mpt.h.

Member Data Documentation

◆ allHolders

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

Definition at line 135 of file mpt.h.

◆ issuer

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

Definition at line 136 of file mpt.h.

◆ maxAmt

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

Definition at line 137 of file mpt.h.

◆ assetScale

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

Definition at line 138 of file mpt.h.

◆ transferFee

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

Definition at line 139 of file mpt.h.

◆ metadata

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

Definition at line 140 of file mpt.h.

◆ ownerCount

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

Definition at line 141 of file mpt.h.

◆ holderCount

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

Definition at line 142 of file mpt.h.

◆ authorize

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

Definition at line 145 of file mpt.h.

◆ pay

std::optional<std::pair<std::vector<Account>, std::uint64_t> > xrpl::test::jtx::MPTCreate::pay = std::nullopt

Definition at line 148 of file mpt.h.

◆ flags

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

Definition at line 149 of file mpt.h.

◆ immutableFlags

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

Definition at line 150 of file mpt.h.

◆ authHolder

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

Definition at line 151 of file mpt.h.

◆ domainID

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

Definition at line 152 of file mpt.h.

◆ err

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

Definition at line 153 of file mpt.h.