mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-26 06:35:53 +00:00
Add NFT RPC infrastructure
This commit is contained in:
@@ -124,6 +124,7 @@ static std::unordered_map<std::string, std::function<Result(Context const&)>>
|
||||
{"account_currencies", &doAccountCurrencies},
|
||||
{"account_info", &doAccountInfo},
|
||||
{"account_lines", &doAccountLines},
|
||||
{"account_nfts", &doAccountNFTs},
|
||||
{"account_objects", &doAccountObjects},
|
||||
{"account_offers", &doAccountOffers},
|
||||
{"account_tx", &doAccountTx},
|
||||
@@ -137,6 +138,8 @@ static std::unordered_map<std::string, std::function<Result(Context const&)>>
|
||||
{"ledger_entry", &doLedgerEntry},
|
||||
{"ledger_range", &doLedgerRange},
|
||||
{"ledger_data", &doLedgerData},
|
||||
{"nft_buy_offers", &doNFTBuyOffers},
|
||||
{"nft_sell_offers", &doNFTSellOffers},
|
||||
{"subscribe", &doSubscribe},
|
||||
{"server_info", &doServerInfo},
|
||||
{"unsubscribe", &doUnsubscribe},
|
||||
|
||||
Reference in New Issue
Block a user