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

Arguments for building a ConfidentialMPTConvertBack test transaction. More...

#include <mpt.h>

Collaboration diagram for xrpl::test::jtx::MPTConvertBack:

Public Attributes

std::optional< Accountaccount = std::nullopt
std::optional< MPTIDid = std::nullopt
std::optional< std::uint64_tamt = std::nullopt
std::optional< Bufferproof = std::nullopt
std::optional< BufferholderEncryptedAmt = std::nullopt
std::optional< BufferissuerEncryptedAmt = std::nullopt
std::optional< BufferauditorEncryptedAmt = std::nullopt
std::optional< bool > fillAuditorEncryptedAmt = true
std::optional< BufferblindingFactor = std::nullopt
std::optional< BufferpedersenCommitment = std::nullopt
std::optional< Accountdelegate = std::nullopt
std::optional< std::uint32_tticketSeq = std::nullopt
std::optional< std::uint32_townerCount = std::nullopt
std::optional< std::uint32_tholderCount = std::nullopt
std::optional< std::uint32_tflags = std::nullopt
std::optional< XRPAmountfee = std::nullopt
std::optional< TERerr = std::nullopt

Detailed Description

Arguments for building a ConfidentialMPTConvertBack test transaction.

Definition at line 277 of file mpt.h.

Member Data Documentation

◆ account

std::optional<Account> xrpl::test::jtx::MPTConvertBack::account = std::nullopt

Definition at line 279 of file mpt.h.

◆ id

std::optional<MPTID> xrpl::test::jtx::MPTConvertBack::id = std::nullopt

Definition at line 280 of file mpt.h.

◆ amt

std::optional<std::uint64_t> xrpl::test::jtx::MPTConvertBack::amt = std::nullopt

Definition at line 281 of file mpt.h.

◆ proof

std::optional<Buffer> xrpl::test::jtx::MPTConvertBack::proof = std::nullopt

Definition at line 282 of file mpt.h.

◆ holderEncryptedAmt

std::optional<Buffer> xrpl::test::jtx::MPTConvertBack::holderEncryptedAmt = std::nullopt

Definition at line 283 of file mpt.h.

◆ issuerEncryptedAmt

std::optional<Buffer> xrpl::test::jtx::MPTConvertBack::issuerEncryptedAmt = std::nullopt

Definition at line 284 of file mpt.h.

◆ auditorEncryptedAmt

std::optional<Buffer> xrpl::test::jtx::MPTConvertBack::auditorEncryptedAmt = std::nullopt

Definition at line 285 of file mpt.h.

◆ fillAuditorEncryptedAmt

std::optional<bool> xrpl::test::jtx::MPTConvertBack::fillAuditorEncryptedAmt = true

Definition at line 286 of file mpt.h.

◆ blindingFactor

std::optional<Buffer> xrpl::test::jtx::MPTConvertBack::blindingFactor = std::nullopt

Definition at line 288 of file mpt.h.

◆ pedersenCommitment

std::optional<Buffer> xrpl::test::jtx::MPTConvertBack::pedersenCommitment = std::nullopt

Definition at line 289 of file mpt.h.

◆ delegate

std::optional<Account> xrpl::test::jtx::MPTConvertBack::delegate = std::nullopt

Definition at line 290 of file mpt.h.

◆ ticketSeq

std::optional<std::uint32_t> xrpl::test::jtx::MPTConvertBack::ticketSeq = std::nullopt

Definition at line 291 of file mpt.h.

◆ ownerCount

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

Definition at line 292 of file mpt.h.

◆ holderCount

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

Definition at line 293 of file mpt.h.

◆ flags

std::optional<std::uint32_t> xrpl::test::jtx::MPTConvertBack::flags = std::nullopt

Definition at line 294 of file mpt.h.

◆ fee

std::optional<XRPAmount> xrpl::test::jtx::MPTConvertBack::fee = std::nullopt

Definition at line 295 of file mpt.h.

◆ err

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

Definition at line 296 of file mpt.h.