mempoolへのアクセス
2 回答
- 投票
-
- 2019-02-01
mempoolは
このRPCAPIエンドポイントから表示できます.p> 現在、RPCAPIを使用してmempoolを操作することはできません.ただし、mempoolフィルター設定を変更することはできます(最小料金要件に基づいて操作をフィルターで除外するために使用されます).
You can view the mempool via this RPC API endpoint.
You currently can't manipulate the mempool with the RPC API. You can change the mempool filter settings though (which are used to filter out operations based on min fee requirements).
-
- 2020-08-27
/chains/<chain_id>/mempool/pending_operations
が公式ドキュメントのどこにも記載されていないことに気づきました.I noticed that
/chains/<chain_id>/mempool/pending_operations
is not described anywhere in the official documentation.
RPC APIを介してmempoolにアクセスする方法はありますか?そして、外部からmempoolを操作する方法はありますか?