Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
NFTTransactionsData Struct Reference

Represents a link from a tx to an NFT that was targeted/modified/created by it. More...

#include <DBHelpers.hpp>

Public Member Functions

 NFTTransactionsData (ripple::uint256 const &tokenID, ripple::TxMeta const &meta, ripple::uint256 const &txHash)
 Construct a new NFTTransactionsData object.
 

Public Attributes

ripple::uint256 tokenID
 
std::uint32_t ledgerSequence
 
std::uint32_t transactionIndex
 
ripple::uint256 txHash
 

Detailed Description

Represents a link from a tx to an NFT that was targeted/modified/created by it.

Gets written to nf_token_transactions table and the like.

Constructor & Destructor Documentation

◆ NFTTransactionsData()

NFTTransactionsData::NFTTransactionsData ( ripple::uint256 const & tokenID,
ripple::TxMeta const & meta,
ripple::uint256 const & txHash )
inline

Construct a new NFTTransactionsData object.

Parameters
tokenIDThe token ID
metaThe transaction metadata
txHashThe transaction hash

The documentation for this struct was generated from the following file: