|
xrpld
|
Arguments for building a ConfidentialMPTConvert test transaction. More...
#include <mpt.h>

Public Attributes | |
| std::optional< Account > | account = std::nullopt |
| std::optional< MPTID > | id = std::nullopt |
| std::optional< std::uint64_t > | amt = std::nullopt |
| std::optional< std::string > | proof = std::nullopt |
| std::optional< bool > | fillAuditorEncryptedAmt = true |
| std::optional< bool > | fillSchnorrProof = std::nullopt |
| std::optional< Buffer > | holderPubKey = std::nullopt |
| std::optional< Buffer > | holderEncryptedAmt = std::nullopt |
| std::optional< Buffer > | issuerEncryptedAmt = std::nullopt |
| std::optional< Buffer > | auditorEncryptedAmt = std::nullopt |
| std::optional< Buffer > | blindingFactor = std::nullopt |
| std::optional< Account > | delegate = std::nullopt |
| std::optional< std::uint32_t > | ticketSeq = std::nullopt |
| std::optional< std::uint32_t > | ownerCount = std::nullopt |
| std::optional< std::uint32_t > | holderCount = std::nullopt |
| std::optional< std::uint32_t > | flags = std::nullopt |
| std::optional< XRPAmount > | fee = std::nullopt |
| std::optional< TER > | err = std::nullopt |
Arguments for building a ConfidentialMPTConvert test transaction.
| std::optional<Account> xrpl::test::jtx::MPTConvert::account = std::nullopt |
| std::optional<MPTID> xrpl::test::jtx::MPTConvert::id = std::nullopt |
| std::optional<std::uint64_t> xrpl::test::jtx::MPTConvert::amt = std::nullopt |
| std::optional<std::string> xrpl::test::jtx::MPTConvert::proof = std::nullopt |
| std::optional<bool> xrpl::test::jtx::MPTConvert::fillAuditorEncryptedAmt = true |
| std::optional<bool> xrpl::test::jtx::MPTConvert::fillSchnorrProof = std::nullopt |
| std::optional<Buffer> xrpl::test::jtx::MPTConvert::holderPubKey = std::nullopt |
| std::optional<Buffer> xrpl::test::jtx::MPTConvert::holderEncryptedAmt = std::nullopt |
| std::optional<Buffer> xrpl::test::jtx::MPTConvert::issuerEncryptedAmt = std::nullopt |
| std::optional<Buffer> xrpl::test::jtx::MPTConvert::auditorEncryptedAmt = std::nullopt |
| std::optional<Buffer> xrpl::test::jtx::MPTConvert::blindingFactor = std::nullopt |
| std::optional<Account> xrpl::test::jtx::MPTConvert::delegate = std::nullopt |
| std::optional<std::uint32_t> xrpl::test::jtx::MPTConvert::ticketSeq = std::nullopt |
| std::optional<std::uint32_t> xrpl::test::jtx::MPTConvert::ownerCount = std::nullopt |
| std::optional<std::uint32_t> xrpl::test::jtx::MPTConvert::holderCount = std::nullopt |
| std::optional<std::uint32_t> xrpl::test::jtx::MPTConvert::flags = std::nullopt |
| std::optional<XRPAmount> xrpl::test::jtx::MPTConvert::fee = std::nullopt |
| std::optional<TER> xrpl::test::jtx::MPTConvert::err = std::nullopt |