|
xrpld
|
#include <MPTokenIssuanceCreate.h>

Public Attributes | |
| std::optional< XRPAmount > | priorBalance |
| AccountID const & | account |
| std::uint32_t | sequence = 0 |
| std::uint32_t | flags = 0 |
| std::optional< std::uint64_t > | maxAmount = std::nullopt |
| std::optional< std::uint8_t > | assetScale = std::nullopt |
| std::optional< std::uint16_t > | transferFee = std::nullopt |
| std::optional< Slice > const & | metadata {} |
| std::optional< uint256 > | domainId = std::nullopt |
| std::optional< std::uint32_t > | immutableFlags = std::nullopt |
| std::optional< uint256 > | referenceHolding = std::nullopt |
Definition at line 24 of file tx/transactors/token/MPTokenIssuanceCreate.h.
| std::optional<XRPAmount> xrpl::MPTCreateArgs::priorBalance |
Definition at line 26 of file tx/transactors/token/MPTokenIssuanceCreate.h.
| AccountID const& xrpl::MPTCreateArgs::account |
Definition at line 27 of file tx/transactors/token/MPTokenIssuanceCreate.h.
| std::uint32_t xrpl::MPTCreateArgs::sequence = 0 |
Definition at line 28 of file tx/transactors/token/MPTokenIssuanceCreate.h.
| std::uint32_t xrpl::MPTCreateArgs::flags = 0 |
Definition at line 29 of file tx/transactors/token/MPTokenIssuanceCreate.h.
| std::optional<std::uint64_t> xrpl::MPTCreateArgs::maxAmount = std::nullopt |
Definition at line 30 of file tx/transactors/token/MPTokenIssuanceCreate.h.
| std::optional<std::uint8_t> xrpl::MPTCreateArgs::assetScale = std::nullopt |
Definition at line 31 of file tx/transactors/token/MPTokenIssuanceCreate.h.
| std::optional<std::uint16_t> xrpl::MPTCreateArgs::transferFee = std::nullopt |
Definition at line 32 of file tx/transactors/token/MPTokenIssuanceCreate.h.
| std::optional<Slice> const& xrpl::MPTCreateArgs::metadata {} |
Definition at line 33 of file tx/transactors/token/MPTokenIssuanceCreate.h.
| std::optional<uint256> xrpl::MPTCreateArgs::domainId = std::nullopt |
Definition at line 34 of file tx/transactors/token/MPTokenIssuanceCreate.h.
| std::optional<std::uint32_t> xrpl::MPTCreateArgs::immutableFlags = std::nullopt |
Definition at line 35 of file tx/transactors/token/MPTokenIssuanceCreate.h.
| std::optional<uint256> xrpl::MPTCreateArgs::referenceHolding = std::nullopt |
Definition at line 42 of file tx/transactors/token/MPTokenIssuanceCreate.h.