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

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

#include <mpt.h>

Collaboration diagram for xrpl::test::jtx::MPTConfidentialSend:

Public Attributes

std::optional< Accountaccount = std::nullopt
std::optional< Accountdest = std::nullopt
std::optional< MPTIDid = std::nullopt
std::optional< std::uint64_tamt = std::nullopt
std::optional< std::stringproof = std::nullopt
std::optional< BuffersenderEncryptedAmt = std::nullopt
std::optional< BufferdestEncryptedAmt = std::nullopt
std::optional< BufferissuerEncryptedAmt = std::nullopt
std::optional< BufferauditorEncryptedAmt = std::nullopt
std::optional< bool > fillAuditorEncryptedAmt = true
std::optional< std::vector< std::string > > credentials = std::nullopt
std::optional< BufferblindingFactor = std::nullopt
std::optional< BufferamountCommitment = std::nullopt
std::optional< BufferbalanceCommitment = std::nullopt
std::optional< Accountdelegate = std::nullopt
std::optional< std::uint32_tdestinationTag = 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 ConfidentialMPTSend test transaction.

Definition at line 292 of file mpt.h.

Member Data Documentation

◆ account

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

Definition at line 294 of file mpt.h.

◆ dest

std::optional<Account> xrpl::test::jtx::MPTConfidentialSend::dest = std::nullopt

Definition at line 295 of file mpt.h.

◆ id

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

Definition at line 296 of file mpt.h.

◆ amt

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

Definition at line 298 of file mpt.h.

◆ proof

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

Definition at line 299 of file mpt.h.

◆ senderEncryptedAmt

std::optional<Buffer> xrpl::test::jtx::MPTConfidentialSend::senderEncryptedAmt = std::nullopt

Definition at line 300 of file mpt.h.

◆ destEncryptedAmt

std::optional<Buffer> xrpl::test::jtx::MPTConfidentialSend::destEncryptedAmt = std::nullopt

Definition at line 301 of file mpt.h.

◆ issuerEncryptedAmt

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

Definition at line 302 of file mpt.h.

◆ auditorEncryptedAmt

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

Definition at line 303 of file mpt.h.

◆ fillAuditorEncryptedAmt

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

Definition at line 304 of file mpt.h.

◆ credentials

std::optional<std::vector<std::string> > xrpl::test::jtx::MPTConfidentialSend::credentials = std::nullopt

Definition at line 305 of file mpt.h.

◆ blindingFactor

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

Definition at line 307 of file mpt.h.

◆ amountCommitment

std::optional<Buffer> xrpl::test::jtx::MPTConfidentialSend::amountCommitment = std::nullopt

Definition at line 308 of file mpt.h.

◆ balanceCommitment

std::optional<Buffer> xrpl::test::jtx::MPTConfidentialSend::balanceCommitment = std::nullopt

Definition at line 309 of file mpt.h.

◆ delegate

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

Definition at line 310 of file mpt.h.

◆ destinationTag

std::optional<std::uint32_t> xrpl::test::jtx::MPTConfidentialSend::destinationTag = std::nullopt

Definition at line 311 of file mpt.h.

◆ ticketSeq

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

Definition at line 312 of file mpt.h.

◆ ownerCount

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

Definition at line 313 of file mpt.h.

◆ holderCount

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

Definition at line 314 of file mpt.h.

◆ flags

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

Definition at line 315 of file mpt.h.

◆ fee

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

Definition at line 316 of file mpt.h.

◆ err

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

Definition at line 317 of file mpt.h.