Skip to content

Commit

Permalink
add endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
meeragjoshi committed Sep 26, 2023
1 parent ff0b5a5 commit 5f47827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chia/rpc/full_node_rpc_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def get_routes(self) -> Dict[str, Endpoint]:
"/push_tx": self.push_tx,
"/get_puzzle_and_solution": self.get_puzzle_and_solution,
"/get_puzzles_and_solutions_by_names":self.get_puzzles_and_solutions_by_names,
"/get_singleton_by_launcher_id": self.get_singleton_by_launcher_id,
# Mempool
"/get_all_mempool_tx_ids": self.get_all_mempool_tx_ids,
"/get_all_mempool_items": self.get_all_mempool_items,
Expand Down

0 comments on commit 5f47827

Please sign in to comment.