Closed YoshihitoAso closed 2 years ago
The current /WaitForTransactionReceipt API is a POST method, but a GET method is appropriate for a RESTful API design.
現在の/WaitForTransactionReceipt API はPOSTメソッドであるが、RESTfulなAPI設計としては、GETメソッドが適当である。
Change from POST method to GET method.
POSTメソッドからGETメソッドに変更する。
Is your feature request related to a problem? Please describe.
The current /WaitForTransactionReceipt API is a POST method, but a GET method is appropriate for a RESTful API design.
Describe the solution you'd like
Change from POST method to GET method.