Clio develop
The XRP Ledger API server.
|
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 |
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.
|
inline |
Construct a new NFTTransactionsData object.
tokenID | The token ID |
meta | The transaction metadata |
txHash | The transaction hash |