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

Arguments for initializing funded MPT test accounts and issuance. More...

#include <mpt.h>

Collaboration diagram for xrpl::test::jtx::MPTInit:

Public Attributes

Holders holders = {}
std::optional< Accountauditor = std::nullopt
PrettyAmount const xrp = XRP(10'000)
PrettyAmount const xrpHolders = XRP(10'000)
bool fund = true
bool close = true
std::optional< MPTCreatecreate = std::nullopt

Detailed Description

Arguments for initializing funded MPT test accounts and issuance.

Definition at line 129 of file mpt.h.

Member Data Documentation

◆ holders

Holders xrpl::test::jtx::MPTInit::holders = {}

Definition at line 133 of file mpt.h.

◆ auditor

std::optional<Account> xrpl::test::jtx::MPTInit::auditor = std::nullopt

Definition at line 134 of file mpt.h.

◆ xrp

PrettyAmount const xrpl::test::jtx::MPTInit::xrp = XRP(10'000)

Definition at line 135 of file mpt.h.

◆ xrpHolders

PrettyAmount const xrpl::test::jtx::MPTInit::xrpHolders = XRP(10'000)

Definition at line 136 of file mpt.h.

◆ fund

bool xrpl::test::jtx::MPTInit::fund = true

Definition at line 137 of file mpt.h.

◆ close

bool xrpl::test::jtx::MPTInit::close = true

Definition at line 138 of file mpt.h.

◆ create

std::optional<MPTCreate> xrpl::test::jtx::MPTInit::create = std::nullopt

Definition at line 140 of file mpt.h.