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 248 of file mpt.h.

Member Data Documentation

◆ account

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

Definition at line 250 of file mpt.h.

◆ dest

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

Definition at line 251 of file mpt.h.

◆ id

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

Definition at line 252 of file mpt.h.

◆ amt

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

Definition at line 254 of file mpt.h.

◆ proof

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

Definition at line 255 of file mpt.h.

◆ senderEncryptedAmt

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

Definition at line 256 of file mpt.h.

◆ destEncryptedAmt

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

Definition at line 257 of file mpt.h.

◆ issuerEncryptedAmt

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

Definition at line 258 of file mpt.h.

◆ auditorEncryptedAmt

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

Definition at line 259 of file mpt.h.

◆ fillAuditorEncryptedAmt

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

Definition at line 260 of file mpt.h.

◆ credentials

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

Definition at line 261 of file mpt.h.

◆ blindingFactor

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

Definition at line 263 of file mpt.h.

◆ amountCommitment

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

Definition at line 264 of file mpt.h.

◆ balanceCommitment

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

Definition at line 265 of file mpt.h.

◆ delegate

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

Definition at line 266 of file mpt.h.

◆ destinationTag

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

Definition at line 267 of file mpt.h.

◆ ticketSeq

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

Definition at line 268 of file mpt.h.

◆ ownerCount

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

Definition at line 269 of file mpt.h.

◆ holderCount

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

Definition at line 270 of file mpt.h.

◆ flags

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

Definition at line 271 of file mpt.h.

◆ fee

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

Definition at line 272 of file mpt.h.

◆ err

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

Definition at line 273 of file mpt.h.