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

#include <mpt.h>

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

Public Attributes

Holders holders = {}
 
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

Definition at line 98 of file mpt.h.

Member Data Documentation

◆ holders

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

Definition at line 100 of file mpt.h.

◆ xrp

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

Definition at line 101 of file mpt.h.

◆ xrpHolders

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

Definition at line 102 of file mpt.h.

◆ fund

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

Definition at line 103 of file mpt.h.

◆ close

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

Definition at line 104 of file mpt.h.

◆ create

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

Definition at line 106 of file mpt.h.