RPC APIを使用して操作のリストを取得するにはどうすればよいですか?
1 回答
- 投票
そのためのRPCはありません.この種のデータを取得するには、ブロックチェーンをリレーショナルデータベースに保存して整理する必要があります.これを行う方法の詳細については、次の質問を参照してください: Tezosノードからデータベースを作成するにはどうすればよいですか?
There are no RPC for doing that. To get that kind of data you need to store and organize the blockchain in a relational database. See this question for more details on how this can be done: How to create a database out of the Tezos node?
特定の
address
のトランザクションのリストを取得するためのAPIは何ですか?