|
rippled
|
Builder for XChainOwnedCreateAccountClaimID ledger entries. More...
#include <XChainOwnedCreateAccountClaimID.h>


Public Member Functions | |
| XChainOwnedCreateAccountClaimIDBuilder (std::decay_t< typename SF_ACCOUNT::type::value_type > const &account, std::decay_t< typename SF_XCHAIN_BRIDGE::type::value_type > const &xChainBridge, std::decay_t< typename SF_UINT64::type::value_type > const &xChainAccountCreateCount, STArray const &xChainCreateAccountAttestations, std::decay_t< typename SF_UINT64::type::value_type > const &ownerNode, std::decay_t< typename SF_UINT256::type::value_type > const &previousTxnID, std::decay_t< typename SF_UINT32::type::value_type > const &previousTxnLgrSeq) | |
| Construct a new XChainOwnedCreateAccountClaimIDBuilder with required fields. | |
| XChainOwnedCreateAccountClaimIDBuilder (std::shared_ptr< SLE const > sle) | |
| Construct a XChainOwnedCreateAccountClaimIDBuilder from an existing SLE object. | |
| XChainOwnedCreateAccountClaimIDBuilder & | setAccount (std::decay_t< typename SF_ACCOUNT::type::value_type > const &value) |
| Ledger entry-specific field setters. | |
| XChainOwnedCreateAccountClaimIDBuilder & | setXChainBridge (std::decay_t< typename SF_XCHAIN_BRIDGE::type::value_type > const &value) |
| Set sfXChainBridge (soeREQUIRED) | |
| XChainOwnedCreateAccountClaimIDBuilder & | setXChainAccountCreateCount (std::decay_t< typename SF_UINT64::type::value_type > const &value) |
| Set sfXChainAccountCreateCount (soeREQUIRED) | |
| XChainOwnedCreateAccountClaimIDBuilder & | setXChainCreateAccountAttestations (STArray const &value) |
| Set sfXChainCreateAccountAttestations (soeREQUIRED) | |
| XChainOwnedCreateAccountClaimIDBuilder & | setOwnerNode (std::decay_t< typename SF_UINT64::type::value_type > const &value) |
| Set sfOwnerNode (soeREQUIRED) | |
| XChainOwnedCreateAccountClaimIDBuilder & | setPreviousTxnID (std::decay_t< typename SF_UINT256::type::value_type > const &value) |
| Set sfPreviousTxnID (soeREQUIRED) | |
| XChainOwnedCreateAccountClaimIDBuilder & | setPreviousTxnLgrSeq (std::decay_t< typename SF_UINT32::type::value_type > const &value) |
| Set sfPreviousTxnLgrSeq (soeREQUIRED) | |
| XChainOwnedCreateAccountClaimID | build (uint256 const &index) |
| Build and return the completed XChainOwnedCreateAccountClaimID wrapper. | |
| bool | validate () const |
| Validate the ledger entry. | |
| XChainOwnedCreateAccountClaimIDBuilder & | setLedgerIndex (uint256 const &value) |
| Set the ledger index. | |
| XChainOwnedCreateAccountClaimIDBuilder & | setFlags (uint32_t value) |
| Set the flags. | |
Protected Attributes | |
| STObject | object_ |
Builder for XChainOwnedCreateAccountClaimID ledger entries.
Provides a fluent interface for constructing ledger entries with method chaining. Uses Json::Value internally for flexible ledger entry construction. Inherits common field setters from LedgerEntryBuilderBase.
Definition at line 134 of file XChainOwnedCreateAccountClaimID.h.
| xrpl::ledger_entries::XChainOwnedCreateAccountClaimIDBuilder::XChainOwnedCreateAccountClaimIDBuilder | ( | std::decay_t< typename SF_ACCOUNT::type::value_type > const & | account, |
| std::decay_t< typename SF_XCHAIN_BRIDGE::type::value_type > const & | xChainBridge, | ||
| std::decay_t< typename SF_UINT64::type::value_type > const & | xChainAccountCreateCount, | ||
| STArray const & | xChainCreateAccountAttestations, | ||
| std::decay_t< typename SF_UINT64::type::value_type > const & | ownerNode, | ||
| std::decay_t< typename SF_UINT256::type::value_type > const & | previousTxnID, | ||
| std::decay_t< typename SF_UINT32::type::value_type > const & | previousTxnLgrSeq | ||
| ) |
Construct a new XChainOwnedCreateAccountClaimIDBuilder with required fields.
| account | The sfAccount field value. |
| xChainBridge | The sfXChainBridge field value. |
| xChainAccountCreateCount | The sfXChainAccountCreateCount field value. |
| xChainCreateAccountAttestations | The sfXChainCreateAccountAttestations field value. |
| ownerNode | The sfOwnerNode field value. |
| previousTxnID | The sfPreviousTxnID field value. |
| previousTxnLgrSeq | The sfPreviousTxnLgrSeq field value. |
Definition at line 147 of file XChainOwnedCreateAccountClaimID.h.
| xrpl::ledger_entries::XChainOwnedCreateAccountClaimIDBuilder::XChainOwnedCreateAccountClaimIDBuilder | ( | std::shared_ptr< SLE const > | sle | ) |
Construct a XChainOwnedCreateAccountClaimIDBuilder from an existing SLE object.
| sle | The existing ledger entry to copy from. |
| std::runtime_error | if the ledger entry type doesn't match. |
Definition at line 164 of file XChainOwnedCreateAccountClaimID.h.
| XChainOwnedCreateAccountClaimIDBuilder & xrpl::ledger_entries::XChainOwnedCreateAccountClaimIDBuilder::setAccount | ( | std::decay_t< typename SF_ACCOUNT::type::value_type > const & | value | ) |
Ledger entry-specific field setters.
Set sfAccount (soeREQUIRED)
Definition at line 180 of file XChainOwnedCreateAccountClaimID.h.
| XChainOwnedCreateAccountClaimIDBuilder & xrpl::ledger_entries::XChainOwnedCreateAccountClaimIDBuilder::setXChainBridge | ( | std::decay_t< typename SF_XCHAIN_BRIDGE::type::value_type > const & | value | ) |
Set sfXChainBridge (soeREQUIRED)
Definition at line 191 of file XChainOwnedCreateAccountClaimID.h.
| XChainOwnedCreateAccountClaimIDBuilder & xrpl::ledger_entries::XChainOwnedCreateAccountClaimIDBuilder::setXChainAccountCreateCount | ( | std::decay_t< typename SF_UINT64::type::value_type > const & | value | ) |
Set sfXChainAccountCreateCount (soeREQUIRED)
Definition at line 202 of file XChainOwnedCreateAccountClaimID.h.
| XChainOwnedCreateAccountClaimIDBuilder & xrpl::ledger_entries::XChainOwnedCreateAccountClaimIDBuilder::setXChainCreateAccountAttestations | ( | STArray const & | value | ) |
Set sfXChainCreateAccountAttestations (soeREQUIRED)
Definition at line 213 of file XChainOwnedCreateAccountClaimID.h.
| XChainOwnedCreateAccountClaimIDBuilder & xrpl::ledger_entries::XChainOwnedCreateAccountClaimIDBuilder::setOwnerNode | ( | std::decay_t< typename SF_UINT64::type::value_type > const & | value | ) |
Set sfOwnerNode (soeREQUIRED)
Definition at line 224 of file XChainOwnedCreateAccountClaimID.h.
| XChainOwnedCreateAccountClaimIDBuilder & xrpl::ledger_entries::XChainOwnedCreateAccountClaimIDBuilder::setPreviousTxnID | ( | std::decay_t< typename SF_UINT256::type::value_type > const & | value | ) |
Set sfPreviousTxnID (soeREQUIRED)
Definition at line 235 of file XChainOwnedCreateAccountClaimID.h.
| XChainOwnedCreateAccountClaimIDBuilder & xrpl::ledger_entries::XChainOwnedCreateAccountClaimIDBuilder::setPreviousTxnLgrSeq | ( | std::decay_t< typename SF_UINT32::type::value_type > const & | value | ) |
Set sfPreviousTxnLgrSeq (soeREQUIRED)
Definition at line 246 of file XChainOwnedCreateAccountClaimID.h.
| XChainOwnedCreateAccountClaimID xrpl::ledger_entries::XChainOwnedCreateAccountClaimIDBuilder::build | ( | uint256 const & | index | ) |
Build and return the completed XChainOwnedCreateAccountClaimID wrapper.
| index | The ledger entry index. |
Definition at line 258 of file XChainOwnedCreateAccountClaimID.h.
|
inherited |
Validate the ledger entry.
Definition at line 45 of file LedgerEntryBuilderBase.h.
|
inherited |
Set the ledger index.
| value | Ledger index |
Definition at line 62 of file LedgerEntryBuilderBase.h.
|
inherited |
Set the flags.
| value | Flags value |
Definition at line 74 of file LedgerEntryBuilderBase.h.
|
protectedinherited |
Definition at line 81 of file LedgerEntryBuilderBase.h.