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

#include <mpt.h>

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

Public Attributes

std::vector< Accountholders = {}
 
PrettyAmount const xrp = XRP(10'000)
 
PrettyAmount const xrpHolders = XRP(10'000)
 
bool fund = true
 
bool close = true
 

Detailed Description

Definition at line 70 of file mpt.h.

Member Data Documentation

◆ holders

std::vector<Account> ripple::test::jtx::MPTInit::holders = {}

Definition at line 72 of file mpt.h.

◆ xrp

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

Definition at line 73 of file mpt.h.

◆ xrpHolders

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

Definition at line 74 of file mpt.h.

◆ fund

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

Definition at line 75 of file mpt.h.

◆ close

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

Definition at line 76 of file mpt.h.