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

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

#include <mpt.h>

Collaboration diagram for xrpl::test::jtx::MPTConvert:

Public Attributes

std::optional< Accountaccount = std::nullopt
std::optional< MPTIDid = std::nullopt
std::optional< std::uint64_tamt = std::nullopt
std::optional< std::stringproof = std::nullopt
std::optional< bool > fillAuditorEncryptedAmt = true
std::optional< bool > fillSchnorrProof = std::nullopt
std::optional< BufferholderPubKey = std::nullopt
std::optional< BufferholderEncryptedAmt = std::nullopt
std::optional< BufferissuerEncryptedAmt = std::nullopt
std::optional< BufferauditorEncryptedAmt = std::nullopt
std::optional< BufferblindingFactor = 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 ConfidentialMPTConvert test transaction.

Definition at line 246 of file mpt.h.

Member Data Documentation

◆ account

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

Definition at line 248 of file mpt.h.

◆ id

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

Definition at line 249 of file mpt.h.

◆ amt

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

Definition at line 250 of file mpt.h.

◆ proof

std::optional<std::string> xrpl::test::jtx::MPTConvert::proof = std::nullopt

Definition at line 251 of file mpt.h.

◆ fillAuditorEncryptedAmt

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

Definition at line 252 of file mpt.h.

◆ fillSchnorrProof

std::optional<bool> xrpl::test::jtx::MPTConvert::fillSchnorrProof = std::nullopt

Definition at line 257 of file mpt.h.

◆ holderPubKey

std::optional<Buffer> xrpl::test::jtx::MPTConvert::holderPubKey = std::nullopt

Definition at line 258 of file mpt.h.

◆ holderEncryptedAmt

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

Definition at line 259 of file mpt.h.

◆ issuerEncryptedAmt

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

Definition at line 260 of file mpt.h.

◆ auditorEncryptedAmt

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

Definition at line 261 of file mpt.h.

◆ blindingFactor

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

Definition at line 263 of file mpt.h.

◆ delegate

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

Definition at line 264 of file mpt.h.

◆ ticketSeq

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

Definition at line 265 of file mpt.h.

◆ ownerCount

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

Definition at line 266 of file mpt.h.

◆ holderCount

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

Definition at line 267 of file mpt.h.

◆ flags

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

Definition at line 268 of file mpt.h.

◆ fee

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

Definition at line 269 of file mpt.h.

◆ err

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

Definition at line 270 of file mpt.h.