|
rippled
|
Ledger Entry: XChainOwnedCreateAccountClaimID. More...
#include <XChainOwnedCreateAccountClaimID.h>


Public Member Functions | |
| XChainOwnedCreateAccountClaimID (std::shared_ptr< SLE const > sle) | |
| Construct a XChainOwnedCreateAccountClaimID ledger entry wrapper from an existing SLE object. | |
| SF_ACCOUNT::type::value_type | getAccount () const |
| Get sfAccount (soeREQUIRED) | |
| SF_XCHAIN_BRIDGE::type::value_type | getXChainBridge () const |
| Get sfXChainBridge (soeREQUIRED) | |
| SF_UINT64::type::value_type | getXChainAccountCreateCount () const |
| Get sfXChainAccountCreateCount (soeREQUIRED) | |
| STArray const & | getXChainCreateAccountAttestations () const |
| Get sfXChainCreateAccountAttestations (soeREQUIRED) | |
| SF_UINT64::type::value_type | getOwnerNode () const |
| Get sfOwnerNode (soeREQUIRED) | |
| SF_UINT256::type::value_type | getPreviousTxnID () const |
| Get sfPreviousTxnID (soeREQUIRED) | |
| SF_UINT32::type::value_type | getPreviousTxnLgrSeq () const |
| Get sfPreviousTxnLgrSeq (soeREQUIRED) | |
| bool | validate () const |
| Validate the ledger entry. | |
| LedgerEntryType | getType () const |
| Get the ledger entry type. | |
| uint256 const & | getKey () const |
| Get the key (index) of this ledger entry. | |
| std::optional< uint256 > | getLedgerIndex () const |
| Get the ledger index (sfLedgerIndex). | |
| bool | hasLedgerIndex () const |
| Check if the ledger entry has a ledger index. | |
| uint16_t | getLedgerEntryType () const |
| Get the ledger entry type field (sfLedgerEntryType). | |
| std::uint32_t | getFlags () const |
| Get the flags field (sfFlags). | |
| std::shared_ptr< SLE const > | getSle () const |
| Get the underlying SLE object. | |
Static Public Attributes | |
| static constexpr LedgerEntryType | entryType = ltXCHAIN_OWNED_CREATE_ACCOUNT_CLAIM_ID |
Protected Attributes | |
| std::shared_ptr< SLE const > | sle_ |
| The underlying serialized ledger entry being wrapped. | |
Ledger Entry: XChainOwnedCreateAccountClaimID.
Type: ltXCHAIN_OWNED_CREATE_ACCOUNT_CLAIM_ID (0x0074) RPC Name: xchain_owned_create_account_claim_id
Immutable wrapper around SLE providing type-safe field access. Use XChainOwnedCreateAccountClaimIDBuilder to construct new ledger entries.
Definition at line 27 of file XChainOwnedCreateAccountClaimID.h.
|
explicit |
Construct a XChainOwnedCreateAccountClaimID ledger entry wrapper from an existing SLE object.
| std::runtime_error | if the ledger entry type doesn't match. |
Definition at line 36 of file XChainOwnedCreateAccountClaimID.h.
| SF_ACCOUNT::type::value_type xrpl::ledger_entries::XChainOwnedCreateAccountClaimID::getAccount | ( | ) | const |
Get sfAccount (soeREQUIRED)
Definition at line 54 of file XChainOwnedCreateAccountClaimID.h.
| SF_XCHAIN_BRIDGE::type::value_type xrpl::ledger_entries::XChainOwnedCreateAccountClaimID::getXChainBridge | ( | ) | const |
Get sfXChainBridge (soeREQUIRED)
Definition at line 65 of file XChainOwnedCreateAccountClaimID.h.
| SF_UINT64::type::value_type xrpl::ledger_entries::XChainOwnedCreateAccountClaimID::getXChainAccountCreateCount | ( | ) | const |
Get sfXChainAccountCreateCount (soeREQUIRED)
Definition at line 76 of file XChainOwnedCreateAccountClaimID.h.
| STArray const & xrpl::ledger_entries::XChainOwnedCreateAccountClaimID::getXChainCreateAccountAttestations | ( | ) | const |
Get sfXChainCreateAccountAttestations (soeREQUIRED)
Definition at line 88 of file XChainOwnedCreateAccountClaimID.h.
| SF_UINT64::type::value_type xrpl::ledger_entries::XChainOwnedCreateAccountClaimID::getOwnerNode | ( | ) | const |
Get sfOwnerNode (soeREQUIRED)
Definition at line 99 of file XChainOwnedCreateAccountClaimID.h.
| SF_UINT256::type::value_type xrpl::ledger_entries::XChainOwnedCreateAccountClaimID::getPreviousTxnID | ( | ) | const |
Get sfPreviousTxnID (soeREQUIRED)
Definition at line 110 of file XChainOwnedCreateAccountClaimID.h.
| SF_UINT32::type::value_type xrpl::ledger_entries::XChainOwnedCreateAccountClaimID::getPreviousTxnLgrSeq | ( | ) | const |
Get sfPreviousTxnLgrSeq (soeREQUIRED)
Definition at line 121 of file XChainOwnedCreateAccountClaimID.h.
|
inherited |
Validate the ledger entry.
Definition at line 40 of file LedgerEntryBase.h.
|
inherited |
Get the ledger entry type.
Definition at line 57 of file LedgerEntryBase.h.
|
inherited |
Get the key (index) of this ledger entry.
The key uniquely identifies this ledger entry in the ledger state.
Definition at line 70 of file LedgerEntryBase.h.
|
inherited |
Get the ledger index (sfLedgerIndex).
This field is OPTIONAL and represents the index of the ledger entry.
Definition at line 85 of file LedgerEntryBase.h.
|
inherited |
Check if the ledger entry has a ledger index.
Definition at line 100 of file LedgerEntryBase.h.
|
inherited |
Get the ledger entry type field (sfLedgerEntryType).
This field is REQUIRED for all ledger entries and indicates the type of the ledger entry (e.g., AccountRoot, RippleState, Offer, etc.).
Definition at line 114 of file LedgerEntryBase.h.
|
inherited |
Get the flags field (sfFlags).
This field is REQUIRED for all ledger entries and contains type-specific flags that modify the behavior of the ledger entry.
Definition at line 128 of file LedgerEntryBase.h.
|
inherited |
Get the underlying SLE object.
Provides direct access to the wrapped serialized ledger entry object for cases where the type-safe accessors are insufficient.
Definition at line 142 of file LedgerEntryBase.h.
|
staticconstexpr |
Definition at line 30 of file XChainOwnedCreateAccountClaimID.h.
|
protectedinherited |
The underlying serialized ledger entry being wrapped.
Definition at line 149 of file LedgerEntryBase.h.