mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 19:56:00 +00:00
@@ -19,6 +19,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <backend/Types.h>
|
||||
|
||||
#include <ripple/ledger/ReadView.h>
|
||||
|
||||
#include <string_view>
|
||||
@@ -196,3 +198,11 @@ ripple::STObject
|
||||
CreateDepositPreauthLedgerObject(
|
||||
std::string_view account,
|
||||
std::string_view auth);
|
||||
|
||||
[[nodiscard]] Backend::NFT
|
||||
CreateNFT(
|
||||
std::string_view tokenID,
|
||||
std::string_view account,
|
||||
ripple::LedgerIndex seq = 1234u,
|
||||
ripple::Blob uri = ripple::Blob{'u', 'r', 'i'},
|
||||
bool isBurned = false);
|
||||
|
||||
Reference in New Issue
Block a user